WebKit Bugzilla
Attachment 340659 Details for
Bug 185748
: Correct default option setting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185748-20180517150856.patch (text/plain), 1.44 KB, created by
Brent Fulgham
on 2018-05-17 15:08:57 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2018-05-17 15:08:57 PDT
Size:
1.44 KB
patch
obsolete
>Subversion Revision: 231920 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index f996e971c73784d0c99f24262e4e83031a62e6de..b6d3b7c210123fe2dff7f2095965f53cb038b120 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,17 @@ >+2018-05-17 Brent Fulgham <bfulgham@apple.com> >+ >+ Correct default for StorageAccess API >+ https://bugs.webkit.org/show_bug.cgi?id=185748 >+ <rdar://problem/40220659> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ 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 <clopez@igalia.com> > > [WPE] Implement and enable FULLSCREEN_API >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index b4d1ca8ef702fdabced339890b567a62b01542c6..0ebda9c4b6e5f453316faaa5e5e19d4d49d583e3 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1271,7 +1271,7 @@ WebGLCompressedTextureASTCSupportEnabled: > > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dino
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185748
: 340659