[Webkit-unassigned] [Bug 176119] [GTK][WPE] API for WebView audio mute support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 16 06:31:00 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=176119

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com

--- Comment #7 from Adrian Perez <aperez at igalia.com> ---
Comment on attachment 387812
  --> https://bugs.webkit.org/attachment.cgi?id=387812
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387812&action=review

> Source/WebKit/UIProcess/API/gtk/WebKitWebView.h:358
> +webkit_web_view_get_audio_muted                      (WebKitWebView             *webView);

Probably we also want a “WebKitWebView.audio-muted” GObject property,
the same way we already have a “WebKitWebView.is-playing-audio” one.
Using a property can be useful e.g. to easily bind a toggle button to
it in the UI without needing to write additional code. Also it would
allow to watch the property by connecting to the “notify::audio-muted”
signal.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200116/fa4726fd/attachment-0001.htm>


More information about the webkit-unassigned mailing list