⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242782 in webkit


Ignore:
Timestamp:
Mar 11, 2019, 11:15:20 PM (7 years ago)
Author:
Kocsen Chung
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

Location:
branches/safari-607.1.40.1-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-607.1.40.1-branch/Source/WebCore/ChangeLog

    r242220 r242782  
     12019-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
    1322019-02-28  Kocsen Chung  <kocsen_chung@apple.com>
    233
  • branches/safari-607.1.40.1-branch/Source/WebCore/page/Quirks.cpp

    r240383 r242782  
    5151    m_hasBrokenEncryptedMediaAPISupportQuirk = domain == "starz.com"
    5252        || domain.endsWith(".starz.com")
     53        || domain == "youtube.com"
     54        || domain.endsWith(".youtube.com")
    5355        || domain == "hulu.com"
    5456        || domain.endsWith("hulu.com");
Note: See TracChangeset for help on using the changeset viewer.