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

Issue 227743007: ui::GestureProvider gives GestureEventData the number of touch points. (Closed)

Created:
6 years, 8 months ago by tdresser
Modified:
6 years, 8 months ago
Reviewers:
jdduke (slow)
CC:
chromium-reviews
Visibility:
Public.

Description

ui::GestureProvider gives GestureEventData the number of touch points. This is required for Aura to use ui::GestureProvider. BUG=360790 TEST=GestureProviderTest.{GestureBeginAndEnd, GestureTapTap, ...} Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262807

Patch Set 1 #

Patch Set 2 : Cleanup. #

Patch Set 3 : Rebase. #

Patch Set 4 : Fix compile issue. #

Patch Set 5 : More compiler issues. #

Patch Set 6 : No more compiler errors. #

Total comments: 8

Patch Set 7 : Address jdduke comments. #

Total comments: 4

Patch Set 8 : Address jdduke final nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -17 lines) Patch
M ui/events/gesture_detection/gesture_event_data.h View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_event_data.cc View 1 2 3 4 5 6 3 chunks +7 lines, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 3 4 5 6 7 9 chunks +39 lines, -10 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider_unittest.cc View 1 2 3 4 5 6 46 chunks +70 lines, -3 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
tdresser
PTAL, thanks.
6 years, 8 months ago (2014-04-08 20:11:33 UTC) #1
jdduke (slow)
https://codereview.chromium.org/227743007/diff/100001/ui/events/gesture_detection/gesture_provider.cc File ui/events/gesture_detection/gesture_provider.cc (left): https://codereview.chromium.org/227743007/diff/100001/ui/events/gesture_detection/gesture_provider.cc#oldcode310 ui/events/gesture_detection/gesture_provider.cc:310: e2.GetEventTime(), This is a change in behavior. GestureScrollBegin attaches ...
6 years, 8 months ago (2014-04-08 21:07:41 UTC) #2
tdresser
Let me know if the CreateGesture change isn't what you were thinking - I wasn't ...
6 years, 8 months ago (2014-04-09 14:50:48 UTC) #3
jdduke (slow)
lgtm with a couple nits. https://codereview.chromium.org/227743007/diff/120001/ui/events/gesture_detection/gesture_provider.cc File ui/events/gesture_detection/gesture_provider.cc (right): https://codereview.chromium.org/227743007/diff/120001/ui/events/gesture_detection/gesture_provider.cc#newcode297 ui/events/gesture_detection/gesture_provider.cc:297: DCHECK_NE(0u, e1.GetPointerCount()); I think ...
6 years, 8 months ago (2014-04-09 16:53:05 UTC) #4
tdresser
https://codereview.chromium.org/227743007/diff/120001/ui/events/gesture_detection/gesture_provider.cc File ui/events/gesture_detection/gesture_provider.cc (right): https://codereview.chromium.org/227743007/diff/120001/ui/events/gesture_detection/gesture_provider.cc#newcode297 ui/events/gesture_detection/gesture_provider.cc:297: DCHECK_NE(0u, e1.GetPointerCount()); On 2014/04/09 16:53:05, jdduke wrote: > I ...
6 years, 8 months ago (2014-04-09 18:21:31 UTC) #5
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 8 months ago (2014-04-09 18:21:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/227743007/140001
6 years, 8 months ago (2014-04-09 18:21:44 UTC) #7
commit-bot: I haz the power
6 years, 8 months ago (2014-04-09 21:00:08 UTC) #8
Message was sent while issue was closed.
Change committed as 262807

Powered by Google App Engine
This is Rietveld 408576698