[webkit-changes] [WebKit/WebKit] 44e22d: Remove Quirk shouldAdvertiseSupportForHLSSubtitleT...

Karl Dubost noreply at github.com
Tue Aug 15 14:24:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 44e22d905dd0893f661a57fed60f98c994f3e809
      https://github.com/WebKit/WebKit/commit/44e22d905dd0893f661a57fed60f98c994f3e809
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M Source/WebCore/html/HTMLMediaElement.cpp
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h

  Log Message:
  -----------
  Remove Quirk shouldAdvertiseSupportForHLSSubtitleTypes on hulu.com
https://bugs.webkit.org/show_bug.cgi?id=254638
rdar://107347115

Reviewed by Brent Fulgham.

Enabling/Disabling the Quirks doesn't change the behavior of hulu.com.
The site plays videos normally. In the current circumstances the Quirk
seems not to be necessary anymore. It might be the results made in
rdar://110588102 too.

* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::canPlayType const):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldAdvertiseSupportForHLSSubtitleTypes const): Deleted.
* Source/WebCore/page/Quirks.h:

Canonical link: https://commits.webkit.org/266925@main




More information about the webkit-changes mailing list