Title: [286504] trunk/Source/WTF
Revision
286504
Author
[email protected]
Date
2021-12-03 11:21:51 -0800 (Fri, 03 Dec 2021)

Log Message

Enable Momentum Event Generator by default
https://bugs.webkit.org/show_bug.cgi?id=233807
<rdar://problem/85262515>

Reviewed by Simon Fraser.

* Scripts/Preferences/WebPreferencesInternal.yaml:
Turn it on for modern WebKit. Adjust the description slightly.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286503 => 286504)


--- trunk/Source/WTF/ChangeLog	2021-12-03 19:06:39 UTC (rev 286503)
+++ trunk/Source/WTF/ChangeLog	2021-12-03 19:21:51 UTC (rev 286504)
@@ -1,3 +1,14 @@
+2021-12-03  Tim Horton  <[email protected]>
+
+        Enable Momentum Event Generator by default
+        https://bugs.webkit.org/show_bug.cgi?id=233807
+        <rdar://problem/85262515>
+
+        Reviewed by Simon Fraser.
+
+        * Scripts/Preferences/WebPreferencesInternal.yaml:
+        Turn it on for modern WebKit. Adjust the description slightly.
+
 2021-12-03  Antti Koivisto  <[email protected]>
 
         [:has() pseudo-class] Enable by default

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml (286503 => 286504)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2021-12-03 19:06:39 UTC (rev 286503)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2021-12-03 19:21:51 UTC (rev 286504)
@@ -553,12 +553,12 @@
 MomentumScrollingAnimatorEnabled:
   type: bool
   humanReadableName: "Momentum Scrolling Animator"
-  humanReadableDescription: "Drive momentum scrolling via an internal animator instead of using momentum events"
+  humanReadableDescription: "Generate momentum events in WebKit instead of using those delivered by the system"
   defaultValue:
     WebKitLegacy:
       default: false
     WebKit:
-      default: false
+      default: true
     WebCore:
       default: false
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to