WebKit Bugzilla
Attachment 343627 Details for
Bug 187047
: Promote some experimental features to traditional features
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for cq
bug-187047-20180626092159.patch.txt (text/plain), 7.48 KB, created by
Tim Horton
on 2018-06-26 11:59:47 PDT
(
hide
)
Description:
patch for cq
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2018-06-26 11:59:47 PDT
Size:
7.48 KB
patch
obsolete
>Subversion Revision: 233200 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 45fa75123c57017c3a460f7ac6fd2979ae5a8c35..7ff9f69536e82bab2c5bf01fd8dfe63a5ce4d05d 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,14 @@ >+2018-06-26 Tim Horton <timothy_horton@apple.com> >+ >+ Promote some experimental features to traditional features >+ https://bugs.webkit.org/show_bug.cgi?id=187047 >+ >+ Reviewed by Simon Fraser. >+ >+ * Shared/WebPreferences.yaml: >+ Reindent. >+ Promote some shipped/default-on features to non-experimental. >+ > 2018-06-26 Fujii Hironori <Hironori.Fujii@sony.com> > > [Win] 'deref': is not a member of 'WebKit::WebResourceLoadStatisticsStore::updateCookiePartitioningForDomains::<lambda_9d761a6dc12d95db7fa2d6f3f5aa26fa>' >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 542a45c17a78f97e0454e610ce5308dab3a4c301..63b572d3b9bf44a704bc0376b87fa9398f906354 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1001,10 +1001,10 @@ TiledScrollingIndicatorVisible: > webcoreName: showTiledScrollingIndicator > > DisableScreenSizeOverride: >- type: bool >- defaultValue: false >- category: debug >- condition: PLATFORM(IOS) >+ type: bool >+ defaultValue: false >+ category: debug >+ condition: PLATFORM(IOS) > > SimpleLineLayoutDebugBordersEnabled: > type: bool >@@ -1056,52 +1056,62 @@ ShouldAllowUserInstalledFonts: > defaultValue: true > > MediaCapabilitiesEnabled: >- type: bool >- defaultValue: false >- webcoreBinding: RuntimeEnabledFeatures >+ type: bool >+ defaultValue: false >+ webcoreBinding: RuntimeEnabledFeatures > > SystemPreviewEnabled: >- type: bool >- defaultValue: false >- webcoreBinding: RuntimeEnabledFeatures >- condition: USE(SYSTEM_PREVIEW) >- >-# For experimental features: >-# The type should be boolean. >-# You must provide a humanReadableName and humanReadableName for all experimental features. They >-# are the text exposed to the user from the WebKit client. >-# The default value may be either false (for unstable features) or >-# DEFAULT_EXPERIMENTAL_FEATURES_ENABLED (for features that are ready for >-# wider testing). >- >- >-AsyncFrameScrollingEnabled: > type: bool > defaultValue: false >- humanReadableName: "Async Frame Scrolling" >- humanReadableDescription: "Perform frame scrolling in a dedicated thread or process" >- category: experimental >+ webcoreBinding: RuntimeEnabledFeatures >+ condition: USE(SYSTEM_PREVIEW) > > CacheAPIEnabled: > type: bool > defaultValue: true >- humanReadableName: "Cache API" >- humanReadableDescription: "Enable Cache API" >- category: experimental > webcoreBinding: RuntimeEnabledFeatures > > ConstantPropertiesEnabled: > type: bool > defaultValue: true >- humanReadableName: "Constant Properties" >- humanReadableDescription: "Enable CSS constant() values" >- category: experimental > > CrossOriginWindowPolicySupportEnabled: > type: bool > defaultValue: true >- humanReadableName: "Cross-Origin-Window-Policy HTTP Header" >- humanReadableDescription: "Enable support for Cross-Origin-Window-Policy HTTP Header" >+ >+SubresourceIntegrityEnabled: >+ type: bool >+ defaultValue: true >+ >+RestrictedHTTPResponseAccess: >+ type: bool >+ defaultValue: true >+ webcoreBinding: RuntimeEnabledFeatures >+ >+CrossOriginResourcePolicyEnabled: >+ type: bool >+ defaultValue: true >+ webcoreBinding: RuntimeEnabledFeatures >+ >+DisabledAdaptationsMetaTagEnabled: >+ type: bool >+ defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED >+ webcoreBinding: RuntimeEnabledFeatures >+ >+# For experimental features: >+# The type should be boolean. >+# You must provide a humanReadableName and humanReadableName for all experimental features. They >+# are the text exposed to the user from the WebKit client. >+# The default value may be either false (for unstable features) or >+# DEFAULT_EXPERIMENTAL_FEATURES_ENABLED (for features that are ready for >+# wider testing). >+ >+ >+AsyncFrameScrollingEnabled: >+ type: bool >+ defaultValue: false >+ humanReadableName: "Async Frame Scrolling" >+ humanReadableDescription: "Perform frame scrolling in a dedicated thread or process" > category: experimental > > SpringTimingFunctionEnabled: >@@ -1178,13 +1188,6 @@ StorageAccessAPIEnabled: > humanReadableDescription: "Enable Storage Access API" > category: experimental > >-SubresourceIntegrityEnabled: >- type: bool >- defaultValue: true >- humanReadableName: "SubresourceIntegrity" >- humanReadableDescription: "Enable SubresourceIntegrity" >- category: experimental >- > VisualViewportAPIEnabled: > type: bool > defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED >@@ -1227,12 +1230,12 @@ WebGPUEnabled: > condition: ENABLE(WEBGPU) > > AccessibilityObjectModelEnabled: >- type: bool >- defaultValue: false >- humanReadableName: "Accessibility Object Model" >- humanReadableDescription: "Accessibility Object Model support" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >+ type: bool >+ defaultValue: false >+ humanReadableName: "Accessibility Object Model" >+ humanReadableDescription: "Accessibility Object Model support" >+ category: experimental >+ webcoreBinding: RuntimeEnabledFeatures > > WebVREnabled: > type: bool >@@ -1251,22 +1254,6 @@ ResourceLoadStatisticsDebugMode: > category: experimental > webcoreBinding: RuntimeEnabledFeatures > >-RestrictedHTTPResponseAccess: >- type: bool >- defaultValue: true >- humanReadableName: "Restricted HTTP Response Access to Web Process" >- humanReadableDescription: "Restricted HTTP Response Access to Web Process" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >- >-CrossOriginResourcePolicyEnabled: >- type: bool >- defaultValue: true >- humanReadableName: "Cross-Origin-Resource-Policy Response Header" >- humanReadableDescription: "Support for the Cross-Origin-Resource-Policy Response Header" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >- > WebGLCompressedTextureASTCSupportEnabled: > type: bool > defaultValue: false >@@ -1276,29 +1263,21 @@ WebGLCompressedTextureASTCSupportEnabled: > 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 >+ 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 >- humanReadableName: "Server Timing" >- humanReadableDescription: "Enable Server Timing API" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >- webcoreName: serverTimingEnabled >- >-DisabledAdaptationsMetaTagEnabled: >- type: bool >- defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED >- humanReadableName: "disabled-adaptations" >- humanReadableDescription: "Enable the 'disabled-adaptations' meta tag" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >+ type: bool >+ defaultValue: false >+ humanReadableName: "Server Timing" >+ humanReadableDescription: "Enable Server Timing API" >+ category: experimental >+ webcoreBinding: RuntimeEnabledFeatures >+ webcoreName: serverTimingEnabled > > ColorFilterEnabled: > type: bool
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 187047
:
343604
|
343609
| 343627