[Webkit-unassigned] [Bug 147588] Media Session: let UI clients query whether a media element is paused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 14:03:05 PDT 2015


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

--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 258107
  --> https://bugs.webkit.org/attachment.cgi?id=258107
Patch

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

> Source/WebKit2/UIProcess/WebPageProxy.cpp:3895
> +    m_process->sendSync(Messages::WebPage::IsMediaElementPaused(elementID), Messages::WebPage::IsMediaElementPaused::Reply(paused), m_pageID);

Let's try to come up with a plan that doesn't involve sync IPC. Can you have a callback that is called once the reply comes in?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150803/54b1e68b/attachment.html>


More information about the webkit-unassigned mailing list