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

Issue 332703003: aura: Allow held touch-events to contribute to gesture events. (Closed)

Created:
6 years, 6 months ago by sadrul
Modified:
6 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, ben+aura_chromium.org, kalyank
Visibility:
Public.

Description

aura: Allow held touch-events to contribute to gesture events. When a touch-move event is 'held', i.e. it is not dispatched, the event does produce any gesture events. However, once this 'held' event is dispatched (either because a touch-release event was encountered, or because ReleasePointerMoves() was called on the dispatcher), it should be used to generate the appropriate gesture events. BUG=none R=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276781

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -14 lines) Patch
M ui/aura/window_event_dispatcher.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M ui/aura/window_event_dispatcher_unittest.cc View 1 7 chunks +54 lines, -12 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sadrul
6 years, 6 months ago (2014-06-12 15:18:39 UTC) #1
sky
LGTM
6 years, 6 months ago (2014-06-12 16:57:11 UTC) #2
sadrul
6 years, 6 months ago (2014-06-12 19:57:07 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r276781 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698