[webkit-changes] [WebKit/WebKit] 4792e0: [GLIB] http/tests/media/video-redirect.html is fla...

Philippe Normand noreply at github.com
Mon Jan 8 11:09:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4792e094b47d718a5f756930ee02f502d05de3bf
      https://github.com/WebKit/WebKit/commit/4792e094b47d718a5f756930ee02f502d05de3bf
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

  Log Message:
  -----------
  [GLIB] http/tests/media/video-redirect.html is flaky timing out and crashing on Wayland
https://bugs.webkit.org/show_bug.cgi?id=132262

Reviewed by Xabier Rodriguez-Calvar.

Address the crash, EmptyOriginAccessPatterns::singleton() expects a non-WebProcess, which is not the
case, so use originAccessPatternsForWebProcessOrEmpty() which is more appropriate.

* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::loadNextLocation):

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




More information about the webkit-changes mailing list