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

Issue 2483423002: HTTP Bad: Split out UMA metrics for password vs credit card "Not secure" warnings (Closed)

Created:
4 years, 1 month ago by lshang
Modified:
4 years, 1 month ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

HTTP Bad: Split out UMA metrics for password vs credit card "Not secure" warnings Split SecurityInfo::displayed_private_user_input_data_on_http into two booleans, one for passwords and one for credit cards, and split out the Security.HTTPBad.UserWarnedAboutSensitiveInput histogram into two histograms: Security.HTTPBad.UserWarnedAboutSensitiveInput.CreditCard and Security.HTTPBad.UserWarnedAboutSensitiveInput.Password depending on the boolean password/credit card flags in |security_info|. BUG=663389 Committed: https://crrev.com/4805cebc1656e9f99905537db6b369bec581ac28 Committed: https://crrev.com/05079791166f38efb6b1bc5ccdc8d985d799863b Cr-Original-Commit-Position: refs/heads/master@{#431481} Cr-Commit-Position: refs/heads/master@{#431515}

Patch Set 1 #

Total comments: 14

Patch Set 2 : advise test #

Total comments: 4

Patch Set 3 : minor change #

Patch Set 4 : rebase to fix patch failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -43 lines) Patch
M chrome/browser/ssl/chrome_security_state_model_client.cc View 1 3 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc View 1 2 chunks +22 lines, -2 lines 0 comments Download
M chrome/browser/ssl/chrome_security_state_model_client_unittest.cc View 1 2 3 6 chunks +55 lines, -24 lines 0 comments Download
M components/security_state/security_state_model.h View 1 chunk +5 lines, -3 lines 0 comments Download
M components/security_state/security_state_model.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M components/security_state/security_state_model_unittest.cc View 4 chunks +13 lines, -7 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (27 generated)
lshang
+estark@ for security_state files and +isherman@ for changes in histograms.xml. PTAL thanks!
4 years, 1 month ago (2016-11-09 10:05:27 UTC) #13
estark
Thank, Liu! This is looking great, just a few comments inline. https://codereview.chromium.org/2483423002/diff/20001/chrome/browser/ssl/chrome_security_state_model_client.cc File chrome/browser/ssl/chrome_security_state_model_client.cc (right): ...
4 years, 1 month ago (2016-11-09 15:56:46 UTC) #16
lshang
https://codereview.chromium.org/2483423002/diff/20001/chrome/browser/ssl/chrome_security_state_model_client.cc File chrome/browser/ssl/chrome_security_state_model_client.cc (right): https://codereview.chromium.org/2483423002/diff/20001/chrome/browser/ssl/chrome_security_state_model_client.cc#newcode338 chrome/browser/ssl/chrome_security_state_model_client.cc:338: !security_info.displayed_credit_card_field_on_http) On 2016/11/09 15:56:46, estark (slow thru Nov 18) ...
4 years, 1 month ago (2016-11-10 04:53:55 UTC) #19
estark
lgtm, thanks! https://codereview.chromium.org/2483423002/diff/40001/chrome/browser/ssl/chrome_security_state_model_client_unittest.cc File chrome/browser/ssl/chrome_security_state_model_client_unittest.cc (right): https://codereview.chromium.org/2483423002/diff/40001/chrome/browser/ssl/chrome_security_state_model_client_unittest.cc#newcode256 chrome/browser/ssl/chrome_security_state_model_client_unittest.cc:256: // one explanation added. nit: added => ...
4 years, 1 month ago (2016-11-10 05:19:29 UTC) #20
lshang
https://codereview.chromium.org/2483423002/diff/40001/chrome/browser/ssl/chrome_security_state_model_client_unittest.cc File chrome/browser/ssl/chrome_security_state_model_client_unittest.cc (right): https://codereview.chromium.org/2483423002/diff/40001/chrome/browser/ssl/chrome_security_state_model_client_unittest.cc#newcode256 chrome/browser/ssl/chrome_security_state_model_client_unittest.cc:256: // one explanation added. On 2016/11/10 05:19:29, estark (slow ...
4 years, 1 month ago (2016-11-10 05:33:52 UTC) #21
Ilya Sherman
metrics lgtm
4 years, 1 month ago (2016-11-10 06:13:51 UTC) #22
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/2483423002/60001
4 years, 1 month ago (2016-11-10 22:55:25 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/333202)
4 years, 1 month ago (2016-11-10 22:58:56 UTC) #27
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/2483423002/80001
4 years, 1 month ago (2016-11-11 02:18:54 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 1 month ago (2016-11-11 03:16:27 UTC) #32
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/4805cebc1656e9f99905537db6b369bec581ac28 Cr-Commit-Position: refs/heads/master@{#431481}
4 years, 1 month ago (2016-11-11 03:35:56 UTC) #34
findit-for-me
FYI: Findit identified this CL at revision 431481 as the culprit for failures in the ...
4 years, 1 month ago (2016-11-11 05:39:59 UTC) #35
hiroshige
On 2016/11/11 05:39:59, findit-for-me wrote: > FYI: Findit identified this CL at revision 431481 as ...
4 years, 1 month ago (2016-11-11 06:14:56 UTC) #36
hiroshige
On 2016/11/11 06:14:56, hiroshige wrote: > On 2016/11/11 05:39:59, findit-for-me wrote: > > FYI: Findit ...
4 years, 1 month ago (2016-11-11 06:27:15 UTC) #37
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/2483423002/80001
4 years, 1 month ago (2016-11-11 07:25:17 UTC) #40
hiroshige
On 2016/11/11 06:27:15, hiroshige wrote: > On 2016/11/11 06:14:56, hiroshige wrote: > > On 2016/11/11 ...
4 years, 1 month ago (2016-11-11 07:25:34 UTC) #41
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 1 month ago (2016-11-11 07:30:27 UTC) #43
commit-bot: I haz the power
4 years, 1 month ago (2016-11-11 07:33:09 UTC) #45
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/05079791166f38efb6b1bc5ccdc8d985d799863b
Cr-Commit-Position: refs/heads/master@{#431515}

Powered by Google App Engine
This is Rietveld 408576698