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

Issue 21572002: Add UMA entry for intranet SSL warnings (Closed)

Created:
7 years, 4 months ago by felt
Modified:
7 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Adds new UMA entries to give us SSL clickthrough rates specific to intranet sites. Relies on value of IsHostnameNonUnique. This CL also moves CertVerifyProc::IsHostnameNonUnique into net_util. BUG=225570 R=rsleevi@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215428

Patch Set 1 #

Total comments: 4

Patch Set 2 : Style fix #

Patch Set 3 : Missed a style fix #

Patch Set 4 : Missed a style fix #

Total comments: 2

Patch Set 5 : Moved IsHostnameNonUnique to net_util #

Patch Set 6 : Needed to move the unit tests as well #

Total comments: 6

Patch Set 7 : Updated comments #

Patch Set 8 : rebased #

Patch Set 9 : Fixed spaces introduced by rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -131 lines) Patch
M chrome/browser/ssl/ssl_blocking_page.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 5 6 7 8 7 chunks +33 lines, -13 lines 0 comments Download
M net/base/net_util.h View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 5 6 2 chunks +35 lines, -0 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 2 3 4 5 1 chunk +68 lines, -0 lines 0 comments Download
M net/cert/cert_verify_proc.h View 1 2 3 4 5 6 2 chunks +0 lines, -12 lines 0 comments Download
M net/cert/cert_verify_proc.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -38 lines 0 comments Download
M net/cert/cert_verify_proc_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -68 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
felt
Hi Ryan, Can you please review this CL? This adds UMA entries for internal networks, ...
7 years, 4 months ago (2013-08-01 16:04:30 UTC) #1
felt
On 2013/08/01 16:04:30, felt wrote: > Hi Ryan, > > Can you please review this ...
7 years, 4 months ago (2013-08-01 16:10:57 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/21572002/diff/1/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): https://codereview.chromium.org/21572002/diff/1/chrome/browser/ssl/ssl_blocking_page.cc#newcode117 chrome/browser/ssl/ssl_blocking_page.cc:117: if (internal) RecordSSLBlockingPageEventStats(PROCEED_INTERNAL_HOSTNAME); Not recording reject for internals? On ...
7 years, 4 months ago (2013-08-01 17:36:15 UTC) #3
Ryan Sleevi
Oh, and for the E2E tests, look at StatisticsRecorder. You can see that some unittests ...
7 years, 4 months ago (2013-08-01 17:39:01 UTC) #4
felt
https://codereview.chromium.org/21572002/diff/1/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): https://codereview.chromium.org/21572002/diff/1/chrome/browser/ssl/ssl_blocking_page.cc#newcode117 chrome/browser/ssl/ssl_blocking_page.cc:117: if (internal) RecordSSLBlockingPageEventStats(PROCEED_INTERNAL_HOSTNAME); > Not recording reject for internals? ...
7 years, 4 months ago (2013-08-01 19:00:28 UTC) #5
Ryan Sleevi
LGTM, mod some shuffling of deck-chairs :) https://codereview.chromium.org/21572002/diff/18001/net/cert/cert_verify_proc.h File net/cert/cert_verify_proc.h (right): https://codereview.chromium.org/21572002/diff/18001/net/cert/cert_verify_proc.h#newcode78 net/cert/cert_verify_proc.h:78: static bool ...
7 years, 4 months ago (2013-08-01 19:03:55 UTC) #6
felt
https://codereview.chromium.org/21572002/diff/18001/net/cert/cert_verify_proc.h File net/cert/cert_verify_proc.h (right): https://codereview.chromium.org/21572002/diff/18001/net/cert/cert_verify_proc.h#newcode78 net/cert/cert_verify_proc.h:78: static bool IsHostnameNonUnique(const std::string& hostname); On 2013/08/01 19:03:55, Ryan ...
7 years, 4 months ago (2013-08-01 20:32:22 UTC) #7
Ryan Sleevi
LGTM, mod comment nits! Sorry about that. https://codereview.chromium.org/21572002/diff/8002/net/base/net_util.cc File net/base/net_util.cc (right): https://codereview.chromium.org/21572002/diff/8002/net/base/net_util.cc#newcode1410 net/base/net_util.cc:1410: // trusted ...
7 years, 4 months ago (2013-08-01 21:37:54 UTC) #8
felt
https://codereview.chromium.org/21572002/diff/8002/net/base/net_util.cc File net/base/net_util.cc (right): https://codereview.chromium.org/21572002/diff/8002/net/base/net_util.cc#newcode1410 net/base/net_util.cc:1410: // trusted CAs. On 2013/08/01 21:37:55, Ryan Sleevi wrote: ...
7 years, 4 months ago (2013-08-01 22:00:24 UTC) #9
felt
Adam, despite your valiant quest to remove yourself from OWNERS of chrome/browser/ssl/... your OWNER stamp ...
7 years, 4 months ago (2013-08-01 22:02:13 UTC) #10
abarth-chromium
ssl <-- LGTM
7 years, 4 months ago (2013-08-01 22:10:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/21572002/44001
7 years, 4 months ago (2013-08-02 19:28:26 UTC) #12
commit-bot: I haz the power
7 years, 4 months ago (2013-08-03 00:45:03 UTC) #13
Message was sent while issue was closed.
Change committed as 215428

Powered by Google App Engine
This is Rietveld 408576698