Title: [233227] trunk/Source/WebKit
Revision
233227
Author
timothy_hor...@apple.com
Date
2018-06-26 16:22:52 -0700 (Tue, 26 Jun 2018)

Log Message

Promote two more experimental features to traditional features
https://bugs.webkit.org/show_bug.cgi?id=187063

Reviewed by Dean Jackson.

* Shared/WebPreferences.yaml:
Promote some shipped/default-on features to non-experimental.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (233226 => 233227)


--- trunk/Source/WebKit/ChangeLog	2018-06-26 22:28:19 UTC (rev 233226)
+++ trunk/Source/WebKit/ChangeLog	2018-06-26 23:22:52 UTC (rev 233227)
@@ -1,3 +1,13 @@
+2018-06-26  Tim Horton  <timothy_hor...@apple.com>
+
+        Promote two more experimental features to traditional features
+        https://bugs.webkit.org/show_bug.cgi?id=187063
+
+        Reviewed by Dean Jackson.
+
+        * Shared/WebPreferences.yaml:
+        Promote some shipped/default-on features to non-experimental.
+
 2018-06-26  Jiewen Tan  <jiewen_...@apple.com>
 
         Rollout macOS sandbox change in r232276

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (233226 => 233227)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-26 22:28:19 UTC (rev 233226)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-26 23:22:52 UTC (rev 233227)
@@ -1106,6 +1106,15 @@
   type: bool
   defaultValue: false
 
+StorageAccessAPIEnabled:
+  type: bool
+  defaultValue: true
+
+StorageAccessPromptsEnabled:
+  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
@@ -1189,13 +1198,6 @@
   webcoreName: serviceWorkerEnabled
   condition: ENABLE(SERVICE_WORKER)
 
-StorageAccessAPIEnabled:
-  type: bool
-  defaultValue: true
-  humanReadableName: "Storage Access API"
-  humanReadableDescription: "Enable Storage Access API"
-  category: experimental
-
 VisualViewportAPIEnabled:
   type: bool
   defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
@@ -1270,14 +1272,6 @@
   category: experimental
   webcoreBinding: RuntimeEnabledFeatures
 
-StorageAccessPromptsEnabled:
-  type: bool
-  defaultValue: true
-  humanReadableName: "Prompt for Storage Access API Requests"
-  humanReadableDescription: "Prompt the user when Storage Access API calls are made"
-  category: experimental
-  webcoreBinding: RuntimeEnabledFeatures
-
 ServerTimingEnabled:
   type: bool
   defaultValue: false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to