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

Issue 660563004: Added UMA statistics for Chrome Cleaner. (Closed)

Created:
6 years, 2 months ago by Georges Khalil
Modified:
6 years, 1 month ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, cpu_(ooo_6.6-7.5)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Added UMA statistics for Chrome Cleaner. BUG=425601 Committed: https://crrev.com/d09466deb3c47ed947469f03395ecd30fca6915e Cr-Commit-Position: refs/heads/master@{#302124}

Patch Set 1 : Check if we have information from Cleaner and record UMA statistics. #

Total comments: 10

Patch Set 2 : Responded to comments. #

Patch Set 3 : Fixed histograms. #

Total comments: 8

Patch Set 4 : Responded to comments. #

Total comments: 4

Patch Set 5 : Responded to comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M chrome/browser/component_updater/sw_reporter_installer_win.cc View 1 2 3 4 2 chunks +45 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (17 generated)
MAD
Très cool, some comments... Thanks! BYE MAD https://codereview.chromium.org/660563004/diff/1/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/1/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode89 chrome/browser/component_updater/sw_reporter_installer_win.cc:89: L"Software\\Google\\Software Removal ...
6 years, 2 months ago (2014-10-15 20:34:56 UTC) #2
Georges Khalil
6 years, 2 months ago (2014-10-17 14:53:58 UTC) #5
MAD
Some comments. Almost there. Thanks! BYE MAD https://codereview.chromium.org/660563004/diff/40001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/40001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode86 chrome/browser/component_updater/sw_reporter_installer_win.cc:86: const wchar_t ...
6 years, 2 months ago (2014-10-20 01:38:34 UTC) #6
Georges Khalil
Responded to comments. https://codereview.chromium.org/660563004/diff/40001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/40001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode86 chrome/browser/component_updater/sw_reporter_installer_win.cc:86: const wchar_t kCleanerSuffixRegistryKey[] = L"%ls\\Cleaner"; On ...
6 years, 2 months ago (2014-10-24 12:37:58 UTC) #7
MAD
LGTM! Thanks BYE MAD
6 years, 2 months ago (2014-10-24 13:47:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/660563004/60001
6 years, 2 months ago (2014-10-24 14:11:29 UTC) #10
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/19830)
6 years, 2 months ago (2014-10-24 14:17:40 UTC) #12
Alexei Svitkine (slow)
not lgtm Can you document the added histograms in histograms.xml?
6 years, 2 months ago (2014-10-24 14:44:41 UTC) #14
Alexei Svitkine (slow)
ping, what's the status of this?
6 years, 1 month ago (2014-10-29 15:30:15 UTC) #15
Alexei Svitkine (slow)
https://codereview.chromium.org/660563004/diff/120001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/120001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode352 chrome/browser/component_updater/sw_reporter_installer_win.cc:352: if (cleaner_key.HasValue(kEndTimeRegistryValueName)) { Could it happen that the kEndTime ...
6 years, 1 month ago (2014-10-29 21:47:51 UTC) #18
Georges Khalil
PTAL. https://codereview.chromium.org/660563004/diff/120001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/120001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode352 chrome/browser/component_updater/sw_reporter_installer_win.cc:352: if (cleaner_key.HasValue(kEndTimeRegistryValueName)) { On 2014/10/29 21:47:51, Alexei Svitkine ...
6 years, 1 month ago (2014-10-30 13:57:58 UTC) #20
Alexei Svitkine (slow)
Couple more comments, then should be good to go. Thanks. https://codereview.chromium.org/660563004/diff/160001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/160001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode365 ...
6 years, 1 month ago (2014-10-30 14:02:24 UTC) #21
Georges Khalil
PTAL. https://codereview.chromium.org/660563004/diff/160001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/660563004/diff/160001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode365 chrome/browser/component_updater/sw_reporter_installer_win.cc:365: UMA_HISTOGRAM_BOOLEAN("SoftwareReporter.Cleaner.HasCompleted", false); On 2014/10/30 14:02:24, Alexei Svitkine wrote: ...
6 years, 1 month ago (2014-10-30 14:44:53 UTC) #24
Alexei Svitkine (slow)
lgtm, thanks!
6 years, 1 month ago (2014-10-30 14:58:21 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/660563004/220001
6 years, 1 month ago (2014-10-30 15:12:43 UTC) #27
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/21239)
6 years, 1 month ago (2014-10-30 15:16:29 UTC) #29
Georges Khalil
Sky, please review changes to sw_reporter_installer_win.cc for owner approval. Thank you.
6 years, 1 month ago (2014-10-30 15:37:04 UTC) #31
sky
How about a more local owner, like cpu? sky->cpu
6 years, 1 month ago (2014-10-30 16:54:32 UTC) #33
MAD
cpu->waffles who did the approvals for this code before.
6 years, 1 month ago (2014-10-30 17:35:51 UTC) #35
waffles
lgtm
6 years, 1 month ago (2014-10-30 18:35:12 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/660563004/220001
6 years, 1 month ago (2014-10-30 18:42:29 UTC) #38
commit-bot: I haz the power
Committed patchset #5 (id:220001)
6 years, 1 month ago (2014-10-30 19:08:23 UTC) #39
commit-bot: I haz the power
6 years, 1 month ago (2014-10-30 19:09:07 UTC) #40
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d09466deb3c47ed947469f03395ecd30fca6915e
Cr-Commit-Position: refs/heads/master@{#302124}

Powered by Google App Engine
This is Rietveld 408576698