[Webkit-unassigned] [Bug 168840] Media: notify clients when autoplay is denied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 13:49:50 PST 2017


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302680|review?                     |review+
              Flags|                            |

--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 302680
  --> https://bugs.webkit.org/attachment.cgi?id=302680
Patch

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

> Source/WebCore/html/HTMLMediaElement.cpp:2425
> +            if (Page* page = document().page())

Darin would say "auto*"

> Source/WebCore/page/AutoplayEvent.h:30
> +enum {

I think we should make this enum class AutoplayEvent and cast it to uint32_t for IPC.

-- 
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/20170224/3b31e88b/attachment-0001.html>


More information about the webkit-unassigned mailing list