WebKit Bugzilla
Attachment 343636 Details for
Bug 187063
: Promote two more experimental features to traditional features
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-187063-20180626134259.patch (text/plain), 2.30 KB, created by
Tim Horton
on 2018-06-26 13:43:00 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2018-06-26 13:43:00 PDT
Size:
2.30 KB
patch
obsolete
>Subversion Revision: 233218 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 17e323e34c720ea0b74546c08d7a88327ebe8467..f7340be4cce5d70f7c30730b72997e5f0825af38 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2018-06-26 Tim Horton <timothy_horton@apple.com> >+ >+ Promote two more experimental features to traditional features >+ https://bugs.webkit.org/show_bug.cgi?id=187063 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: >+ Promote some shipped/default-on features to non-experimental. >+ > 2018-06-26 Timothy Horton <timothy_horton@apple.com> > > Rearrange some WebPreferences; move two non-experimental prefs out of the experimental section >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 67359157910be5309230eb2e02aff9aa4d451c5a..c9e03bc79d8bf35fffe7ae6126cfb0ee175c0c27 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1106,6 +1106,15 @@ IncompleteImageBorderEnabled: > type: bool > defaultValue: false > >+StorageAccessAPIEnabled: >+ type: bool >+ defaultValue: true >+ >+StorageAccessPromptsEnabled: >+ type: bool >+ defaultValue: true >+ webcoreBinding: RuntimeEnabledFeatures >+ > # For experimental features: > # The type should be boolean. > # You must provide a humanReadableName and humanReadableName for all experimental features. They >@@ -1189,13 +1198,6 @@ ServiceWorkersEnabled: > webcoreName: serviceWorkerEnabled > condition: ENABLE(SERVICE_WORKER) > >-StorageAccessAPIEnabled: >- type: bool >- defaultValue: true >- humanReadableName: "Storage Access API" >- humanReadableDescription: "Enable Storage Access API" >- category: experimental >- > VisualViewportAPIEnabled: > type: bool > defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED >@@ -1270,14 +1272,6 @@ WebGLCompressedTextureASTCSupportEnabled: > category: experimental > webcoreBinding: RuntimeEnabledFeatures > >-StorageAccessPromptsEnabled: >- type: bool >- defaultValue: true >- humanReadableName: "Prompt for Storage Access API Requests" >- humanReadableDescription: "Prompt the user when Storage Access API calls are made" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >- > ServerTimingEnabled: > type: bool > defaultValue: false
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 187063
: 343636