Title: [237611] trunk/Source/WebKit
- Revision
- 237611
- Author
- [email protected]
- Date
- 2018-10-30 17:38:00 -0700 (Tue, 30 Oct 2018)
Log Message
Move 'ProcessSwapOnCrossSiteNavigationEnabled' to 'experimental' category.
https://bugs.webkit.org/show_bug.cgi?id=191049
Reviewed by Dean Jackson.
Move the feature flag to experimental feature section.
* Shared/WebPreferences.yaml:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (237610 => 237611)
--- trunk/Source/WebKit/ChangeLog 2018-10-31 00:15:41 UTC (rev 237610)
+++ trunk/Source/WebKit/ChangeLog 2018-10-31 00:38:00 UTC (rev 237611)
@@ -1,3 +1,14 @@
+2018-10-30 Dewei Zhu <[email protected]>
+
+ Move 'ProcessSwapOnCrossSiteNavigationEnabled' to 'experimental' category.
+ https://bugs.webkit.org/show_bug.cgi?id=191049
+
+ Reviewed by Dean Jackson.
+
+ Move the feature flag to experimental feature section.
+
+ * Shared/WebPreferences.yaml:
+
2018-10-30 Alexey Proskuryakov <[email protected]>
Enable InstallAPI for iOS unconditionally
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (237610 => 237611)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-10-31 00:15:41 UTC (rev 237610)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-10-31 00:38:00 UTC (rev 237611)
@@ -1331,6 +1331,14 @@
webcoreBinding: RuntimeEnabledFeatures
category: experimental
+ProcessSwapOnCrossSiteNavigationEnabled:
+ type: bool
+ defaultValue: false
+ humanReadableName: "Swap Processes on Cross-Site Navigation"
+ humanReadableDescription: "Swap WebContent processes on cross-site navigations"
+ category: experimental
+ webcoreBinding: none
+
# For internal features:
# The type should be boolean.
# You must provide a humanReadableName and humanReadableDescription for all debug features. They
@@ -1345,14 +1353,6 @@
webcoreBinding: RuntimeEnabledFeatures
webcoreName: experimentalPlugInSandboxProfilesEnabled
-ProcessSwapOnCrossSiteNavigationEnabled:
- type: bool
- defaultValue: false
- humanReadableName: "Swap Processes on Cross-Site Navigation"
- humanReadableDescription: "Swap WebContent processes on cross-site navigations"
- category: experimental
- webcoreBinding: none
-
ResourceLoadStatisticsDebugMode:
type: bool
defaultValue: false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes