Title: [226418] trunk/Source/WebCore
Revision
226418
Author
[email protected]
Date
2018-01-04 13:31:35 -0800 (Thu, 04 Jan 2018)

Log Message

Storage Access API: Turn feature on by default in Settings.yaml
https://bugs.webkit.org/show_bug.cgi?id=181298
<rdar://problem/36302506>

Reviewed by Brent Fulgham.

No new tests. This is just a feature settings change.

* page/Settings.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (226417 => 226418)


--- trunk/Source/WebCore/ChangeLog	2018-01-04 21:29:13 UTC (rev 226417)
+++ trunk/Source/WebCore/ChangeLog	2018-01-04 21:31:35 UTC (rev 226418)
@@ -1,3 +1,15 @@
+2018-01-04  John Wilander  <[email protected]>
+
+        Storage Access API: Turn feature on by default in Settings.yaml
+        https://bugs.webkit.org/show_bug.cgi?id=181298
+        <rdar://problem/36302506>
+
+        Reviewed by Brent Fulgham.
+
+        No new tests. This is just a feature settings change.
+
+        * page/Settings.yaml:
+
 2018-01-04  Zalan Bujtas  <[email protected]>
 
         WebContent process crashes while loading https://www.classicspecs.com

Modified: trunk/Source/WebCore/page/Settings.yaml (226417 => 226418)


--- trunk/Source/WebCore/page/Settings.yaml	2018-01-04 21:29:13 UTC (rev 226417)
+++ trunk/Source/WebCore/page/Settings.yaml	2018-01-04 21:31:35 UTC (rev 226418)
@@ -579,7 +579,7 @@
   initial: false
 
 storageAccessAPIEnabled:
-  initial: false
+  initial: true
 
 timeWithoutMouseMovementBeforeHidingControls:
   type: Seconds
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to