Replace DefinitelyProcessingUserGesture with DefinitelyProcessingNewUserGesture
Created attachment 192419 [details] Patch
Adam, what do you think about this? Some background: In EventHandler.cpp when processing e.g. a mouse press event, we pass on the event to a subframe's EventHandler if it wasn't handled. The subframe creates another UserGestureIndicator which currently increases the consumable gestures count. That way, a web page can create arbitrarily many gestures by stacking iframes on top of each other.
Alexey, this change touches WebKit2, can you please review it?
Comment on attachment 192419 [details] Patch LGTM
Comment on attachment 192419 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=192419&action=review rs=me on WebKit2 part. > Source/WebCore/ChangeLog:3 > + Replace DefinitelyProcessingUserGesture with DefinitelyProcessingNewUserGesture I'd say "rename" to make it more clear why there is no behavior change.
Created attachment 192556 [details] Patch for landing
Comment on attachment 192556 [details] Patch for landing Clearing flags on attachment: 192556 Committed r145453: <http://trac.webkit.org/changeset/145453>
All reviewed patches have been landed. Closing bug.