Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Issue 2890603002: input: Delay the dispatch of synthesized input event. (Closed)

Created:
3 years, 7 months ago by sadrul
Modified:
3 years, 6 months ago
Reviewers:
dtapuska
CC:
chromium-reviews, jam, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

input: Delay the dispatch of synthesized input event. Instead of dispatching synthesized input events at the same time as begin-frame, delay the dispatch of the events by a few milliseconds. This is expected to better reflect real use scenario. BUG=722921

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : tot merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M content/browser/renderer_host/input/synthetic_gesture_controller.cc View 1 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (13 generated)
sadrul
3 years, 7 months ago (2017-05-17 16:28:37 UTC) #6
sadrul
3 years, 7 months ago (2017-05-17 16:28:43 UTC) #8
dtapuska
https://codereview.chromium.org/2890603002/diff/20001/content/browser/renderer_host/input/synthetic_gesture_controller.cc File content/browser/renderer_host/input/synthetic_gesture_controller.cc (right): https://codereview.chromium.org/2890603002/diff/20001/content/browser/renderer_host/input/synthetic_gesture_controller.cc#newcode44 content/browser/renderer_host/input/synthetic_gesture_controller.cc:44: base::ThreadTaskRunnerHandle::Get()->PostDelayedTask( I don't think this is quite right. Didn't ...
3 years, 7 months ago (2017-05-17 16:30:45 UTC) #10
sadrul
https://codereview.chromium.org/2890603002/diff/20001/content/browser/renderer_host/input/synthetic_gesture_controller.cc File content/browser/renderer_host/input/synthetic_gesture_controller.cc (right): https://codereview.chromium.org/2890603002/diff/20001/content/browser/renderer_host/input/synthetic_gesture_controller.cc#newcode44 content/browser/renderer_host/input/synthetic_gesture_controller.cc:44: base::ThreadTaskRunnerHandle::Get()->PostDelayedTask( On 2017/05/17 16:30:45, dtapuska wrote: > I don't ...
3 years, 7 months ago (2017-05-17 18:18:01 UTC) #11
sadrul
3 years, 6 months ago (2017-05-31 19:25:27 UTC) #18
Closing this. We went directly to https://codereview.chromium.org/2886263002

Powered by Google App Engine
This is Rietveld 408576698