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

Issue 9566020: Revert 124071 - Gestures are now possible using touch events with any ids (Closed)

Created:
8 years, 9 months ago by Rick Byers
Modified:
8 years, 9 months ago
Reviewers:
tdresser
CC:
chromium-reviews, dhollowa+watch_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Revert 124071 - Gestures are now possible using touch events with any ids Reverting because this CL caused any tap in a tab contents (on device) to trigger a browser crash. See issue 116314 for details. -- Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer. The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches. A lower point_id indicates that a touch occurred first. BUG=113144 TEST=GestureRecognizerTest.* TBR=tdresser@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124451

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -207 lines) Patch
M ash/wm/root_window_event_filter_unittest.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M ui/aura/gestures/gesture_point.h View 2 chunks +3 lines, -11 lines 0 comments Download
M ui/aura/gestures/gesture_point.cc View 2 chunks +1 line, -3 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 58 chunks +61 lines, -118 lines 0 comments Download
M ui/aura/gestures/gesture_sequence.h View 1 chunk +1 line, -5 lines 0 comments Download
M ui/aura/gestures/gesture_sequence.cc View 13 chunks +47 lines, -62 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Rick Byers
8 years, 9 months ago (2012-03-01 19:34:44 UTC) #1
tdresser
8 years, 9 months ago (2012-03-01 19:38:00 UTC) #2
On 2012/03/01 19:34:44, Rick Byers wrote:

LGTM

Powered by Google App Engine
This is Rietveld 408576698