[webkit-changes] [WebKit/WebKit] bf0aa0: Non-MSE blob urls don't work for <source> 'src' at...

Eric Carlson noreply at github.com
Fri Jun 9 17:17:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bf0aa014e8913031073b6d93ccaa725ce1df1501
      https://github.com/WebKit/WebKit/commit/bf0aa014e8913031073b6d93ccaa725ce1df1501
  Author: Eric Carlson <eric.carlson at apple.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    A LayoutTests/media/video-source-element-with-blob-url-expected.txt
    A LayoutTests/media/video-source-element-with-blob-url.html
    M Source/WebCore/html/HTMLMediaElement.cpp

  Log Message:
  -----------
  Non-MSE blob urls don't work for <source> 'src' attribute
https://bugs.webkit.org/show_bug.cgi?id=257918
rdar://110423496

Reviewed by Jer Noble.

Don't assume every blob url is for MSE.

* LayoutTests/media/video-source-element-with-blob-url-expected.txt: Added.
* LayoutTests/media/video-source-element-with-blob-url.html: Added.
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::selectNextSourceChild):

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




More information about the webkit-changes mailing list