[Webkit-unassigned] [Bug 69190] Need a wrapper for UserGestureIndicator in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 1 15:01:51 PDT 2011


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





--- Comment #3 from Bill Budge <bbudge at gmail.com>  2011-10-01 15:01:51 PST ---
Normally, the user gesture is processed while an input event is being reported through the callbacks. With our asynchronous APIs, a client's request won't be received until WebKit considers the user gesture to be over. We plan to use an ACK message to determine if the client made the request within the original user gesture. When such a request is then received, we use this wrapper to fake the user gesture so that WebKit will allow the request. It checks for a user gesture, for example, when there is a request for full screen on an element.

In short, this wrapper simply allows us to create a user gesture out of WebCore.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list