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

Issue 10037012: Three Finger Swipe (Closed)

Created:
8 years, 8 months ago by tdresser
Modified:
8 years, 8 months ago
Reviewers:
sadrul, sky
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org, sadrul, ben+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Three Finger Swipe Implements a three finger swipe gesture event for the aura Gesture Recognizer. BUG=122807 TEST=SystemGestureEventFilterTest.TapOutsideRootWindow, GestureRecognizerTest.GestureEventThreeFingerSwipe Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132570

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address sadrul's comments. #

Total comments: 8

Patch Set 3 : Address sadrul's comments. #

Patch Set 4 : Remove pinch/scroll start/end calls #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -3 lines) Patch
M ash/wm/system_gesture_event_filter.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.cc View 1 2 6 chunks +16 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 3 7 chunks +193 lines, -1 line 0 comments Download
M ui/base/events.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/gestures/gesture_configuration.h View 1 4 chunks +14 lines, -0 lines 0 comments Download
M ui/base/gestures/gesture_configuration.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M ui/base/gestures/gesture_sequence.h View 1 4 chunks +13 lines, -1 line 0 comments Download
M ui/base/gestures/gesture_sequence.cc View 1 2 3 5 chunks +133 lines, -0 lines 0 comments Download
M ui/base/gestures/gestures.dot View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
tdresser
8 years, 8 months ago (2012-04-10 18:27:52 UTC) #1
sadrul
Looks good in general. I have some questions about diagonal swipes: http://codereview.chromium.org/10037012/diff/1/content/browser/renderer_host/web_input_event_aurax11.cc File content/browser/renderer_host/web_input_event_aurax11.cc (right): ...
8 years, 8 months ago (2012-04-10 20:32:51 UTC) #2
tdresser
We've decided to ignore diagonal swipes for now. http://codereview.chromium.org/10037012/diff/1/content/browser/renderer_host/web_input_event_aurax11.cc File content/browser/renderer_host/web_input_event_aurax11.cc (right): http://codereview.chromium.org/10037012/diff/1/content/browser/renderer_host/web_input_event_aurax11.cc#newcode362 content/browser/renderer_host/web_input_event_aurax11.cc:362: case ...
8 years, 8 months ago (2012-04-11 18:17:04 UTC) #3
sadrul
http://codereview.chromium.org/10037012/diff/9001/ash/wm/system_gesture_event_filter_unittest.cc File ash/wm/system_gesture_event_filter_unittest.cc (right): http://codereview.chromium.org/10037012/diff/9001/ash/wm/system_gesture_event_filter_unittest.cc#newcode66 ash/wm/system_gesture_event_filter_unittest.cc:66: EXPECT_EQ(true, consumed); EXPECT_TRUE http://codereview.chromium.org/10037012/diff/9001/ash/wm/system_gesture_event_filter_unittest.cc#newcode74 ash/wm/system_gesture_event_filter_unittest.cc:74: EXPECT_EQ(false, consumed); EXPECT_FALSE http://codereview.chromium.org/10037012/diff/9001/ui/base/gestures/gesture_sequence.cc ...
8 years, 8 months ago (2012-04-11 19:07:26 UTC) #4
tdresser
http://codereview.chromium.org/10037012/diff/9001/ash/wm/system_gesture_event_filter_unittest.cc File ash/wm/system_gesture_event_filter_unittest.cc (right): http://codereview.chromium.org/10037012/diff/9001/ash/wm/system_gesture_event_filter_unittest.cc#newcode66 ash/wm/system_gesture_event_filter_unittest.cc:66: EXPECT_EQ(true, consumed); On 2012/04/11 19:07:26, sadrul wrote: > EXPECT_TRUE ...
8 years, 8 months ago (2012-04-12 13:36:16 UTC) #5
sadrul
http://codereview.chromium.org/10037012/diff/9001/ui/base/gestures/gesture_sequence.cc File ui/base/gestures/gesture_sequence.cc (right): http://codereview.chromium.org/10037012/diff/9001/ui/base/gestures/gesture_sequence.cc#newcode275 ui/base/gestures/gesture_sequence.cc:275: ScrollStart(event, point, gestures.get()); On 2012/04/12 13:36:16, tdresser wrote: > ...
8 years, 8 months ago (2012-04-13 11:34:20 UTC) #6
tdresser
http://codereview.chromium.org/10037012/diff/9001/ui/base/gestures/gesture_sequence.cc File ui/base/gestures/gesture_sequence.cc (right): http://codereview.chromium.org/10037012/diff/9001/ui/base/gestures/gesture_sequence.cc#newcode275 ui/base/gestures/gesture_sequence.cc:275: ScrollStart(event, point, gestures.get()); On 2012/04/13 11:34:20, sadrul wrote: > ...
8 years, 8 months ago (2012-04-16 14:09:24 UTC) #7
sadrul
LGTM
8 years, 8 months ago (2012-04-16 20:29:17 UTC) #8
tdresser
8 years, 8 months ago (2012-04-16 21:00:51 UTC) #9
sky
LGTM
8 years, 8 months ago (2012-04-16 21:26:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/10037012/27001
8 years, 8 months ago (2012-04-17 12:29:24 UTC) #11
commit-bot: I haz the power
8 years, 8 months ago (2012-04-17 13:52:47 UTC) #12
Change committed as 132570

Powered by Google App Engine
This is Rietveld 408576698