[Webkit-unassigned] [Bug 225876] UserGestureToken::processingUserGestureForMedia is use for non-media things

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 09:33:31 PDT 2021


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

--- Comment #2 from Sam Weinig <sam at webkit.org> ---
It looks like the differences between processingUserGesture() and processingUserGestureForMedia() are:

- processingUserGestureForMedia() works for any scope type, processingUserGesture() only works for All (not MediaOnly)
- processingUserGestureForMedia() works for state == ProcessingUserGesture or m_state == ProcessingPotentialUserGesture, processingUserGesture() only works for state == ProcessingUserGesture.

-- 
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/20210517/1371f12b/attachment.htm>


More information about the webkit-unassigned mailing list