[webkit-changes] [WebKit/WebKit] 358ce3: Cherry-pick 261786 at main (18e688d4e90d). https://bu...

Michael Catanzaro noreply at github.com
Sat Mar 18 03:53:27 PDT 2023


  Branch: refs/heads/webkitglib/2.40
  Home:   https://github.com/WebKit/WebKit
  Commit: 358ce3a4bd7353c8edaa5720c949301f31c9a5e9
      https://github.com/WebKit/WebKit/commit/358ce3a4bd7353c8edaa5720c949301f31c9a5e9
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-03-18 (Sat, 18 Mar 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp

  Log Message:
  -----------
  Cherry-pick 261786 at main (18e688d4e90d). https://bugs.webkit.org/show_bug.cgi?id=254025

    REGRESSION(261684 at main): [GStreamer] Crash in webkit_media_stream_src_class_init() when logging into Google account
    https://bugs.webkit.org/show_bug.cgi?id=254025

    Reviewed by Xabier Rodriguez-Calvar.

    Make sure that GStreamer is initialized before attempting to register the custom WebKit GStreamer
    elements.

    Drive-by change, move the MSE "decoding limits" just before it's used and remove mis-used and
    superfluous ASSERT_NOT_REACHED.

    * Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
    (WebCore::MediaPlayerPrivateGStreamer::supportsType):
    * Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp:
    (WebCore::MediaPlayerPrivateGStreamerMSE::supportsType):

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


  Commit: ca4272f630f927f4517e0c6c5bd96d7df2872911
      https://github.com/WebKit/WebKit/commit/ca4272f630f927f4517e0c6c5bd96d7df2872911
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-03-18 (Sat, 18 Mar 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/glib/WebKitUserContentManager.cpp

  Log Message:
  -----------
  Cherry-pick 261810 at main (fa61ab3f2467). https://bugs.webkit.org/show_bug.cgi?id=254089

    REGRESSION(261320 at main): [GLib] Broke WebKitUserContentManager::script-message-received
    https://bugs.webkit.org/show_bug.cgi?id=254089

    Reviewed by Adrian Perez de Castro.

    I forgot to update the marshaller used by
    WebKitUserContentManager::script-message-received. It worked perfectly
    fine in my development environment for whatever reason, but was broken
    in at least Ephy Tech Preview.

    * Source/WebKit/UIProcess/API/glib/WebKitUserContentManager.cpp:

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


Compare: https://github.com/WebKit/WebKit/compare/cba9b1344f87...ca4272f630f9


More information about the webkit-changes mailing list