Title: [223143] trunk/Source/WebKit
Revision
223143
Author
mcatanz...@igalia.com
Date
2017-10-10 14:24:15 -0700 (Tue, 10 Oct 2017)

Log Message

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: trunk/Source/WebKit/ChangeLog (223142 => 223143)


--- trunk/Source/WebKit/ChangeLog	2017-10-10 21:10:17 UTC (rev 223142)
+++ trunk/Source/WebKit/ChangeLog	2017-10-10 21:24:15 UTC (rev 223143)
@@ -1,3 +1,12 @@
+2017-10-10  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        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-10  Brady Eidson  <beid...@apple.com>
 
         Random StorageProcess and SWServer cleanup.

Modified: trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h (223142 => 223143)


--- trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h	2017-10-10 21:10:17 UTC (rev 223142)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h	2017-10-10 21:24:15 UTC (rev 223143)
@@ -374,7 +374,7 @@
 #define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
     macro(AsyncFrameScrollingEnabled, asyncFrameScrollingEnabled, Bool, bool, false, "Async Frame Scrolling", "Perform frame scrolling in a dedicated thread or process") \
     macro(CacheAPIEnabled, cacheAPIEnabled, Bool, bool, false, "Cache API", "Enable Cache API") \
-    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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to