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

Issue 2788203002: Adjust cancelabilty of touchmoves that are queued when scroll start occurs (Closed)

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

Description

Adjust cancelabilty of touchmoves that are queued when scroll start occurs. Generalize the coalescing callback to be a visit of the queue. Treat TouchScrollStart as a separate path in here. BUG=700407 Review-Url: https://codereview.chromium.org/2788203002 Cr-Commit-Position: refs/heads/master@{#461262} Committed: https://chromium.googlesource.com/chromium/src/+/887c78b39f27eccd42ec308d1b899efc2a8f7a49

Patch Set 1 #

Total comments: 4

Patch Set 2 : Adjust cancelabilty of touchmoves that are pending queued when a scroll start occurs. #

Total comments: 6

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -22 lines) Patch
M content/renderer/input/main_thread_event_queue.cc View 1 2 4 chunks +38 lines, -11 lines 0 comments Download
M content/renderer/input/main_thread_event_queue_task.h View 1 2 1 chunk +15 lines, -7 lines 0 comments Download
M content/renderer/input/main_thread_event_queue_task_list.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/input/main_thread_event_queue_unittest.cc View 1 1 chunk +70 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 22 (15 generated)
dtapuska
PTAL
3 years, 8 months ago (2017-03-31 18:56:09 UTC) #4
tdresser
"Cancel out touchmoves that are pending queued when a scroll start occurs." Cancel out implies ...
3 years, 8 months ago (2017-03-31 19:31:02 UTC) #6
dtapuska
PTAL https://codereview.chromium.org/2788203002/diff/1/content/renderer/input/main_thread_event_queue_task.h File content/renderer/input/main_thread_event_queue_task.h (right): https://codereview.chromium.org/2788203002/diff/1/content/renderer/input/main_thread_event_queue_task.h#newcode31 content/renderer/input/main_thread_event_queue_task.h:31: // event with this event, stop iterating or ...
3 years, 8 months ago (2017-03-31 20:18:18 UTC) #10
tdresser
LGTM with nits. https://codereview.chromium.org/2788203002/diff/20001/content/renderer/input/main_thread_event_queue.cc File content/renderer/input/main_thread_event_queue.cc (right): https://codereview.chromium.org/2788203002/diff/20001/content/renderer/input/main_thread_event_queue.cc#newcode97 content/renderer/input/main_thread_event_queue.cc:97: return FilterResult::PreventQueuingEvent; It seems a bit ...
3 years, 8 months ago (2017-03-31 20:50:20 UTC) #11
dtapuska
https://codereview.chromium.org/2788203002/diff/20001/content/renderer/input/main_thread_event_queue.cc File content/renderer/input/main_thread_event_queue.cc (right): https://codereview.chromium.org/2788203002/diff/20001/content/renderer/input/main_thread_event_queue.cc#newcode97 content/renderer/input/main_thread_event_queue.cc:97: return FilterResult::PreventQueuingEvent; On 2017/03/31 20:50:20, tdresser wrote: > It ...
3 years, 8 months ago (2017-03-31 21:06:11 UTC) #12
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/2788203002/40001
3 years, 8 months ago (2017-03-31 22:49:10 UTC) #19
commit-bot: I haz the power
3 years, 8 months ago (2017-03-31 22:56:16 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/887c78b39f27eccd42ec308d1b89...

Powered by Google App Engine
This is Rietveld 408576698