Title: [287634] branches/safari-612-branch/Source/WebKit
Revision
287634
Author
repst...@apple.com
Date
2022-01-05 10:21:28 -0800 (Wed, 05 Jan 2022)

Log Message

Cherry-pick r287578. rdar://problem/86228553

    Momentum Event Dispatcher: Disable noisy logging
    https://bugs.webkit.org/show_bug.cgi?id=234178
    <rdar://problem/86228553>

    Reviewed by Wenson Hsieh.

    * WebProcess/WebPage/MomentumEventDispatcher.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287578 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WebKit/ChangeLog (287633 => 287634)


--- branches/safari-612-branch/Source/WebKit/ChangeLog	2022-01-05 18:21:25 UTC (rev 287633)
+++ branches/safari-612-branch/Source/WebKit/ChangeLog	2022-01-05 18:21:28 UTC (rev 287634)
@@ -1,5 +1,30 @@
 2022-01-05  Russell Epstein  <repst...@apple.com>
 
+        Cherry-pick r287578. rdar://problem/86228553
+
+    Momentum Event Dispatcher: Disable noisy logging
+    https://bugs.webkit.org/show_bug.cgi?id=234178
+    <rdar://problem/86228553>
+    
+    Reviewed by Wenson Hsieh.
+    
+    * WebProcess/WebPage/MomentumEventDispatcher.h:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287578 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-01-04  Tim Horton  <timothy_hor...@apple.com>
+
+            Momentum Event Dispatcher: Disable noisy logging
+            https://bugs.webkit.org/show_bug.cgi?id=234178
+            <rdar://problem/86228553>
+
+            Reviewed by Wenson Hsieh.
+
+            * WebProcess/WebPage/MomentumEventDispatcher.h:
+
+2022-01-05  Russell Epstein  <repst...@apple.com>
+
         Cherry-pick r287313. rdar://problem/87124922
 
     IPC streams should not accept 0-length stream buffers

Modified: branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h (287633 => 287634)


--- branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h	2022-01-05 18:21:25 UTC (rev 287633)
+++ branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h	2022-01-05 18:21:28 UTC (rev 287634)
@@ -27,7 +27,7 @@
 
 #if ENABLE(MOMENTUM_EVENT_DISPATCHER)
 
-#define ENABLE_MOMENTUM_EVENT_DISPATCHER_TEMPORARY_LOGGING 1
+#define ENABLE_MOMENTUM_EVENT_DISPATCHER_TEMPORARY_LOGGING 0
 
 #include "DisplayLinkObserverID.h"
 #include "ScrollingAccelerationCurve.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to