Title: [290051] trunk/Source/WTF
Revision
290051
Author
[email protected]
Date
2022-02-17 12:27:17 -0800 (Thu, 17 Feb 2022)

Log Message

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

Reviewed by Dean Jackson.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (290050 => 290051)


--- trunk/Source/WTF/ChangeLog	2022-02-17 20:21:43 UTC (rev 290050)
+++ trunk/Source/WTF/ChangeLog	2022-02-17 20:27:17 UTC (rev 290051)
@@ -1,3 +1,12 @@
+2022-02-17  Nikolaos Mouchtaris  <[email protected]>
+
+        Enable CSS Motion Path by default
+        https://bugs.webkit.org/show_bug.cgi?id=236681
+
+        Reviewed by Dean Jackson.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2022-02-17  Chris Dumez  <[email protected]>
 
         Clean up / optimize call sites constructing vectors

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290050 => 290051)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 20:21:43 UTC (rev 290050)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 20:27:17 UTC (rev 290051)
@@ -341,9 +341,9 @@
     WebKitLegacy:
       default: false
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 CSSOMViewSmoothScrollingEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to