Title: [286693] branches/safari-612-branch/Source/WTF
Revision
286693
Author
alanc...@apple.com
Date
2021-12-08 12:23:41 -0800 (Wed, 08 Dec 2021)

Log Message

Cherry-pick r286504. rdar://problem/85928816

    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.

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

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WTF/ChangeLog (286692 => 286693)


--- branches/safari-612-branch/Source/WTF/ChangeLog	2021-12-08 20:23:38 UTC (rev 286692)
+++ branches/safari-612-branch/Source/WTF/ChangeLog	2021-12-08 20:23:41 UTC (rev 286693)
@@ -1,5 +1,31 @@
 2021-12-03  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r286504. rdar://problem/85928816
+
+    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.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286504 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-12-03  Tim Horton  <timothy_hor...@apple.com>
+
+            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  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r285526. rdar://problem/85928816
 
     Add runtime flag for momentum scrolling

Modified: branches/safari-612-branch/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml (286692 => 286693)


--- branches/safari-612-branch/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2021-12-08 20:23:38 UTC (rev 286692)
+++ branches/safari-612-branch/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2021-12-08 20:23:41 UTC (rev 286693)
@@ -539,7 +539,7 @@
 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:
       "PLATFORM(MAC)": true
@@ -546,7 +546,7 @@
       default: false
     WebKit:
       "PLATFORM(MAC)": true
-      default: false
+      default: true
     WebCore:
       "PLATFORM(MAC)": true
       default: false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to