Title: [233263] trunk/Source/WebKit
Revision
233263
Author
[email protected]
Date
2018-06-27 10:38:27 -0700 (Wed, 27 Jun 2018)

Log Message

Make Link Preload an on-by-default feature
https://bugs.webkit.org/show_bug.cgi?id=187104

Reviewed by Ryosuke Niwa.

* Shared/WebPreferences.yaml:
This should be on, not experimental. It already shipped on in the past.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (233262 => 233263)


--- trunk/Source/WebKit/ChangeLog	2018-06-27 17:01:33 UTC (rev 233262)
+++ trunk/Source/WebKit/ChangeLog	2018-06-27 17:38:27 UTC (rev 233263)
@@ -1,3 +1,13 @@
+2018-06-27  Timothy Horton  <[email protected]>
+
+        Make Link Preload an on-by-default feature
+        https://bugs.webkit.org/show_bug.cgi?id=187104
+
+        Reviewed by Ryosuke Niwa.
+
+        * Shared/WebPreferences.yaml:
+        This should be on, not experimental. It already shipped on in the past.
+
 2018-06-27  Chris Dumez  <[email protected]>
 
         Regression(r233208): Completion handler does not get called on GTK port

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (233262 => 233263)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-27 17:01:33 UTC (rev 233262)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-27 17:38:27 UTC (rev 233263)
@@ -1097,6 +1097,11 @@
   defaultValue: true
   webcoreBinding: RuntimeEnabledFeatures
 
+LinkPreloadEnabled:
+  type: bool
+  defaultValue: true
+  webcoreBinding: RuntimeEnabledFeatures
+
 # For experimental features:
 # The type should be boolean.
 # You must provide a humanReadableName and humanReadableName for all experimental features. They
@@ -1128,14 +1133,6 @@
   category: experimental
   webcoreBinding: RuntimeEnabledFeatures
 
-LinkPreloadEnabled:
-  type: bool
-  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
-  humanReadableName: "Link Preload"
-  humanReadableDescription: "Link preload support"
-  category: experimental
-  webcoreBinding: RuntimeEnabledFeatures
-
 WebRTCLegacyAPIEnabled:
   type: bool
   defaultValue: false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to