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

Issue 2270173002: add stylus metrics (Closed)

Created:
4 years, 4 months ago by xiaoyinh(OOO Sep 11-29)
Modified:
4 years, 3 months ago
CC:
chromium-reviews, kalyank, sadrul, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-submit: Adding the following stylus metrics: 1. Number of “down” events generated by stylus/touch/mouse 2. Number of “down” events received by clamshell vs touchview BUG=630070 Committed: https://crrev.com/693c002fc07b010ab3ef17360a0557bd87be2832 Committed: https://crrev.com/06e3125412bb55231c6d26b20f5dbcdbdc1e8583 Cr-Original-Commit-Position: refs/heads/master@{#414304} Cr-Commit-Position: refs/heads/master@{#414574} CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Patch Set 1 #

Total comments: 13

Patch Set 2 : incorporate comments and rebase #

Total comments: 8

Patch Set 3 : incorporate comments from jdufault@ #

Total comments: 4

Patch Set 4 : incoporate comments and rebase #

Patch Set 5 : rebase and add switch case for POINTER_TYPE_ERASER #

Patch Set 6 : Incorporate A11y review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.html View 1 2 3 4 5 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 52 (31 generated)
xiaoyinh(OOO Sep 11-29)
isherman@, could you take a look at histograms.xml oshima@, jdufault@, could you take a look ...
4 years, 4 months ago (2016-08-23 20:43:49 UTC) #3
Ilya Sherman
https://codereview.chromium.org/2270173002/diff/1/ash/wm/stylus_metrics_recorder.cc File ash/wm/stylus_metrics_recorder.cc (right): https://codereview.chromium.org/2270173002/diff/1/ash/wm/stylus_metrics_recorder.cc#newcode28 ash/wm/stylus_metrics_recorder.cc:28: }; For each of these enums, please add a ...
4 years, 4 months ago (2016-08-23 20:50:29 UTC) #8
oshima
https://codereview.chromium.org/2270173002/diff/1/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/2270173002/diff/1/ash/ash.gyp#newcode776 ash/ash.gyp:776: 'wm/stylus_metrics_recorder.h', if these are for cros, please exclude them ...
4 years, 4 months ago (2016-08-23 21:40:57 UTC) #9
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2270173002/diff/1/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/2270173002/diff/1/ash/ash.gyp#newcode776 ash/ash.gyp:776: 'wm/stylus_metrics_recorder.h', On 2016/08/23 21:40:57, oshima wrote: > if these ...
4 years, 4 months ago (2016-08-23 22:43:01 UTC) #12
jdufault
https://codereview.chromium.org/2270173002/diff/20001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/2270173002/diff/20001/ash/ash.gyp#newcode1196 ash/ash.gyp:1196: 'wm/stylus_metrics_recorder.cc', Use spaces instead of tabs. https://codereview.chromium.org/2270173002/diff/20001/ash/wm/stylus_metrics_recorder.cc File ash/wm/stylus_metrics_recorder.cc ...
4 years, 4 months ago (2016-08-23 23:09:54 UTC) #13
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2270173002/diff/20001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/2270173002/diff/20001/ash/ash.gyp#newcode1196 ash/ash.gyp:1196: 'wm/stylus_metrics_recorder.cc', On 2016/08/23 23:09:53, jdufault wrote: > Use spaces ...
4 years, 4 months ago (2016-08-23 23:45:41 UTC) #14
jdufault
lgtm https://codereview.chromium.org/2270173002/diff/40001/ash/wm/stylus_metrics_recorder.h File ash/wm/stylus_metrics_recorder.h (right): https://codereview.chromium.org/2270173002/diff/40001/ash/wm/stylus_metrics_recorder.h#newcode21 ash/wm/stylus_metrics_recorder.h:21: // ui::EventHandler: Make override implementation private
4 years, 4 months ago (2016-08-24 00:24:37 UTC) #15
Ilya Sherman
Metrics lgtm % a nit: https://codereview.chromium.org/2270173002/diff/40001/ash/wm/stylus_metrics_recorder.cc File ash/wm/stylus_metrics_recorder.cc (right): https://codereview.chromium.org/2270173002/diff/40001/ash/wm/stylus_metrics_recorder.cc#newcode63 ash/wm/stylus_metrics_recorder.cc:63: DownEventSource input_type; nit: I ...
4 years, 4 months ago (2016-08-24 00:48:01 UTC) #18
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2270173002/diff/40001/ash/wm/stylus_metrics_recorder.cc File ash/wm/stylus_metrics_recorder.cc (right): https://codereview.chromium.org/2270173002/diff/40001/ash/wm/stylus_metrics_recorder.cc#newcode63 ash/wm/stylus_metrics_recorder.cc:63: DownEventSource input_type; On 2016/08/24 00:48:01, Ilya Sherman wrote: > ...
4 years, 4 months ago (2016-08-24 16:51:51 UTC) #23
oshima
lgtm
4 years, 4 months ago (2016-08-24 23:34:37 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2270173002/60001
4 years, 4 months ago (2016-08-25 01:43:04 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-25 04:12:05 UTC) #31
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/693c002fc07b010ab3ef17360a0557bd87be2832 Cr-Commit-Position: refs/heads/master@{#414304}
4 years, 4 months ago (2016-08-25 04:13:54 UTC) #33
findit-for-me
FYI: Findit try jobs (rerunning failed compile or tests) identified this CL at revision 414304 ...
4 years, 4 months ago (2016-08-25 04:41:57 UTC) #34
haraken
On 2016/08/25 04:41:57, findit-for-me wrote: > FYI: Findit try jobs (rerunning failed compile or tests) ...
4 years, 4 months ago (2016-08-25 05:13:09 UTC) #35
haraken
On 2016/08/25 05:13:09, haraken wrote: > On 2016/08/25 04:41:57, findit-for-me wrote: > > FYI: Findit ...
4 years, 4 months ago (2016-08-25 05:19:53 UTC) #36
xiaoyinh(OOO Sep 11-29)
On 2016/08/25 05:19:53, haraken wrote: > On 2016/08/25 05:13:09, haraken wrote: > > On 2016/08/25 ...
4 years, 3 months ago (2016-08-25 15:45:47 UTC) #37
oshima
new patch (patch set 5) lgtm
4 years, 3 months ago (2016-08-25 21:50:20 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2270173002/80001
4 years, 3 months ago (2016-08-25 22:57:14 UTC) #47
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-08-25 23:04:41 UTC) #49
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 23:06:29 UTC) #51
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/06e3125412bb55231c6d26b20f5dbcdbdc1e8583
Cr-Commit-Position: refs/heads/master@{#414574}

Powered by Google App Engine
This is Rietveld 408576698