Title: [290111] trunk/Source/WTF
Revision
290111
Author
[email protected]
Date
2022-02-17 20:52:02 -0800 (Thu, 17 Feb 2022)

Log Message

Enable subgrid by default.
https://bugs.webkit.org/show_bug.cgi?id=236821

Patch by Matt Woodrow <[email protected]> on 2022-02-17
Reviewed by Alan Bujtas.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (290110 => 290111)


--- trunk/Source/WTF/ChangeLog	2022-02-18 04:16:55 UTC (rev 290110)
+++ trunk/Source/WTF/ChangeLog	2022-02-18 04:52:02 UTC (rev 290111)
@@ -1,3 +1,12 @@
+2022-02-17  Matt Woodrow  <[email protected]>
+
+        Enable subgrid by default.
+        https://bugs.webkit.org/show_bug.cgi?id=236821
+
+        Reviewed by Alan Bujtas.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2022-02-17  Fujii Hironori  <[email protected]>
 
         GeneratePreferences.rb: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290110 => 290111)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-18 04:16:55 UTC (rev 290110)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-18 04:52:02 UTC (rev 290111)
@@ -1355,11 +1355,11 @@
   humanReadableDescription: "Enable CSS subgrid support"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 SyntheticEditingCommandsEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to