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

Issue 2110463004: [ImportantStorage] Blacklisted reason metrics (Closed)

Created:
4 years, 5 months ago by dmurph
Modified:
4 years, 5 months ago
Reviewers:
Ted C, Theresa, Mark P
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ImportantStorage] Blacklisted reason metrics R=tedchoc@chromium.org,twellington@chromium.org BUG=622468, 605761 Committed: https://crrev.com/ec925b03671a9d153fcda20d6a951869b0c24b3e Cr-Commit-Position: refs/heads/master@{#404226}

Patch Set 1 #

Total comments: 8

Patch Set 2 : build, and histograms #

Total comments: 6

Patch Set 3 : comments #

Total comments: 1

Patch Set 4 : histograms update #

Patch Set 5 : Fixed domain empty check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -0 lines) Patch
M chrome/browser/android/preferences/important_sites_util.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/preferences/important_sites_util.cc View 1 2 3 chunks +120 lines, -0 lines 0 comments Download
M chrome/browser/android/preferences/pref_service_bridge.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
dmurph
Hello, these are more metrics for important storage. Can you PTAL? Thanks, Daniel
4 years, 5 months ago (2016-06-29 00:23:27 UTC) #1
Ted C
https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc#newcode211 chrome/browser/android/preferences/important_sites_util.cc:211: for (const std::string& blacklisted_site : blacklisted_sites) { would it ...
4 years, 5 months ago (2016-06-29 16:14:55 UTC) #2
dmurph
https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc#newcode211 chrome/browser/android/preferences/important_sites_util.cc:211: for (const std::string& blacklisted_site : blacklisted_sites) { On 2016/06/29 ...
4 years, 5 months ago (2016-06-29 19:20:59 UTC) #3
Ted C
https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc#newcode211 chrome/browser/android/preferences/important_sites_util.cc:211: for (const std::string& blacklisted_site : blacklisted_sites) { On 2016/06/29 ...
4 years, 5 months ago (2016-06-29 19:44:19 UTC) #4
dmurph
https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc#newcode211 chrome/browser/android/preferences/important_sites_util.cc:211: for (const std::string& blacklisted_site : blacklisted_sites) { On 2016/06/29 ...
4 years, 5 months ago (2016-06-29 21:59:26 UTC) #5
Ted C
lgtm https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/1/chrome/browser/android/preferences/important_sites_util.cc#newcode211 chrome/browser/android/preferences/important_sites_util.cc:211: for (const std::string& blacklisted_site : blacklisted_sites) { On ...
4 years, 5 months ago (2016-06-29 23:53:49 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110463004/1
4 years, 5 months ago (2016-06-30 20:18:07 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/90308)
4 years, 5 months ago (2016-06-30 20:42:00 UTC) #10
dmurph
+Mark for histograms.xml change
4 years, 5 months ago (2016-07-01 20:40:50 UTC) #12
Mark P
https://codereview.chromium.org/2110463004/diff/20001/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/20001/chrome/browser/android/preferences/important_sites_util.cc#newcode22 chrome/browser/android/preferences/important_sites_util.cc:22: enum ReasonStatTypes { Insert standard warning here. https://codereview.chromium.org/2110463004/diff/20001/chrome/browser/android/preferences/important_sites_util.cc#newcode246 chrome/browser/android/preferences/important_sites_util.cc:246: ...
4 years, 5 months ago (2016-07-06 19:10:42 UTC) #13
dmurph
https://codereview.chromium.org/2110463004/diff/20001/chrome/browser/android/preferences/important_sites_util.cc File chrome/browser/android/preferences/important_sites_util.cc (right): https://codereview.chromium.org/2110463004/diff/20001/chrome/browser/android/preferences/important_sites_util.cc#newcode22 chrome/browser/android/preferences/important_sites_util.cc:22: enum ReasonStatTypes { On 2016/07/06 at 19:10:42, Mark P ...
4 years, 5 months ago (2016-07-07 00:20:36 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110463004/40001
4 years, 5 months ago (2016-07-07 00:21:22 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/99582)
4 years, 5 months ago (2016-07-07 02:45:05 UTC) #18
Mark P
histograms.xml lgtm https://codereview.chromium.org/2110463004/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2110463004/diff/40001/tools/metrics/histograms/histograms.xml#newcode55103 tools/metrics/histograms/histograms.xml:55103: + clear browsing data. It tells us ...
4 years, 5 months ago (2016-07-07 04:00:30 UTC) #19
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/2110463004/80001
4 years, 5 months ago (2016-07-07 17:54:00 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-07 20:13:50 UTC) #23
commit-bot: I haz the power
4 years, 5 months ago (2016-07-07 20:15:06 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ec925b03671a9d153fcda20d6a951869b0c24b3e
Cr-Commit-Position: refs/heads/master@{#404226}

Powered by Google App Engine
This is Rietveld 408576698