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

Issue 2058723003: Slop region check for multi-finger scroll (Closed)

Created:
4 years, 6 months ago by sahel
Modified:
4 years, 5 months ago
Reviewers:
tdresser
CC:
chromium-reviews, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Slop region check for multi-finger scroll Two finger scrolling doesn't happen if neither of the pointers has exceeded their slop regions. The checking is needed to avoid a two finger tap happening after a scroll within slop region. For scrolling with more than two fingers, slop region check is skipped, because the tap option is not valid in those cases. BUG=492185 TEST=GestureProviderTest.SlopRegionCheckOnScroll Committed: https://crrev.com/033d839437b34f4de578479aea8c4a2669a91945 Cr-Commit-Position: refs/heads/master@{#403827}

Patch Set 1 #

Total comments: 16

Patch Set 2 #

Total comments: 23

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -75 lines) Patch
M content/browser/renderer_host/input/stylus_text_selector.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/input/stylus_text_selector.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M ui/events/gesture_detection/gesture_detector.h View 1 2 3 3 chunks +6 lines, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_detector.cc View 1 2 10 chunks +64 lines, -38 lines 0 comments Download
M ui/events/gesture_detection/gesture_listeners.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_listeners.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 3 4 chunks +59 lines, -16 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider_unittest.cc View 1 2 3 4 chunks +131 lines, -14 lines 0 comments Download

Messages

Total messages: 39 (17 generated)
sahel
4 years, 6 months ago (2016-06-10 19:22:19 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2058723003/1
4 years, 6 months ago (2016-06-10 19:23:05 UTC) #4
tdresser
https://codereview.chromium.org/2058723003/diff/1/ui/events/gesture_detection/gesture_detector.cc File ui/events/gesture_detection/gesture_detector.cc (right): https://codereview.chromium.org/2058723003/diff/1/ui/events/gesture_detection/gesture_detector.cc#newcode190 ui/events/gesture_detection/gesture_detector.cc:190: //Update maximum pointer count // Update maximum pointer count. ...
4 years, 6 months ago (2016-06-10 19:34:58 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/228241)
4 years, 6 months ago (2016-06-10 19:59:50 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2058723003/40001
4 years, 6 months ago (2016-06-22 16:23:54 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-22 17:34:38 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2058723003/60001
4 years, 6 months ago (2016-06-23 22:34:42 UTC) #15
sahel
https://codereview.chromium.org/2058723003/diff/1/ui/events/gesture_detection/gesture_detector.cc File ui/events/gesture_detection/gesture_detector.cc (right): https://codereview.chromium.org/2058723003/diff/1/ui/events/gesture_detection/gesture_detector.cc#newcode190 ui/events/gesture_detection/gesture_detector.cc:190: //Update maximum pointer count On 2016/06/10 19:34:57, tdresser wrote: ...
4 years, 6 months ago (2016-06-23 22:34:44 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-24 01:14:05 UTC) #18
tdresser
https://codereview.chromium.org/2058723003/diff/60001/content/browser/renderer_host/input/stylus_text_selector.cc File content/browser/renderer_host/input/stylus_text_selector.cc (right): https://codereview.chromium.org/2058723003/diff/60001/content/browser/renderer_host/input/stylus_text_selector.cc#newcode114 content/browser/renderer_host/input/stylus_text_selector.cc:114: const MotionEvent& secondary_pointer_down_event, float distance_x, Remove _event. https://codereview.chromium.org/2058723003/diff/60001/content/browser/renderer_host/input/stylus_text_selector.h File ...
4 years, 5 months ago (2016-06-28 15:24:19 UTC) #19
sahel
https://codereview.chromium.org/2058723003/diff/60001/content/browser/renderer_host/input/stylus_text_selector.cc File content/browser/renderer_host/input/stylus_text_selector.cc (right): https://codereview.chromium.org/2058723003/diff/60001/content/browser/renderer_host/input/stylus_text_selector.cc#newcode114 content/browser/renderer_host/input/stylus_text_selector.cc:114: const MotionEvent& secondary_pointer_down_event, float distance_x, On 2016/06/28 15:24:18, tdresser ...
4 years, 5 months ago (2016-06-29 16:26:19 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2058723003/100001
4 years, 5 months ago (2016-06-29 16:26:27 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193942)
4 years, 5 months ago (2016-06-29 17:12:31 UTC) #25
tdresser
SGTM % nits, and I'll want to give it a try on device at some ...
4 years, 5 months ago (2016-07-01 14:29:15 UTC) #26
tdresser
LGTM % nits.
4 years, 5 months ago (2016-07-05 20:07:21 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2058723003/120001
4 years, 5 months ago (2016-07-05 20:36:18 UTC) #29
sahel
https://codereview.chromium.org/2058723003/diff/100001/ui/aura/gestures/gesture_recognizer_unittest.cc File ui/aura/gestures/gesture_recognizer_unittest.cc (left): https://codereview.chromium.org/2058723003/diff/100001/ui/aura/gestures/gesture_recognizer_unittest.cc#oldcode2587 ui/aura/gestures/gesture_recognizer_unittest.cc:2587: ui::ET_GESTURE_SCROLL_UPDATE, ui::ET_GESTURE_SCROLL_UPDATE); On 2016/07/01 14:29:15, tdresser wrote: > Can ...
4 years, 5 months ago (2016-07-05 20:36:35 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-05 21:22:56 UTC) #32
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/2058723003/120001
4 years, 5 months ago (2016-07-05 21:41:00 UTC) #35
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 5 months ago (2016-07-05 21:45:10 UTC) #36
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-05 21:45:12 UTC) #37
commit-bot: I haz the power
4 years, 5 months ago (2016-07-05 21:46:48 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/033d839437b34f4de578479aea8c4a2669a91945
Cr-Commit-Position: refs/heads/master@{#403827}

Powered by Google App Engine
This is Rietveld 408576698