Title: [232771] trunk/Source/WebKit
Revision
232771
Author
bfulg...@apple.com
Date
2018-06-12 13:15:30 -0700 (Tue, 12 Jun 2018)

Log Message

Turn CSS Spring Animations and Link Preload off by default for production builds.
https://bugs.webkit.org/show_bug.cgi?id=186548
<rdar://problem/41023774>

Reviewed by Eric Carlson.

* Shared/WebPreferences.yaml: Switch these features from 'on' to
DEFAULT_EXPERIMENTAL_FEATURES_ENABLED.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (232770 => 232771)


--- trunk/Source/WebKit/ChangeLog	2018-06-12 20:07:23 UTC (rev 232770)
+++ trunk/Source/WebKit/ChangeLog	2018-06-12 20:15:30 UTC (rev 232771)
@@ -1,3 +1,14 @@
+2018-06-12  Brent Fulgham  <bfulg...@apple.com>
+
+        Turn CSS Spring Animations and Link Preload off by default for production builds.
+        https://bugs.webkit.org/show_bug.cgi?id=186548
+        <rdar://problem/41023774>
+
+        Reviewed by Eric Carlson.
+
+        * Shared/WebPreferences.yaml: Switch these features from 'on' to
+        DEFAULT_EXPERIMENTAL_FEATURES_ENABLED.
+
 2018-06-12  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [WebKit on watchOS] Upstream watchOS source additions to OpenSource (Part 2)

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (232770 => 232771)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-12 20:07:23 UTC (rev 232770)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-12 20:15:30 UTC (rev 232771)
@@ -1100,7 +1100,7 @@
 
 SpringTimingFunctionEnabled:
   type: bool
-  defaultValue: true
+  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
   humanReadableName: "CSS Spring Animations"
   humanReadableDescription: "CSS Spring Animation prototype"
   category: experimental
@@ -1115,7 +1115,7 @@
 
 LinkPreloadEnabled:
   type: bool
-  defaultValue: true
+  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
   humanReadableName: "Link Preload"
   humanReadableDescription: "Link preload support"
   category: experimental
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to