Title: [242846] branches/safari-607-branch/Source/WebCore
Revision
242846
Author
[email protected]
Date
2019-03-13 00:05:41 -0700 (Wed, 13 Mar 2019)

Log Message

Cherry-pick r242770. rdar://problem/48795265

    REGRESSION(r236281): YouTube Movies fail with "video format" error
    https://bugs.webkit.org/show_bug.cgi?id=195598
    <rdar://problem/48782842>

    Reviewed by Jon Lee.

    Partially revert r236281 for YouTube.com.

    * page/Quirks.cpp:
    (WebCore::Quirks::hasBrokenEncryptedMediaAPISupportQuirk const):

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

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebCore/ChangeLog (242845 => 242846)


--- branches/safari-607-branch/Source/WebCore/ChangeLog	2019-03-13 07:05:38 UTC (rev 242845)
+++ branches/safari-607-branch/Source/WebCore/ChangeLog	2019-03-13 07:05:41 UTC (rev 242846)
@@ -1,3 +1,34 @@
+2019-03-12  Babak Shafiei  <[email protected]>
+
+        Cherry-pick r242770. rdar://problem/48795265
+
+    REGRESSION(r236281): YouTube Movies fail with "video format" error
+    https://bugs.webkit.org/show_bug.cgi?id=195598
+    <rdar://problem/48782842>
+    
+    Reviewed by Jon Lee.
+    
+    Partially revert r236281 for YouTube.com.
+    
+    * page/Quirks.cpp:
+    (WebCore::Quirks::hasBrokenEncryptedMediaAPISupportQuirk const):
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242770 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-03-11  Jer Noble  <[email protected]>
+
+            REGRESSION(r236281): YouTube Movies fail with "video format" error
+            https://bugs.webkit.org/show_bug.cgi?id=195598
+            <rdar://problem/48782842>
+
+            Reviewed by Jon Lee.
+
+            Partially revert r236281 for YouTube.com.
+
+            * page/Quirks.cpp:
+            (WebCore::Quirks::hasBrokenEncryptedMediaAPISupportQuirk const):
+
 2019-03-04  Babak Shafiei  <[email protected]>
 
         Cherry-pick r242355. rdar://problem/48563894

Modified: branches/safari-607-branch/Source/WebCore/page/Quirks.cpp (242845 => 242846)


--- branches/safari-607-branch/Source/WebCore/page/Quirks.cpp	2019-03-13 07:05:38 UTC (rev 242845)
+++ branches/safari-607-branch/Source/WebCore/page/Quirks.cpp	2019-03-13 07:05:41 UTC (rev 242846)
@@ -50,6 +50,8 @@
 
     m_hasBrokenEncryptedMediaAPISupportQuirk = domain == "starz.com"
         || domain.endsWith(".starz.com")
+        || domain == "youtube.com"
+        || domain.endsWith(".youtube.com")
         || domain == "hulu.com"
         || domain.endsWith("hulu.com");
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to