Index: Tools/ChangeLog |
=================================================================== |
--- Tools/ChangeLog (revision 136415) |
+++ Tools/ChangeLog (working copy) |
@@ -1,3 +1,17 @@ |
+2012-11-19 Yusuke Sato <yusukes@chromium.org> |
+ |
+ [Chromium] Flash cannot receive scroll events when threaded compositing is in use |
+ https://bugs.webkit.org/show_bug.cgi?id=101423 |
+ |
+ Reviewed by James Robinson. |
+ |
+ Call setWantsWheelEvents(true) in initialize() so that gesture-events and transformed-events tests in |
+ LayoutTests/platform/chromium/plugins/ will not fail even if a buildbot introduces threaded compositing |
+ in the future. |
+ |
+ * DumpRenderTree/chromium/TestWebPlugin.cpp: |
+ (TestWebPlugin::initialize): |
+ |
2012-10-29 Christophe Dumez <christophe.dumez@intel.com> |
[CMAKE] Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMakeLists.txt |