[Webkit-unassigned] [Bug 145581] Add basic Media Session support to HTMLMediaElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 3 18:12:19 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145581
Jon Lee <jonlee at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonlee at apple.com
--- Comment #21 from Jon Lee <jonlee at apple.com> ---
(In reply to comment #16)
> I misread the original feedback. MediaSessions might be null, but
> HTMLMediaElements will never be null (when jsHTMLMediaElementSession calls
> these functions it will always pass in a HTMLMediaElement). We could use
> references, but those aren't compatible with the bindings generated. So I
> will leave pointers to HTMLMediaElements but add assertions (which is what
> we do in HTMLMediaElementMediaSource).
It sounds like we should a new bug filed to improve the bindings generation code to use references instead.
Also, I see other examples of partial interfaces that make use of Supplement<>. Are we avoiding that here for a reason? Or are we abandoning that pattern?
--
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/20150604/941fcd4b/attachment-0001.html>
More information about the webkit-unassigned
mailing list