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

Issue 1932363002: Trackpad scrolling could lag on MacOSX (Closed)

Created:
4 years, 7 months ago by dtapuska
Modified:
4 years, 7 months ago
Reviewers:
tdresser
CC:
chromium-reviews, darin-cc_chromium.org, jam, dtapuska+chromiumwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Trackpad scrolling could lag on MacOSX Mouse wheel gesture scrolling with synthetic begin and ends could saturate the gesture event queue. Ensure that a synthetic gesture begin coalesces with a synthetic gesture end so that the updates end up coalescing as well. This prevents laggy scrolling on MacOSX when it takes a long time per frame to scroll. BUG=607340 Committed: https://crrev.com/dcd46c08887b38add468d81bf3b5bf4910d0f248 Cr-Commit-Position: refs/heads/master@{#390942}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -0 lines) Patch
M content/browser/renderer_host/input/gesture_event_queue.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue.cc View 1 2 chunks +22 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue_unittest.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
dtapuska
4 years, 7 months ago (2016-04-29 20:19:05 UTC) #3
tdresser
LGTM with nits. https://codereview.chromium.org/1932363002/diff/1/content/browser/renderer_host/input/gesture_event_queue.cc File content/browser/renderer_host/input/gesture_event_queue.cc (right): https://codereview.chromium.org/1932363002/diff/1/content/browser/renderer_host/input/gesture_event_queue.cc#newcode203 content/browser/renderer_host/input/gesture_event_queue.cc:203: // If a synthetic scroll begin ...
4 years, 7 months ago (2016-05-02 13:27:15 UTC) #4
dtapuska
https://codereview.chromium.org/1932363002/diff/1/content/browser/renderer_host/input/gesture_event_queue.cc File content/browser/renderer_host/input/gesture_event_queue.cc (right): https://codereview.chromium.org/1932363002/diff/1/content/browser/renderer_host/input/gesture_event_queue.cc#newcode203 content/browser/renderer_host/input/gesture_event_queue.cc:203: // If a synthetic scroll begin is encountered; it ...
4 years, 7 months ago (2016-05-02 13:57:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1932363002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1932363002/20001
4 years, 7 months ago (2016-05-02 13:59:09 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-02 14:52:44 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 14:54:13 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/dcd46c08887b38add468d81bf3b5bf4910d0f248
Cr-Commit-Position: refs/heads/master@{#390942}

Powered by Google App Engine
This is Rietveld 408576698