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

Issue 10816008: ash: Record some additional information about the gestures. (Closed)

Created:
8 years, 5 months ago by sadrul
Modified:
8 years, 5 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, ben+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

ash: Record some additional information about the gestures. Notable changes: * Expose GestureEventDetails::touch_points for all kinds of gestures (instead of just BEGIN/END). This makes it possible to count when 3-finger swipes vs 4/4-finger swipes separately. * Instead of using poorly-defined param_first/param_second when constructing a GestureEvent, use better-defined GestureEventDetails. BUG=121179 TEST=covered by existing tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147855

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : tot-merge #

Total comments: 6

Patch Set 4 : . #

Patch Set 5 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -161 lines) Patch
M ash/touch/touch_uma.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ash/touch/touch_uma.cc View 1 2 4 chunks +110 lines, -40 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 8 chunks +48 lines, -38 lines 0 comments Download
M ash/wm/user_activity_detector_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.h View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 1 chunk +3 lines, -5 lines 0 comments Download
M ui/aura/event.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/aura/event.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M ui/aura/root_window.h View 1 chunk +1 line, -3 lines 0 comments Download
M ui/aura/root_window.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/base/gestures/gesture_sequence.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M ui/base/gestures/gesture_sequence.cc View 1 2 3 8 chunks +55 lines, -47 lines 0 comments Download
M ui/base/gestures/gesture_types.h View 1 5 chunks +8 lines, -10 lines 0 comments Download
M ui/base/gestures/gesture_types.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sadrul
8 years, 5 months ago (2012-07-20 18:58:45 UTC) #1
sky
http://codereview.chromium.org/10816008/diff/11002/ash/touch/touch_uma.cc File ash/touch/touch_uma.cc (right): http://codereview.chromium.org/10816008/diff/11002/ash/touch/touch_uma.cc#newcode213 ash/touch/touch_uma.cc:213: UMA_HISTOGRAM_ENUMERATION("Ash.GestureCreated", Why are these histograms and not UserMetricsAction? http://codereview.chromium.org/10816008/diff/11002/ui/base/gestures/gesture_sequence.h ...
8 years, 5 months ago (2012-07-21 00:01:54 UTC) #2
sadrul
http://codereview.chromium.org/10816008/diff/11002/ash/touch/touch_uma.cc File ash/touch/touch_uma.cc (right): http://codereview.chromium.org/10816008/diff/11002/ash/touch/touch_uma.cc#newcode213 ash/touch/touch_uma.cc:213: UMA_HISTOGRAM_ENUMERATION("Ash.GestureCreated", On 2012/07/21 00:01:54, sky wrote: > Why are ...
8 years, 5 months ago (2012-07-21 00:55:40 UTC) #3
sky
8 years, 5 months ago (2012-07-23 15:36:39 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698