Title: [226669] trunk/Source/WebKit
Revision
226669
Author
[email protected]
Date
2018-01-09 17:34:56 -0800 (Tue, 09 Jan 2018)

Log Message

Storage Access API: Turn feature on by default in WebPreferences.yaml
https://bugs.webkit.org/show_bug.cgi?id=181458

Reviewed by Brent Fulgham.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (226668 => 226669)


--- trunk/Source/WebKit/ChangeLog	2018-01-10 00:44:49 UTC (rev 226668)
+++ trunk/Source/WebKit/ChangeLog	2018-01-10 01:34:56 UTC (rev 226669)
@@ -1,3 +1,12 @@
+2018-01-09  John Wilander  <[email protected]>
+
+        Storage Access API: Turn feature on by default in WebPreferences.yaml
+        https://bugs.webkit.org/show_bug.cgi?id=181458
+
+        Reviewed by Brent Fulgham.
+
+        * Shared/WebPreferences.yaml:
+
 2018-01-09  Alex Christensen  <[email protected]>
 
         WKOpenPanelParameters SPI should return autoreleased objects

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (226668 => 226669)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-01-10 00:44:49 UTC (rev 226668)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-01-10 01:34:56 UTC (rev 226669)
@@ -1132,7 +1132,7 @@
 
 StorageAccessAPIEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Storage Access API"
   humanReadableDescription: "Enable Storage Access API"
   category: experimental
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to