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

Issue 2003553003: Report user actions for interactions with the Windows Settings app. (Closed)

Created:
4 years, 7 months ago by grt (UTC plus 2)
Modified:
4 years, 7 months ago
CC:
chromium-reviews, 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

Report user actions for interactions with the Windows Settings app. BUG=611827 Committed: https://crrev.com/c291eea8c3fe6ff78ee8c653063aff619fab21b2 Cr-Commit-Position: refs/heads/master@{#396184}

Patch Set 1 #

Total comments: 15

Patch Set 2 : pmonette review #

Total comments: 8

Patch Set 3 : asvitkine comments #

Patch Set 4 : fix histograms.xml typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+952 lines, -5 lines) Patch
M chrome/browser/shell_integration_win.cc View 1 2 4 chunks +79 lines, -5 lines 0 comments Download
A chrome/browser/win/OWNERS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/win/settings_app_monitor.h View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/win/settings_app_monitor.cc View 1 2 1 chunk +746 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553003/1
4 years, 7 months ago (2016-05-20 18:04:57 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/194193)
4 years, 7 months ago (2016-05-20 19:05:59 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553003/40001
4 years, 7 months ago (2016-05-20 19:10:28 UTC) #7
grt (UTC plus 2)
pmonette: please review the general approach, especially the changes in shell_integration. asvitkine: please review use ...
4 years, 7 months ago (2016-05-20 19:11:12 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-20 20:19:19 UTC) #11
Patrick Monette
I think the code is pretty readable for all the stuff it has to do. ...
4 years, 7 months ago (2016-05-24 18:13:13 UTC) #12
grt (UTC plus 2)
Thanks! Comments addressed. +thakis for chrome OWNERS review https://codereview.chromium.org/2003553003/diff/40001/chrome/browser/settings_app_monitor_win.cc File chrome/browser/settings_app_monitor_win.cc (right): https://codereview.chromium.org/2003553003/diff/40001/chrome/browser/settings_app_monitor_win.cc#newcode63 chrome/browser/settings_app_monitor_win.cc:63: // ...
4 years, 7 months ago (2016-05-24 18:48:35 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553003/60001
4 years, 7 months ago (2016-05-24 18:49:35 UTC) #16
Alexei Svitkine (slow)
https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS File chrome/browser/OWNERS (right): https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS#newcode57 chrome/browser/OWNERS:57: per-file settings_app_monitor_win*=pmonette@chromium.org Maybe it would be better to make ...
4 years, 7 months ago (2016-05-24 19:33:38 UTC) #17
Patrick Monette
lgtm https://codereview.chromium.org/2003553003/diff/40001/chrome/browser/settings_app_monitor_win.cc File chrome/browser/settings_app_monitor_win.cc (right): https://codereview.chromium.org/2003553003/diff/40001/chrome/browser/settings_app_monitor_win.cc#newcode615 chrome/browser/settings_app_monitor_win.cc:615: observed_app_focused_ = false; On 2016/05/24 18:48:35, grt (slow) ...
4 years, 7 months ago (2016-05-24 20:33:33 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 20:33:55 UTC) #20
grt (UTC plus 2)
Thanks for the suggestions. Please see proposal below. https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS File chrome/browser/OWNERS (right): https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS#newcode57 chrome/browser/OWNERS:57: per-file ...
4 years, 7 months ago (2016-05-25 12:52:47 UTC) #21
Alexei Svitkine (slow)
https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS File chrome/browser/OWNERS (right): https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS#newcode57 chrome/browser/OWNERS:57: per-file settings_app_monitor_win*=pmonette@chromium.org On 2016/05/25 12:52:47, grt (slow) wrote: > ...
4 years, 7 months ago (2016-05-25 15:51:34 UTC) #22
grt (UTC plus 2)
PTAL https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS File chrome/browser/OWNERS (right): https://codereview.chromium.org/2003553003/diff/60001/chrome/browser/OWNERS#newcode57 chrome/browser/OWNERS:57: per-file settings_app_monitor_win*=pmonette@chromium.org On 2016/05/25 15:51:34, Alexei Svitkine (slow) ...
4 years, 7 months ago (2016-05-26 13:13:48 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553003/80001
4 years, 7 months ago (2016-05-26 13:16:57 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/190344)
4 years, 7 months ago (2016-05-26 13:24:42 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553003/100001
4 years, 7 months ago (2016-05-26 13:28:01 UTC) #29
Alexei Svitkine (slow)
lgtm
4 years, 7 months ago (2016-05-26 14:58:39 UTC) #30
Nico
lgtm
4 years, 7 months ago (2016-05-26 15:02:29 UTC) #31
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-26 15:22:38 UTC) #33
commit-bot: I haz the power
Dry run: None
4 years, 7 months ago (2016-05-26 15:22:51 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553003/100001
4 years, 7 months ago (2016-05-26 15:33:50 UTC) #37
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 7 months ago (2016-05-26 15:39:02 UTC) #38
commit-bot: I haz the power
4 years, 7 months ago (2016-05-26 15:40:36 UTC) #40
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c291eea8c3fe6ff78ee8c653063aff619fab21b2
Cr-Commit-Position: refs/heads/master@{#396184}

Powered by Google App Engine
This is Rietveld 408576698