Title: [87253] trunk/Source/WebKit2
Revision
87253
Author
[email protected]
Date
2011-05-24 19:22:23 -0700 (Tue, 24 May 2011)

Log Message

Enable coalesced wheel events
<rdar://problem/9444786>

Reviewed by Maciej Stachowiak.

* UIProcess/WebPageProxy.cpp:
Flip the switch for coalescing wheel events rather than dropping them.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (87252 => 87253)


--- trunk/Source/WebKit2/ChangeLog	2011-05-25 02:18:22 UTC (rev 87252)
+++ trunk/Source/WebKit2/ChangeLog	2011-05-25 02:22:23 UTC (rev 87253)
@@ -2,6 +2,16 @@
 
         Reviewed by Maciej Stachowiak.
 
+        Enable coalesced wheel events
+        <rdar://problem/9444786>
+
+        * UIProcess/WebPageProxy.cpp:
+        Flip the switch for coalescing wheel events rather than dropping them.
+
+2011-05-24  Sam Weinig  <[email protected]>
+
+        Reviewed by Maciej Stachowiak.
+
         Additional sandbox extension required for quarantine database
         <rdar://problem/9397494>
         https://bugs.webkit.org/show_bug.cgi?id=61405

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (87252 => 87253)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2011-05-25 02:18:22 UTC (rev 87252)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2011-05-25 02:22:23 UTC (rev 87253)
@@ -91,7 +91,7 @@
 #endif
 
 // This controls what strategy we use for mouse wheel coalesing.
-#define MERGE_WHEEL_EVENTS 0
+#define MERGE_WHEEL_EVENTS 1
 
 #define MESSAGE_CHECK(assertion) MESSAGE_CHECK_BASE(assertion, process()->connection())
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to