Title: [290058] branches/safari-613.1.17.1-branch/Source/WTF
Revision
290058
Author
[email protected]
Date
2022-02-17 13:01:02 -0800 (Thu, 17 Feb 2022)

Log Message

Cherry-pick r289974. rdar://problem/89008799

    Unreviewed, reverting r286874.
    https://bugs.webkit.org/show_bug.cgi?id=236734

    Broke Apple Music pages which use the resolution media query

    Reverted changeset:

    "Enable the 'resolution' media query by default"
    https://bugs.webkit.org/show_bug.cgi?id=78087
    https://commits.webkit.org/r286874

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@289974 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613.1.17.1-branch/Source/WTF/ChangeLog (290057 => 290058)


--- branches/safari-613.1.17.1-branch/Source/WTF/ChangeLog	2022-02-17 21:00:58 UTC (rev 290057)
+++ branches/safari-613.1.17.1-branch/Source/WTF/ChangeLog	2022-02-17 21:01:02 UTC (rev 290058)
@@ -1,3 +1,33 @@
+2022-02-17  Russell Epstein  <[email protected]>
+
+        Cherry-pick r289974. rdar://problem/89008799
+
+    Unreviewed, reverting r286874.
+    https://bugs.webkit.org/show_bug.cgi?id=236734
+    
+    Broke Apple Music pages which use the resolution media query
+    
+    Reverted changeset:
+    
+    "Enable the 'resolution' media query by default"
+    https://bugs.webkit.org/show_bug.cgi?id=78087
+    https://commits.webkit.org/r286874
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@289974 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-02-16  Commit Queue  <[email protected]>
+
+            Unreviewed, reverting r286874.
+            https://bugs.webkit.org/show_bug.cgi?id=236734
+
+            Broke Apple Music pages which use the resolution media query
+
+            Reverted changeset:
+
+            "Enable the 'resolution' media query by default"
+            https://bugs.webkit.org/show_bug.cgi?id=78087
+            https://commits.webkit.org/r286874
+
 2022-02-16  Russell Epstein  <[email protected]>
 
         Apply patch. rdar://problem/87486284

Modified: branches/safari-613.1.17.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (290057 => 290058)


--- branches/safari-613.1.17.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 21:00:58 UTC (rev 290057)
+++ branches/safari-613.1.17.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-17 21:01:02 UTC (rev 290058)
@@ -1237,11 +1237,11 @@
   humanReadableDescription: "Enable resolution media feature support"
   defaultValue:
     WebKitLegacy:
-      default: true
+      default: false
     WebKit:
-      default: true
+      default: false
     WebCore:
-      default: true
+      default: false
 
 # 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

Reply via email to