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

Issue 476513002: Add UMA histogram to count hard revokes of user certificate error decisions. (Closed)

Created:
6 years, 4 months ago by jww
Modified:
6 years, 3 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add UMA histogram to count hard revokes of user certificate error decisions. In https://codereview.chromium.org/473643002/ we added a button for users in the "Remember Certificate Error Decisions" experiment to allow them to revoke their decision to bypass an SSL error for a given host. This commit adds an UMA histogram to count how often a hard revoke actually occurs. BUG=262615 R=felt@chromium.org Committed: https://crrev.com/1ed8ea710ae7616a84432b2a24828edec2080fe4 Cr-Commit-Position: refs/heads/master@{#292993}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase on ToT #

Patch Set 3 : Moved UMA measurement to website_settings #

Patch Set 4 : Got rid of extraneous #include #

Total comments: 6

Patch Set 5 : Changes from asvitkine #

Total comments: 5

Patch Set 6 : Naming fix #

Patch Set 7 : Rebase on ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -27 lines) Patch
M chrome/browser/ui/android/website_settings_popup_android.cc View 1 2 3 4 5 6 2 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm View 1 2 3 4 5 6 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 4 5 6 2 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.h View 1 2 3 4 5 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 6 3 chunks +23 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (1 generated)
jww
6 years, 4 months ago (2014-08-13 23:49:03 UTC) #1
felt
On 2014/08/13 23:49:03, jww wrote: this looks like a count instead of a histogram -- ...
6 years, 4 months ago (2014-08-13 23:55:20 UTC) #2
jww
jar@, can you take a look at this histogram addition, both for review and your ...
6 years, 4 months ago (2014-08-14 00:02:18 UTC) #3
jar (doing other things)
micro histogram tutorial attached... hope it helps. Asvitkine can probably provide reviews as this goes ...
6 years, 4 months ago (2014-08-14 22:10:37 UTC) #4
felt
Joel is OOO, so I'm going to try to take over this CL from him. ...
6 years, 4 months ago (2014-08-14 22:35:54 UTC) #5
jar (doing other things)
Experience suggests that when you have a bazillion users... and a bazillion events.... that a ...
6 years, 4 months ago (2014-08-14 23:00:36 UTC) #6
jww
On 2014/08/14 23:00:36, jar wrote: > Experience suggests that when you have a bazillion users... ...
6 years, 4 months ago (2014-08-18 22:29:26 UTC) #7
jww
On 2014/08/18 22:29:26, jww wrote: > On 2014/08/14 23:00:36, jar wrote: > > Experience suggests ...
6 years, 4 months ago (2014-08-18 22:30:28 UTC) #8
jww
I've moved the UMA stats to website_settings so we how can get a baseline based ...
6 years, 4 months ago (2014-08-19 00:36:18 UTC) #9
felt
On 2014/08/19 00:36:18, jww wrote: > I've moved the UMA stats to website_settings so we ...
6 years, 4 months ago (2014-08-19 00:46:28 UTC) #10
jww
On 2014/08/19 00:46:28, felt wrote: > On 2014/08/19 00:36:18, jww wrote: > > I've moved ...
6 years, 4 months ago (2014-08-19 01:34:39 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/476513002/diff/60001/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/476513002/diff/60001/chrome/browser/ui/website_settings/website_settings.cc#newcode334 chrome/browser/ui/website_settings/website_settings.cc:334: UMA_HISTOGRAM_ENUMERATION( Nit: Can you avoid having two separate macro ...
6 years, 4 months ago (2014-08-21 19:36:12 UTC) #12
jww
https://codereview.chromium.org/476513002/diff/60001/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/476513002/diff/60001/chrome/browser/ui/website_settings/website_settings.cc#newcode334 chrome/browser/ui/website_settings/website_settings.cc:334: UMA_HISTOGRAM_ENUMERATION( On 2014/08/21 19:36:11, Alexei Svitkine wrote: > Nit: ...
6 years, 4 months ago (2014-08-21 20:26:36 UTC) #13
Alexei Svitkine (slow)
lgtm
6 years, 4 months ago (2014-08-22 22:05:32 UTC) #14
jww
pkasting: can you look at chrome/browser/website_settings/*? tedchoc: can you look at chrome/browser/ui/android/website_settings_popup_android.cc? rsesek: can you ...
6 years, 4 months ago (2014-08-22 22:40:14 UTC) #15
Peter Kasting
LGTM https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc#newcode335 chrome/browser/ui/website_settings/website_settings.cc:335: : USER_CERT_DECISIONS_NOT_REVOKED; Nit: clang-format error; wrap like: did_revoke_user_ssl_decisions_ ...
6 years, 4 months ago (2014-08-22 22:44:00 UTC) #16
Ted C
On 2014/08/22 22:44:00, Peter Kasting wrote: > LGTM > > https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc > File chrome/browser/ui/website_settings/website_settings.cc (right): ...
6 years, 4 months ago (2014-08-22 22:46:27 UTC) #17
jww
https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc#newcode335 chrome/browser/ui/website_settings/website_settings.cc:335: : USER_CERT_DECISIONS_NOT_REVOKED; On 2014/08/22 22:44:00, Peter Kasting wrote: > ...
6 years, 4 months ago (2014-08-22 22:56:39 UTC) #18
Peter Kasting
https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/476513002/diff/80001/chrome/browser/ui/website_settings/website_settings.cc#newcode335 chrome/browser/ui/website_settings/website_settings.cc:335: : USER_CERT_DECISIONS_NOT_REVOKED; On 2014/08/22 22:56:39, jww wrote: > On ...
6 years, 4 months ago (2014-08-22 23:02:22 UTC) #19
Robert Sesek
cocoa/ LGTM
6 years, 4 months ago (2014-08-25 17:04:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jww@chromium.org/476513002/120001
6 years, 3 months ago (2014-09-02 18:53:28 UTC) #22
commit-bot: I haz the power
Committed patchset #7 (id:120001) as e09d50151ccbf3029fa54788dd48e9793d339d37
6 years, 3 months ago (2014-09-02 20:44:42 UTC) #23
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:20:38 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1ed8ea710ae7616a84432b2a24828edec2080fe4
Cr-Commit-Position: refs/heads/master@{#292993}

Powered by Google App Engine
This is Rietveld 408576698