Title: [231946] branches/safari-606.1.17-branch/Source/WebKit
Revision
231946
Author
bshaf...@apple.com
Date
2018-05-17 22:51:47 -0700 (Thu, 17 May 2018)

Log Message

Cherry-pick r231922. rdar://problem/40220659

    Correct default for StorageAccess API
    https://bugs.webkit.org/show_bug.cgi?id=185748
    <rdar://problem/40220659>

    Reviewed by Dean Jackson.

    Flip the default state to 'true' so that the new "sticky" state
    for Storage Access API and attributing user interaction for
    Storage Access API use is applied by default.

    * Shared/WebPreferences.yaml:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231922 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606.1.17-branch/Source/WebKit/ChangeLog (231945 => 231946)


--- branches/safari-606.1.17-branch/Source/WebKit/ChangeLog	2018-05-18 05:51:45 UTC (rev 231945)
+++ branches/safari-606.1.17-branch/Source/WebKit/ChangeLog	2018-05-18 05:51:47 UTC (rev 231946)
@@ -1,5 +1,37 @@
 2018-05-17  Babak Shafiei  <bshaf...@apple.com>
 
+        Cherry-pick r231922. rdar://problem/40220659
+
+    Correct default for StorageAccess API
+    https://bugs.webkit.org/show_bug.cgi?id=185748
+    <rdar://problem/40220659>
+    
+    Reviewed by Dean Jackson.
+    
+    Flip the default state to 'true' so that the new "sticky" state
+    for Storage Access API and attributing user interaction for
+    Storage Access API use is applied by default.
+    
+    * Shared/WebPreferences.yaml:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231922 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-05-17  Brent Fulgham  <bfulg...@apple.com>
+
+            Correct default for StorageAccess API
+            https://bugs.webkit.org/show_bug.cgi?id=185748
+            <rdar://problem/40220659>
+
+            Reviewed by Dean Jackson.
+
+            Flip the default state to 'true' so that the new "sticky" state
+            for Storage Access API and attributing user interaction for
+            Storage Access API use is applied by default.
+
+            * Shared/WebPreferences.yaml:
+
+2018-05-17  Babak Shafiei  <bshaf...@apple.com>
+
         Cherry-pick r231591. rdar://problem/39290394
 
     [Cocoa] Some fields are not identified as [WKWebProcessPlugInNodeHandle isTextField]

Modified: branches/safari-606.1.17-branch/Source/WebKit/Shared/WebPreferences.yaml (231945 => 231946)


--- branches/safari-606.1.17-branch/Source/WebKit/Shared/WebPreferences.yaml	2018-05-18 05:51:45 UTC (rev 231945)
+++ branches/safari-606.1.17-branch/Source/WebKit/Shared/WebPreferences.yaml	2018-05-18 05:51:47 UTC (rev 231946)
@@ -1269,7 +1269,7 @@
 
 StorageAccessPromptsEnabled:
     type: bool
-    defaultValue: false
+    defaultValue: true
     humanReadableName: "Prompt for Storage Access API Requests"
     humanReadableDescription: "Prompt the user when Storage Access API calls are made"
     category: experimental
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to