Description[DevTools] Send ack early when paused in mouse move to keep events coming.
When paused in debugger on mouse move, we can send ack as it has
no side effects apart from new mouse moves being sent to renderer.
Debugger already causes nested input events handling (because of
different event types don't wait for each other's ack). This, and mouse
move being the event without side effects, means there should be
no harm in allowing nested mouse moves.
BUG=374183
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272230
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fixed comments #
Total comments: 4
Patch Set 3 : Fixed comments #
Messages
Total messages: 11 (0 generated)
|