Title: [242781] branches/safari-607.1.40.0-branch/Source/WebCore
- Revision
- 242781
- Author
- [email protected]
- Date
- 2019-03-11 23:10:47 -0700 (Mon, 11 Mar 2019)
Log Message
Cherry-pick r242770. rdar://problem/48795264
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.0-branch/Source/WebCore/ChangeLog (242780 => 242781)
--- branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog 2019-03-12 06:09:58 UTC (rev 242780)
+++ branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog 2019-03-12 06:10:47 UTC (rev 242781)
@@ -1,3 +1,34 @@
+2019-03-11 Kocsen Chung <[email protected]>
+
+ Cherry-pick r242770. rdar://problem/48795264
+
+ 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/48563891
Modified: branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp (242780 => 242781)
--- branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp 2019-03-12 06:09:58 UTC (rev 242780)
+++ branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp 2019-03-12 06:10:47 UTC (rev 242781)
@@ -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