Title: [242782] branches/safari-607.1.40.1-branch/Source/WebCore
- Revision
- 242782
- Author
- [email protected]
- Date
- 2019-03-11 23:15:20 -0700 (Mon, 11 Mar 2019)
Log Message
Cherry-pick r242770. rdar://problem/48795263
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.1.40.1-branch/Source/WebCore/ChangeLog (242781 => 242782)
--- branches/safari-607.1.40.1-branch/Source/WebCore/ChangeLog 2019-03-12 06:10:47 UTC (rev 242781)
+++ branches/safari-607.1.40.1-branch/Source/WebCore/ChangeLog 2019-03-12 06:15:20 UTC (rev 242782)
@@ -1,3 +1,34 @@
+2019-03-11 Kocsen Chung <[email protected]>
+
+ Cherry-pick r242770. rdar://problem/48795263
+
+ 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-02-28 Kocsen Chung <[email protected]>
Cherry-pick r242204. rdar://problem/48483747
Modified: branches/safari-607.1.40.1-branch/Source/WebCore/page/Quirks.cpp (242781 => 242782)
--- branches/safari-607.1.40.1-branch/Source/WebCore/page/Quirks.cpp 2019-03-12 06:10:47 UTC (rev 242781)
+++ branches/safari-607.1.40.1-branch/Source/WebCore/page/Quirks.cpp 2019-03-12 06:15:20 UTC (rev 242782)
@@ -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