Title: [223542] releases/WebKitGTK/webkit-2.18/Source/WebKit
Revision
223542
Author
[email protected]
Date
2017-10-17 07:25:13 -0700 (Tue, 17 Oct 2017)

Log Message

Merge r223143 - CSS constant properties should not be enabled by default
https://bugs.webkit.org/show_bug.cgi?id=177416

Reviewed by Darin Adler.

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (223541 => 223542)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-10-17 14:20:09 UTC (rev 223541)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-10-17 14:25:13 UTC (rev 223542)
@@ -1,3 +1,12 @@
+2017-10-10  Michael Catanzaro  <[email protected]>
+
+        CSS constant properties should not be enabled by default
+        https://bugs.webkit.org/show_bug.cgi?id=177416
+
+        Reviewed by Darin Adler.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2017-10-16  Adrian Perez de Castro  <[email protected]>
 
         [WPE] Build failure due to invalid cast of EGLNativeWindowType when targetting 64-bit ARM

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/Shared/WebPreferencesDefinitions.h (223541 => 223542)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/Shared/WebPreferencesDefinitions.h	2017-10-17 14:20:09 UTC (rev 223541)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/Shared/WebPreferencesDefinitions.h	2017-10-17 14:25:13 UTC (rev 223542)
@@ -354,7 +354,7 @@
 
 #define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
     macro(BeaconAPIEnabled, beaconAPIEnabled, Bool, bool, false, "Beacon API", "Beacon API prototype") \
-    macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, true, "Constant Properties", "Enable CSS constant() properties") \
+    macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Constant Properties", "Enable CSS constant() properties") \
     macro(DisplayContentsEnabled, displayContentsEnabled, Bool, bool, false, "CSS display: contents", "Enable CSS display: contents support") \
     macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "CSS Spring Animations", "CSS Spring Animation prototype") \
     macro(LinkPreloadEnabled, linkPreloadEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Link Preload", "Link preload support") \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to