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

Issue 2886283004: input: Fix running the completion callback for telemetry gesture. (Closed)

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

Description

input: Fix running the completion callback for telemetry gesture. Instead of running the completion callback right after dispatching the last event, make sure it runs after the last event processing is complete. For example, if the last event triggers a fling, then it should be marked complete only after the fling ends. BUG=722921 Review-Url: https://codereview.chromium.org/2886283004 Cr-Commit-Position: refs/heads/master@{#473235} Committed: https://chromium.googlesource.com/chromium/src/+/94a4ca46bbe956a4ae033e7e207c584abe1e3645

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -39 lines) Patch
M content/browser/renderer_host/input/synthetic_gesture_controller.h View 1 2 4 chunks +34 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller.cc View 1 2 4 chunks +29 lines, -16 lines 3 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc View 1 2 3 chunks +17 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 4 chunks +7 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 3 chunks +12 lines, -11 lines 0 comments Download

Messages

Total messages: 30 (23 generated)
sadrul
3 years, 7 months ago (2017-05-19 04:11:08 UTC) #18
dtapuska
https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc File content/browser/renderer_host/input/synthetic_gesture_controller.cc (right): https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc#newcode73 content/browser/renderer_host/input/synthetic_gesture_controller.cc:73: RequestBeginFrame(); This will still add an additional frame of ...
3 years, 7 months ago (2017-05-19 13:20:37 UTC) #22
tdresser
https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc File content/browser/renderer_host/input/synthetic_gesture_controller.cc (right): https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc#newcode73 content/browser/renderer_host/input/synthetic_gesture_controller.cc:73: RequestBeginFrame(); On 2017/05/19 13:20:36, dtapuska wrote: > This will ...
3 years, 7 months ago (2017-05-19 13:53:32 UTC) #23
sadrul
https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc File content/browser/renderer_host/input/synthetic_gesture_controller.cc (right): https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc#newcode73 content/browser/renderer_host/input/synthetic_gesture_controller.cc:73: RequestBeginFrame(); On 2017/05/19 13:20:36, dtapuska wrote: > This will ...
3 years, 7 months ago (2017-05-19 16:55:49 UTC) #24
dtapuska
On 2017/05/19 16:55:49, sadrul wrote: > https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc > File content/browser/renderer_host/input/synthetic_gesture_controller.cc > (right): > > https://codereview.chromium.org/2886283004/diff/50001/content/browser/renderer_host/input/synthetic_gesture_controller.cc#newcode73 ...
3 years, 7 months ago (2017-05-19 17:19:14 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2886283004/50001
3 years, 7 months ago (2017-05-19 17:35:06 UTC) #27
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 17:41:19 UTC) #30
Message was sent while issue was closed.
Committed patchset #3 (id:50001) as
https://chromium.googlesource.com/chromium/src/+/94a4ca46bbe956a4ae033e7e207c...

Powered by Google App Engine
This is Rietveld 408576698