Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a109d5e2873138665a4668cdea76eb08035cab8
https://github.com/WebKit/WebKit/commit/1a109d5e2873138665a4668cdea76eb08035cab8
Author: Simon Pena <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WebCore/platform/audio/glib/MediaSessionGLib.cpp
M Source/WebCore/platform/audio/glib/MediaSessionGLib.h
Log Message:
-----------
[GLib] Stop retrying D-Bus connection for MPRIS after initial failure
https://bugs.webkit.org/show_bug.cgi?id=310033
Reviewed by Philippe Normand.
MPRIS session creation unconditionally attempts to connect to D-Bus,
even after previous attempts have failed. On devices where D-Bus is not
available or the right environment is not configured, this will continue
generating warnings. This keeps track of the failure and avoids
re-attempting.
Tested after unsetting the D-Bus session address.
* Source/WebCore/platform/audio/glib/MediaSessionGLib.cpp:
(WebCore::MediaSessionGLib::create):
* Source/WebCore/platform/audio/glib/MediaSessionGLib.h:
Canonical link: https://commits.webkit.org/309395@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications