Revert "Fix flaky SyntheticMouseEventTest.MouseEventAck"
This reverts commit 4a7a6504. Reason for revert: Breaking on https://uberchromegw.corp.google.com/i/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29%2832%29/builds/46433 Original change's description: > Fix flaky SyntheticMouseEventTest.MouseEventAck > > Devtools was not correctly handling input that is not generated by itself > and invoking callbacks when the input wasn't actually processed. > > Add a modifier indicating content was injected using the debugger so that > we can then query for that to determine if we should release the event. > This is a stop gap solution until we can actually bind callbacks into the > sending of events and devtools wouldn't need its own queues of callbacks. > > BUG=789869 > > Change-Id: I2b56e8ebf4921b48bd4d35dee2226d7cb780cb94 > Reviewed-on: https://chromium-review.googlesource.com/804357 > Commit-Queue: Dave Tapuska <dtapuska@chromium.org> > Reviewed-by: Pavel Feldman <pfeldman@chromium.org> > Reviewed-by: Dmitry Gozman <dgozman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#521454} TBR=dgozman@chromium.org,lushnikov@chromium.org,pfeldman@chromium.org,dtapuska@chromium.org Change-Id: I526b2c2d4ab644206b1b34126436432a64fd3914 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 789869 Reviewed-on: https://chromium-review.googlesource.com/807584Reviewed-by:calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#521557}
Showing
Please register or sign in to comment