Title: [243800] trunk/Source/WebKit
- Revision
- 243800
- Author
- [email protected]
- Date
- 2019-04-03 09:02:06 -0700 (Wed, 03 Apr 2019)
Log Message
Add a WebKit internal feature flag to always enable modern compatibility mode by default
https://bugs.webkit.org/show_bug.cgi?id=196526
<rdar://problem/49532923>
Reviewed by Antoine Quint.
* Shared/WebPreferences.yaml:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (243799 => 243800)
--- trunk/Source/WebKit/ChangeLog 2019-04-03 15:58:04 UTC (rev 243799)
+++ trunk/Source/WebKit/ChangeLog 2019-04-03 16:02:06 UTC (rev 243800)
@@ -1,5 +1,15 @@
2019-04-03 Wenson Hsieh <[email protected]>
+ Add a WebKit internal feature flag to always enable modern compatibility mode by default
+ https://bugs.webkit.org/show_bug.cgi?id=196526
+ <rdar://problem/49532923>
+
+ Reviewed by Antoine Quint.
+
+ * Shared/WebPreferences.yaml:
+
+2019-04-03 Wenson Hsieh <[email protected]>
+
Introduce and add plumbing for a website policy for meta viewport tag handling
https://bugs.webkit.org/show_bug.cgi?id=196285
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (243799 => 243800)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2019-04-03 15:58:04 UTC (rev 243799)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2019-04-03 16:02:06 UTC (rev 243800)
@@ -1630,6 +1630,14 @@
humanReadableName: "Apple Pay Remote UI"
type: bool
+UseModernCompatibilityModeByDefault:
+ category: internal
+ defaultValue: false
+ humanReadableName: "Use Modern Compatibility Mode"
+ humanReadableDescription: "Use modern compatibility mode everywhere by default"
+ webcoreBinding: none
+ type: bool
+
# Deprecated
ICECandidateFilteringEnabled:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes