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

Log Message

[Web Animations] Enable Composite Animations
https://bugs.webkit.org/show_bug.cgi?id=236682

Reviewed by Dean Jackson.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (290066 => 290067)


--- trunk/Source/WTF/ChangeLog	2022-02-17 21:27:37 UTC (rev 290066)
+++ trunk/Source/WTF/ChangeLog	2022-02-17 21:29:19 UTC (rev 290067)
@@ -1,5 +1,14 @@
 2022-02-17  Nikolaos Mouchtaris  <[email protected]>
 
+        [Web Animations] Enable Composite Animations
+        https://bugs.webkit.org/show_bug.cgi?id=236682
+
+        Reviewed by Dean Jackson.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
+2022-02-17  Nikolaos Mouchtaris  <[email protected]>
+
         Enable CSS Motion Path by default
         https://bugs.webkit.org/show_bug.cgi?id=236681
 

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290066 => 290067)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 21:27:37 UTC (rev 290066)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 21:29:19 UTC (rev 290067)
@@ -1518,7 +1518,6 @@
     WebKit:
       default: true
 
-# FIXME: This is enabled when ENABLE(EXPERIMENTAL_FEATURES) is true in WebKit2. Perhaps we should consider using that for WebKitLegacy as well.
 WebAnimationsCompositeOperationsEnabled:
   type: bool
   humanReadableName: "Web Animations composite operations"
@@ -1525,12 +1524,11 @@
   humanReadableDescription: "Support for the CompositeOperation enum and properties consuming it"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      "ENABLE(EXPERIMENTAL_FEATURES)" : true
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 WebAnimationsCustomEffectsEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to