Title: [286874] trunk/Source/WTF
- Revision
- 286874
- Author
- [email protected]
- Date
- 2021-12-10 13:56:07 -0800 (Fri, 10 Dec 2021)
Log Message
Enable the 'resolution' media query by default
https://bugs.webkit.org/show_bug.cgi?id=78087
Reviewed by Simon Fraser.
* Scripts/Preferences/WebPreferencesExperimental.yaml:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (286873 => 286874)
--- trunk/Source/WTF/ChangeLog 2021-12-10 21:28:43 UTC (rev 286873)
+++ trunk/Source/WTF/ChangeLog 2021-12-10 21:56:07 UTC (rev 286874)
@@ -1,3 +1,12 @@
+2021-12-10 Sam Sneddon <[email protected]>
+
+ Enable the 'resolution' media query by default
+ https://bugs.webkit.org/show_bug.cgi?id=78087
+
+ Reviewed by Simon Fraser.
+
+ * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
2021-12-09 Darin Adler <[email protected]>
Use simpler idioms for std::less and std::greater possible in modern C++
Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286873 => 286874)
--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2021-12-10 21:28:43 UTC (rev 286873)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2021-12-10 21:56:07 UTC (rev 286874)
@@ -1213,11 +1213,11 @@
humanReadableDescription: "Enable resolution media feature support"
defaultValue:
WebKitLegacy:
- default: false
+ default: true
WebKit:
- default: false
+ default: true
WebCore:
- default: false
+ default: true
# FIXME: Is this implemented for WebKitLegacy? If not, this should be excluded from WebKitLegacy entirely.
# FIXME: This should have it's own ENABLE.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes