[webkit-changes] [WebKit/WebKit] 0dbb88: Merge 255380 at main - [GStreamer][MSE][CMake] make c...

Carlos Garcia Campos noreply at github.com
Tue Oct 11 15:01:44 PDT 2022


  Branch: refs/heads/webkitglib/2.38
  Home:   https://github.com/WebKit/WebKit
  Commit: 0dbb8802839f6d32efb12bb58fcb26eaf818f7d6
      https://github.com/WebKit/WebKit/commit/0dbb8802839f6d32efb12bb58fcb26eaf818f7d6
  Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/GStreamer.cmake
    M Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp
    M Source/cmake/OptionsGTK.cmake
    M Source/cmake/OptionsWPE.cmake

  Log Message:
  -----------
  Merge 255380 at main - [GStreamer][MSE][CMake] make configurable video decoder limits
https://bugs.webkit.org/show_bug.cgi?id=245660

Reviewed by Xabier Rodriguez-Calvar.

* Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp:
(videoDecoderLimitsDefaults):
(WebCore::MediaPlayerPrivateGStreamerMSE::MediaPlayerPrivateGStreamerMSE):
(WebCore::MediaPlayerPrivateGStreamerMSE::supportsType):
* Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.h:
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:

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

(cherry picked from commit 8e1c25cdff34ac6bd154d6abbf4d970c015e22b9)


  Commit: 0bd0ab02007336f4ece652f6d62123fed13ce415
      https://github.com/WebKit/WebKit/commit/0bd0ab02007336f4ece652f6d62123fed13ce415
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp
    M Source/WebKit/UIProcess/Launcher/glib/XDGDBusProxy.cpp
    M Source/WebKit/UIProcess/Launcher/glib/XDGDBusProxy.h

  Log Message:
  -----------
  Merge 254293 at main - [GTK][WPE] Use a single xdg-dbus-proxy process
https://bugs.webkit.org/show_bug.cgi?id=244930

Reviewed by Michael Catanzaro.

We currently spawn two xdg-dbus-proxy processes, one for the session bus
and one for the atspi bus, but we can do both with a single process.

* Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp:
(WebKit::bindDBusSession): Receive the XDGDBusProxy as argument. Use the
new api to get the proxy paths.
(WebKit::bindA11y): Ditto.
(WebKit::bubblewrapSpawn): Create a single XDGDBusProxy and pass it to bindDBusSession() and bindA11y().
* Source/WebKit/UIProcess/Launcher/glib/XDGDBusProxy.cpp:
(WebKit::XDGDBusProxy::makePath): Helper to create a path for the given DBus address.
(WebKit::XDGDBusProxy::makeProxy): Helper to create the proxy file using the given template.
(WebKit::XDGDBusProxy::dbusSessionProxy): Return the proxy paths for DBus session.
(WebKit::XDGDBusProxy::accessibilityProxy): Return the proxy paths for atspi.
(WebKit::XDGDBusProxy::launch): Return falseif we don't need to spawn xdg-dbus-proxy at all.
(WebKit::XDGDBusProxy::XDGDBusProxy): Deleted.
(WebKit::XDGDBusProxy::~XDGDBusProxy): Deleted.
(WebKit::XDGDBusProxy::makeProxy const): Deleted.
(WebKit::XDGDBusProxy::launch const): Deleted.
* Source/WebKit/UIProcess/Launcher/glib/XDGDBusProxy.h:
(WebKit::XDGDBusProxy::proxyPath const): Deleted.
(WebKit::XDGDBusProxy::path const): Deleted.
(): Deleted.

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

(cherry picked from commit f6198cdad380b68e02c7a135b18fcf7e387078ea)


Compare: https://github.com/WebKit/WebKit/compare/2204be511651...0bd0ab020073


More information about the webkit-changes mailing list