Changeset 183586 in webkit
- Timestamp:
- Apr 29, 2015, 4:02:11 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 3 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt (added)
-
LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt (added)
-
LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html (added)
-
LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset.html (added)
-
LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt (added)
-
LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html (added)
-
Source/WebKit2/ChangeLog (modified) (1 diff)
-
Source/WebKit2/Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r183584 r183586 1 2015-04-29 Simon Fraser <simon.fraser@apple.com> 2 3 Allow testing of plug-ins that handle wheel events. 4 https://bugs.webkit.org/show_bug.cgi?id=144413 5 6 Reviewed by Tim Horton. 7 8 Test the non-fast scrollable region with top content inset and header height, and with a plug-in. 9 10 * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt: Added. 11 * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt: Added. 12 * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html: Added. 13 * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset.html: Added. 14 * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt: Added. 15 * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html: Added. 16 1 17 2015-04-29 Martin Robinson <mrobinson@igalia.com> 2 18 -
trunk/Source/WebKit2/ChangeLog
r183575 r183586 1 2015-04-29 Simon Fraser <simon.fraser@apple.com> 2 3 Allow testing of plug-ins that handle wheel events. 4 https://bugs.webkit.org/show_bug.cgi?id=144413 5 6 Reviewed by Tim Horton. 7 8 Allow the Test Netscape Plug-in to pretend to handle wheel events, 9 so layout tests can use it. 10 11 * Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm: 12 (WebKit::NetscapePluginModule::determineQuirks): 13 1 14 2015-04-29 Filip Pizlo <fpizlo@apple.com> 2 15 -
trunk/Source/WebKit2/Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm
r181562 r183586 535 535 #endif 536 536 537 if (plugin.bundleIdentifier == "com.adobe.acrobat.pdfviewerNPAPI" ) {537 if (plugin.bundleIdentifier == "com.adobe.acrobat.pdfviewerNPAPI" || plugin.bundleIdentifier == "com.apple.testnetscapeplugin") { 538 538 // The Adobe Reader plug-in wants wheel events. 539 539 m_pluginQuirks.add(PluginQuirks::WantsWheelEvents);
Note:
See TracChangeset
for help on using the changeset viewer.