Changeset 242782 in webkit
- Timestamp:
- Mar 11, 2019, 11:15:20 PM (7 years ago)
- Location:
- branches/safari-607.1.40.1-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/Quirks.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607.1.40.1-branch/Source/WebCore/ChangeLog
r242220 r242782 1 2019-03-11 Kocsen Chung <kocsen_chung@apple.com> 2 3 Cherry-pick r242770. rdar://problem/48795263 4 5 REGRESSION(r236281): YouTube Movies fail with "video format" error 6 https://bugs.webkit.org/show_bug.cgi?id=195598 7 <rdar://problem/48782842> 8 9 Reviewed by Jon Lee. 10 11 Partially revert r236281 for YouTube.com. 12 13 * page/Quirks.cpp: 14 (WebCore::Quirks::hasBrokenEncryptedMediaAPISupportQuirk const): 15 16 17 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242770 268f45cc-cd09-0410-ab3c-d52691b4dbfc 18 19 2019-03-11 Jer Noble <jer.noble@apple.com> 20 21 REGRESSION(r236281): YouTube Movies fail with "video format" error 22 https://bugs.webkit.org/show_bug.cgi?id=195598 23 <rdar://problem/48782842> 24 25 Reviewed by Jon Lee. 26 27 Partially revert r236281 for YouTube.com. 28 29 * page/Quirks.cpp: 30 (WebCore::Quirks::hasBrokenEncryptedMediaAPISupportQuirk const): 31 1 32 2019-02-28 Kocsen Chung <kocsen_chung@apple.com> 2 33 -
branches/safari-607.1.40.1-branch/Source/WebCore/page/Quirks.cpp
r240383 r242782 51 51 m_hasBrokenEncryptedMediaAPISupportQuirk = domain == "starz.com" 52 52 || domain.endsWith(".starz.com") 53 || domain == "youtube.com" 54 || domain.endsWith(".youtube.com") 53 55 || domain == "hulu.com" 54 56 || domain.endsWith("hulu.com");
Note:
See TracChangeset
for help on using the changeset viewer.