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

Issue 549363002: Add histograms to record the severity scores for certain SSL errors. (Closed)

Created:
6 years, 3 months ago by palmer
Modified:
6 years, 3 months ago
Reviewers:
felt, agl, Mark P, Ryan Sleevi
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add histograms to record the severity scores for certain SSL errors. BUG=403978 Committed: https://crrev.com/235c6c6e9556a7249b45d72dc33cbcaf94f50bf3 Cr-Commit-Position: refs/heads/master@{#294531}

Patch Set 1 #

Patch Set 2 : Now with more building! #

Total comments: 6

Patch Set 3 : Rebase and respond to comments. #

Total comments: 3

Patch Set 4 : Use else if. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -5 lines) Patch
M chrome/browser/ssl/ssl_error_classification.cc View 1 2 3 3 chunks +18 lines, -5 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (3 generated)
palmer
agl and mpearson for OWNERS felt for comparison to https://codereview.chromium.org/474103002/, which is superceded by this ...
6 years, 3 months ago (2014-09-09 00:16:22 UTC) #2
felt
https://codereview.chromium.org/549363002/diff/20001/chrome/browser/ssl/ssl_error_classification.cc File chrome/browser/ssl/ssl_error_classification.cc (right): https://codereview.chromium.org/549363002/diff/20001/chrome/browser/ssl/ssl_error_classification.cc#newcode72 chrome/browser/ssl/ssl_error_classification.cc:72: UMA_HISTOGRAM_CUSTOM_COUNTS("interstitial.ssl.severity_score.date_invalid", should this one be UMA_HISTOGRAM_COUNTS_100 too?
6 years, 3 months ago (2014-09-09 01:11:20 UTC) #3
Mark P
https://codereview.chromium.org/549363002/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/549363002/diff/20001/tools/metrics/histograms/histograms.xml#newcode10516 tools/metrics/histograms/histograms.xml:10516: + |CERT_COMMON_NAME_INVALID| error. Higher the percentage, higher the For ...
6 years, 3 months ago (2014-09-10 20:41:37 UTC) #4
palmer
https://codereview.chromium.org/549363002/diff/20001/chrome/browser/ssl/ssl_error_classification.cc File chrome/browser/ssl/ssl_error_classification.cc (right): https://codereview.chromium.org/549363002/diff/20001/chrome/browser/ssl/ssl_error_classification.cc#newcode72 chrome/browser/ssl/ssl_error_classification.cc:72: UMA_HISTOGRAM_CUSTOM_COUNTS("interstitial.ssl.severity_score.date_invalid", > should this one be UMA_HISTOGRAM_COUNTS_100 too? bool ...
6 years, 3 months ago (2014-09-11 18:03:48 UTC) #5
Mark P
lgtm
6 years, 3 months ago (2014-09-11 18:40:07 UTC) #6
felt
lgtm
6 years, 3 months ago (2014-09-11 19:06:32 UTC) #7
palmer
sleevi or agl: Can I get OWNERS review for chrome/browser/ssl? Thanks!
6 years, 3 months ago (2014-09-11 20:49:24 UTC) #9
Ryan Sleevi
https://codereview.chromium.org/549363002/diff/40001/chrome/browser/ssl/ssl_error_classification.cc File chrome/browser/ssl/ssl_error_classification.cc (right): https://codereview.chromium.org/549363002/diff/40001/chrome/browser/ssl/ssl_error_classification.cc#newcode76 chrome/browser/ssl/ssl_error_classification.cc:76: SSLErrorInfo::CERT_COMMON_NAME_INVALID) { These are mutually exclusive conditions, right? Wouldn't ...
6 years, 3 months ago (2014-09-11 20:51:08 UTC) #10
Ryan Sleevi
https://codereview.chromium.org/549363002/diff/40001/chrome/browser/ssl/ssl_error_classification.cc File chrome/browser/ssl/ssl_error_classification.cc (right): https://codereview.chromium.org/549363002/diff/40001/chrome/browser/ssl/ssl_error_classification.cc#newcode72 chrome/browser/ssl/ssl_error_classification.cc:72: UMA_HISTOGRAM_COUNTS_100("interstitial.ssl.severity_score.date_invalid", UMA_HISTOGRAM_COUNTS_100 creates 50 buckets for 1-100. What's the ...
6 years, 3 months ago (2014-09-11 20:56:25 UTC) #11
palmer
https://codereview.chromium.org/549363002/diff/40001/chrome/browser/ssl/ssl_error_classification.cc File chrome/browser/ssl/ssl_error_classification.cc (right): https://codereview.chromium.org/549363002/diff/40001/chrome/browser/ssl/ssl_error_classification.cc#newcode76 chrome/browser/ssl/ssl_error_classification.cc:76: SSLErrorInfo::CERT_COMMON_NAME_INVALID) { On 2014/09/11 20:51:07, Ryan Sleevi wrote: > ...
6 years, 3 months ago (2014-09-11 20:58:30 UTC) #12
palmer
On 2014/09/11 20:56:25, Ryan Sleevi wrote: > What's the actual range for your severity score? ...
6 years, 3 months ago (2014-09-11 22:08:50 UTC) #13
Ryan Sleevi
On 2014/09/11 22:08:50, Chromium Palmer wrote: > On 2014/09/11 20:56:25, Ryan Sleevi wrote: > > ...
6 years, 3 months ago (2014-09-11 23:24:44 UTC) #14
palmer
> Well, the issue here is you're cutting your precision in half with > UMA_HISTOGRAM_COUNTS_100. ...
6 years, 3 months ago (2014-09-11 23:29:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/549363002/60001
6 years, 3 months ago (2014-09-12 00:15:08 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 0a0b239ff7c627458e71444ed6be5bae70f2495c
6 years, 3 months ago (2014-09-12 02:44:17 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 02:47:58 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/235c6c6e9556a7249b45d72dc33cbcaf94f50bf3
Cr-Commit-Position: refs/heads/master@{#294531}

Powered by Google App Engine
This is Rietveld 408576698