Title: [224397] trunk/Source/WebKit
Revision
224397
Author
[email protected]
Date
2017-11-03 08:24:16 -0700 (Fri, 03 Nov 2017)

Log Message

Enable display:contents by default as experimental feature
https://bugs.webkit.org/show_bug.cgi?id=179239
<rdar://problem/35334612>

Reviewed by Darin Adler.

We pass most of the WPT tests. What remains is mostly flexbox related edge cases.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (224396 => 224397)


--- trunk/Source/WebKit/ChangeLog	2017-11-03 15:11:04 UTC (rev 224396)
+++ trunk/Source/WebKit/ChangeLog	2017-11-03 15:24:16 UTC (rev 224397)
@@ -1,3 +1,15 @@
+2017-11-03  Antti Koivisto  <[email protected]>
+
+        Enable display:contents by default as experimental feature
+        https://bugs.webkit.org/show_bug.cgi?id=179239
+        <rdar://problem/35334612>
+
+        Reviewed by Darin Adler.
+
+        We pass most of the WPT tests. What remains is mostly flexbox related edge cases.
+
+        * Shared/WebPreferences.yaml:
+
 2017-11-03  Frederic Wang  <[email protected]>
 
         Use WK_IOS_TBA instead of WK_MAC_TBA to indicate availability of private functions on iOS

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (224396 => 224397)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2017-11-03 15:11:04 UTC (rev 224396)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2017-11-03 15:24:16 UTC (rev 224397)
@@ -1056,7 +1056,7 @@
 
 DisplayContentsEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
   humanReadableName: "CSS display: contents"
   humanReadableDescription: "Enable CSS display: contents support"
   category: experimental
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to