Chromium Code Reviews
DescriptionMouse event handlers use user gesture tokens on top-level LocalFrames.
The last mouseDown and mouseUp user gesture tokens are set on the top
level frame's EventHandler. For the FrameTree to be able to contain
RemoteFrames, we need to account for instances where the current
frame has RemoteFrame ancestors. This change causes the tokens to be
used on the EventHandler attached to the frame that is the root of the
local subtree.
This will not make gestures work with RemoteFrames, as that
will need a much larger refactoring. Eventually gesture
tracking will need to be synchronized across processes.
BUG=346764
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172633
Patch Set 1 #Patch Set 2 : review comments addressed #
Messages
Total messages: 10 (0 generated)
|
|||||||||||||||||||||||||||||||||||||