Title: [283218] trunk/Source/WTF
Revision
283218
Author
[email protected]
Date
2021-09-29 08:36:28 -0700 (Wed, 29 Sep 2021)

Log Message

[CSS Cascade Layers] Enable by default
https://bugs.webkit.org/show_bug.cgi?id=230948

Reviewed by Simon Fraser.

Flip the switch.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (283217 => 283218)


--- trunk/Source/WTF/ChangeLog	2021-09-29 15:31:58 UTC (rev 283217)
+++ trunk/Source/WTF/ChangeLog	2021-09-29 15:36:28 UTC (rev 283218)
@@ -1,3 +1,14 @@
+2021-09-29  Antti Koivisto  <[email protected]>
+
+        [CSS Cascade Layers] Enable by default
+        https://bugs.webkit.org/show_bug.cgi?id=230948
+
+        Reviewed by Simon Fraser.
+
+        Flip the switch.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-09-28  Yusuke Suzuki  <[email protected]>
 
         iOS simulator build should use PTHREAD_JIT_PERMISSIONS_API

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (283217 => 283218)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-09-29 15:31:58 UTC (rev 283217)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-09-29 15:36:28 UTC (rev 283218)
@@ -129,11 +129,11 @@
   humanReadableDescription: "Enable CSS Cascade Layers"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 CSSColor4:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to