Title: [231922] trunk/Source/WebKit
- Revision
- 231922
- Author
- [email protected]
- Date
- 2018-05-17 15:12:32 -0700 (Thu, 17 May 2018)
Log Message
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:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (231921 => 231922)
--- trunk/Source/WebKit/ChangeLog 2018-05-17 21:48:49 UTC (rev 231921)
+++ trunk/Source/WebKit/ChangeLog 2018-05-17 22:12:32 UTC (rev 231922)
@@ -1,3 +1,17 @@
+2018-05-17 Brent Fulgham <[email protected]>
+
+ 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 Carlos Alberto Lopez Perez <[email protected]>
[WPE] Implement and enable FULLSCREEN_API
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (231921 => 231922)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-05-17 21:48:49 UTC (rev 231921)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-05-17 22:12:32 UTC (rev 231922)
@@ -1271,7 +1271,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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes