Title: [290071] trunk/Source/WTF
Revision
290071
Author
[email protected]
Date
2022-02-17 13:45:19 -0800 (Thu, 17 Feb 2022)

Log Message

Enable CSS Motion Path by default
https://bugs.webkit.org/show_bug.cgi?id=236681

Unreviewed enable of WebKitLegacy.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (290070 => 290071)


--- trunk/Source/WTF/ChangeLog	2022-02-17 21:38:44 UTC (rev 290070)
+++ trunk/Source/WTF/ChangeLog	2022-02-17 21:45:19 UTC (rev 290071)
@@ -1,5 +1,14 @@
 2022-02-17  Nikolaos Mouchtaris  <[email protected]>
 
+        Enable CSS Motion Path by default
+        https://bugs.webkit.org/show_bug.cgi?id=236681
+
+        Unreviewed enable of WebKitLegacy.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
+2022-02-17  Nikolaos Mouchtaris  <[email protected]>
+
         [Web Animations] Enable Composite Animations
         https://bugs.webkit.org/show_bug.cgi?id=236682
 

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290070 => 290071)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 21:38:44 UTC (rev 290070)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 21:45:19 UTC (rev 290071)
@@ -339,7 +339,7 @@
   humanReadableDescription: "Enable CSS Motion Path support"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
       default: true
     WebCore:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to