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

Issue 2973873002: Primary histograms for InBrowserCleanerUI experiment (Closed)

Created:
3 years, 5 months ago by ftirelo
Modified:
3 years, 5 months ago
Reviewers:
tommycli, csharp, rkaplow
CC:
chromium-reviews, vakh+watch_chromium.org, joenotcharles+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, grt+watch_chromium.org, timvolodine, csharp+watch_chromium.org, alito+watch_chromium.org, ftirelo+watch_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Primary histograms for InBrowserCleanerUI experiment BUG=690020 Review-Url: https://codereview.chromium.org/2973873002 Cr-Commit-Position: refs/heads/master@{#485728} Committed: https://chromium.googlesource.com/chromium/src/+/3d931394f6ac24c64c200d3f8f98914316a0d195

Patch Set 1 #

Patch Set 2 : Additional histograms #

Patch Set 3 : Histograms and enums #

Total comments: 26

Patch Set 4 : Code reviews #

Total comments: 4

Patch Set 5 : Rebase #

Patch Set 6 : Next round of reviews #

Total comments: 19

Patch Set 7 : Code review #

Patch Set 8 : Remove log lines #

Patch Set 9 : Remove unused enum #

Patch Set 10 : Revert changes to histogram.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -20 lines) Patch
M chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h View 3 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc View 1 2 3 4 5 6 7 8 11 chunks +76 lines, -18 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_impl_win.cc View 1 2 3 7 chunks +31 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.cc View 1 2 3 6 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/reporter_runner_win.cc View 6 chunks +15 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/settings_resetter_win.cc View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc View 1 2 3 4 5 6 3 chunks +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 5 6 7 8 9 2 chunks +42 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 6 chunks +116 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
ftirelo
3 years, 5 months ago (2017-07-07 13:35:09 UTC) #3
csharp
https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc File chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc (right): https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc#newcode105 chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc:105: void RecordCleanerLogsAcceptanceHistogram(bool value) { what about logs_uploaded instead of ...
3 years, 5 months ago (2017-07-07 17:32:51 UTC) #4
ftirelo
PTAL https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc File chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc (right): https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc#newcode105 chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc:105: void RecordCleanerLogsAcceptanceHistogram(bool value) { On 2017/07/07 17:32:51, csharp ...
3 years, 5 months ago (2017-07-07 20:27:53 UTC) #5
csharp
lgtm https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc File chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc (right): https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc#newcode430 chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc:430: NO_PROMPT_REASON_IPC_CONNECTION_BROKEN); On 2017/07/07 20:27:52, ftirelo wrote: > On ...
3 years, 5 months ago (2017-07-07 20:53:34 UTC) #6
ftirelo
Thanks for the excellent review! https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc File chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc (right): https://codereview.chromium.org/2973873002/diff/40001/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc#newcode430 chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc:430: NO_PROMPT_REASON_IPC_CONNECTION_BROKEN); On 2017/07/07 20:53:33, ...
3 years, 5 months ago (2017-07-07 21:22:08 UTC) #7
ftirelo
+rkaplow for OWNERS approval for tools\metrics\histograms +tommycli for OWNERS approval for chrome\browser\ui\webui\settings
3 years, 5 months ago (2017-07-07 21:23:46 UTC) #9
tommycli
webui lgtm https://codereview.chromium.org/2973873002/diff/90001/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc File chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc (right): https://codereview.chromium.org/2973873002/diff/90001/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc#newcode30 chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc:30: nit: no \n here
3 years, 5 months ago (2017-07-07 21:32:26 UTC) #10
rkaplow
https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml#newcode73296 tools/metrics/histograms/histograms.xml:73296: + Indicates that the user accepted to initiate a ...
3 years, 5 months ago (2017-07-10 14:23:06 UTC) #11
rkaplow
https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml#newcode73311 tools/metrics/histograms/histograms.xml:73311: +<histogram name="SoftwareReporter.CleanerLogsAcceptance" units="boolean"> also this should be enum=Boolean https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml#newcode73453 ...
3 years, 5 months ago (2017-07-10 14:34:53 UTC) #12
ftirelo
https://codereview.chromium.org/2973873002/diff/90001/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc File chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc (right): https://codereview.chromium.org/2973873002/diff/90001/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc#newcode30 chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc:30: On 2017/07/07 21:32:26, tommycli wrote: > nit: no \n ...
3 years, 5 months ago (2017-07-10 19:08:51 UTC) #13
rkaplow
lgtm https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2973873002/diff/90001/tools/metrics/histograms/histograms.xml#newcode73498 tools/metrics/histograms/histograms.xml:73498: +<histogram name="SoftwareReporter.TaggedProfileForResetting" On 2017/07/10 19:08:51, ftirelo wrote: > ...
3 years, 5 months ago (2017-07-11 14:10:52 UTC) #14
ftirelo
Thanks!
3 years, 5 months ago (2017-07-11 14:26:01 UTC) #15
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/2973873002/90001
3 years, 5 months ago (2017-07-11 14:26:15 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/467303)
3 years, 5 months ago (2017-07-11 15:54:31 UTC) #20
ftirelo
Enum histograms must have at least two values. Replaced all unitary enums with booleans in ...
3 years, 5 months ago (2017-07-11 20:08:01 UTC) #21
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/2973873002/170001
3 years, 5 months ago (2017-07-11 20:08:38 UTC) #24
commit-bot: I haz the power
3 years, 5 months ago (2017-07-11 23:37:44 UTC) #28
Message was sent while issue was closed.
Committed patchset #10 (id:170001) as
https://chromium.googlesource.com/chromium/src/+/3d931394f6ac24c64c200d3f8f98...

Powered by Google App Engine
This is Rietveld 408576698