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

Issue 501553004: Move gesture/touch UMA logs into gesture provider (Closed)

Created:
6 years, 4 months ago by lanwei
Modified:
6 years, 3 months ago
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move gestureCreated, touchMaxDistance and touchDuration UMA logs into gesture provider, so that they can also record data from other platforms, such as Android, Windows, not only from ChromeOS. BUG=352654 Committed: https://crrev.com/9e7d5b36d720e9b6f1c3818c62e7943477db5ebb Cr-Commit-Position: refs/heads/master@{#292570}

Patch Set 1 #

Patch Set 2 : add export link #

Patch Set 3 : Merge with the mew patch #

Patch Set 4 : export link #

Patch Set 5 : #

Patch Set 6 : add build.gn #

Patch Set 7 : format #

Total comments: 23

Patch Set 8 : made changes based on comments #

Total comments: 10

Patch Set 9 : change the comments #

Total comments: 2

Patch Set 10 : add description to the comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+281 lines, -165 lines) Patch
M ash/touch/touch_uma.cc View 1 2 3 4 5 6 7 7 chunks +0 lines, -165 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 5 chunks +41 lines, -0 lines 0 comments Download
M ui/events/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/events.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_touch_uma_histogram.h View 1 2 3 4 5 6 7 8 1 chunk +86 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_touch_uma_histogram.cc View 1 2 3 4 5 6 7 1 chunk +144 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (1 generated)
lanwei
lanwei@chromium.org changed reviewers: + tdresser@chromium.org
6 years, 3 months ago (2014-08-26 15:57:21 UTC) #1
lanwei
Please look at the last patch, thanks.
6 years, 3 months ago (2014-08-26 20:55:59 UTC) #2
tdresser
https://codereview.chromium.org/501553004/diff/120001/ash/touch/touch_uma.cc File ash/touch/touch_uma.cc (left): https://codereview.chromium.org/501553004/diff/120001/ash/touch/touch_uma.cc#oldcode73 ash/touch/touch_uma.cc:73: : max_distance_from_start_squared_(0) { You should be able to get ...
6 years, 3 months ago (2014-08-27 12:35:39 UTC) #3
lanwei
https://codereview.chromium.org/501553004/diff/120001/ash/touch/touch_uma.cc File ash/touch/touch_uma.cc (left): https://codereview.chromium.org/501553004/diff/120001/ash/touch/touch_uma.cc#oldcode73 ash/touch/touch_uma.cc:73: : max_distance_from_start_squared_(0) { On 2014/08/27 12:35:38, tdresser wrote: > ...
6 years, 3 months ago (2014-08-27 23:32:00 UTC) #4
tdresser
Nice! LGTM with nits. Note that you'll need an additional reviewer. https://codereview.chromium.org/501553004/diff/140001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): ...
6 years, 3 months ago (2014-08-28 12:47:50 UTC) #5
lanwei
lanwei@chromium.org changed reviewers: + isherman@chromium.org, jamescook@chromium.org
6 years, 3 months ago (2014-08-28 17:26:02 UTC) #6
lanwei
jamescook@chromium.org: Please review changes in isherman@chromium.org: Please review changes in
6 years, 3 months ago (2014-08-28 17:26:02 UTC) #7
lanwei
change the comments https://codereview.chromium.org/501553004/diff/140001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/501553004/diff/140001/tools/metrics/histograms/histograms.xml#newcode656 tools/metrics/histograms/histograms.xml:656: + Deprecated 08/2014 in Issue 352654, ...
6 years, 3 months ago (2014-08-28 18:12:15 UTC) #8
James Cook
ash/* LGTM (I presume that's what you wanted me to look at)
6 years, 3 months ago (2014-08-28 18:52:43 UTC) #9
Ilya Sherman
histograms lgtm https://codereview.chromium.org/501553004/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/501553004/diff/160001/tools/metrics/histograms/histograms.xml#newcode6634 tools/metrics/histograms/histograms.xml:6634: + The maximum euclidean distance in dips ...
6 years, 3 months ago (2014-08-29 00:44:20 UTC) #10
lanwei
https://codereview.chromium.org/501553004/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/501553004/diff/160001/tools/metrics/histograms/histograms.xml#newcode6634 tools/metrics/histograms/histograms.xml:6634: + The maximum euclidean distance in dips which a ...
6 years, 3 months ago (2014-08-29 01:16:23 UTC) #11
lanwei
add description to the comment
6 years, 3 months ago (2014-08-29 01:23:04 UTC) #12
lanwei
The CQ bit was checked by lanwei@chromium.org
6 years, 3 months ago (2014-08-29 01:23:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lanwei@chromium.org/501553004/180001
6 years, 3 months ago (2014-08-29 01:25:12 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-29 02:39:33 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-29 02:44:51 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/7559)
6 years, 3 months ago (2014-08-29 02:44:52 UTC) #17
lanwei
lanwei@chromium.org changed reviewers: + sadrul@chromium.org
6 years, 3 months ago (2014-08-29 03:53:31 UTC) #18
lanwei
Sadrul, could you please take a look at the ui/events/BUILD.gn file, thanks.
6 years, 3 months ago (2014-08-29 03:57:02 UTC) #19
sadrul
lgtm
6 years, 3 months ago (2014-08-29 04:01:53 UTC) #20
lanwei
The CQ bit was checked by lanwei@chromium.org
6 years, 3 months ago (2014-08-29 04:02:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lanwei@chromium.org/501553004/180001
6 years, 3 months ago (2014-08-29 04:03:07 UTC) #22
commit-bot: I haz the power
Committed patchset #10 (id:180001) as fd1540d6b8049f10e62d219e7688e307d49e6fd0
6 years, 3 months ago (2014-08-29 04:05:47 UTC) #23
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:06:13 UTC) #24
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/9e7d5b36d720e9b6f1c3818c62e7943477db5ebb
Cr-Commit-Position: refs/heads/master@{#292570}

Powered by Google App Engine
This is Rietveld 408576698