Title: [87546] branches/safari-534-branch/Source/WebKit2
Revision
87546
Author
mr...@apple.com
Date
2011-05-27 13:28:19 -0700 (Fri, 27 May 2011)

Log Message

Merge r87253.

Modified Paths

Diff

Modified: branches/safari-534-branch/Source/WebKit2/ChangeLog (87545 => 87546)


--- branches/safari-534-branch/Source/WebKit2/ChangeLog	2011-05-27 20:25:27 UTC (rev 87545)
+++ branches/safari-534-branch/Source/WebKit2/ChangeLog	2011-05-27 20:28:19 UTC (rev 87546)
@@ -1,5 +1,19 @@
 2011-05-27  Mark Rowe  <mr...@apple.com>
 
+        Merge r87253.
+
+    2011-05-24  Sam Weinig  <s...@webkit.org>
+
+        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-27  Mark Rowe  <mr...@apple.com>
+
         Merge r87275.
 
     2011-05-24  Timothy Hatcher  <timo...@apple.com>

Modified: branches/safari-534-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp (87545 => 87546)


--- branches/safari-534-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp	2011-05-27 20:25:27 UTC (rev 87545)
+++ branches/safari-534-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp	2011-05-27 20:28:19 UTC (rev 87546)
@@ -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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to