[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 17:28:06 PDT 2015


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

--- Comment #8 from Matt Rajca <mrajca at apple.com> ---
(In reply to comment #7)
> Comment on attachment 258136 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=258136&action=review
> 
> > Source/WebCore/page/Page.cpp:1233
> > +    return true;
> 
> This might deserve some sort of assert? Is there any reasonable way to get
> here? Is true-by-default right?

Yup, I added a ASSERT_NOT_REACHED.

> 
> > Source/WebKit2/UIProcess/WebPageProxy.cpp:3889
> > +void WebPageProxy::isMediaElementPaused(uint64_t elementID, uint64_t callbackID)
> 
> This patch is maybe a smaller than expected slice of the real patch, because
> nothing calls this, but OK!

That's coming soon. :)

-- 
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/20150804/66378e04/attachment.html>


More information about the webkit-unassigned mailing list