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

Issue 2665313002: Add a counter for clicking on Form-Not-Secure warnings (Closed)

Created:
3 years, 10 months ago by estark
Modified:
3 years, 10 months ago
CC:
chromium-reviews, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, asvitkine+watch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add counters for clicking on Form-Not-Secure warnings This will measure how often the Form-Not-Secure warnings ("Login not secure" or "Payment not secure" in the autofill dropdown) are clicked on to show more information about the warning. BUG=687823 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2665313002 Cr-Commit-Position: refs/heads/master@{#447909} Committed: https://chromium.googlesource.com/chromium/src/+/b56160fa32a999a2b88a7987ca84efe277defe5a

Patch Set 1 : Record UMA metrics for clicking on "Learn More" #

Total comments: 2

Patch Set 2 : use UserActions, and separate for password/autofill #

Total comments: 2

Patch Set 3 : clarify comment #

Patch Set 4 : clarify comment more #

Patch Set 5 : rebase #

Patch Set 6 : rebase fixup #

Patch Set 7 : rebase fixup again #

Messages

Total messages: 51 (34 generated)
estark
mathp for autofill holte for histograms.xml Thanks!
3 years, 10 months ago (2017-02-01 01:20:23 UTC) #11
Mathieu
Can you test this in autofill_metrics_unittest.cc? https://codereview.chromium.org/2665313002/diff/40001/chrome/browser/ui/autofill/chrome_autofill_client.cc File chrome/browser/ui/autofill/chrome_autofill_client.cc (right): https://codereview.chromium.org/2665313002/diff/40001/chrome/browser/ui/autofill/chrome_autofill_client.cc#newcode382 chrome/browser/ui/autofill/chrome_autofill_client.cc:382: UMA_HISTOGRAM_BOOLEAN("Autofill.ShowHttpNotSecureExplanation", true); consider ...
3 years, 10 months ago (2017-02-01 13:45:40 UTC) #15
estark
Thanks mathp. I've now split this metric into two UserActions, one for password manager and ...
3 years, 10 months ago (2017-02-01 18:55:50 UTC) #18
Mathieu
Thanks for making the change! lgtm for autofill
3 years, 10 months ago (2017-02-01 19:15:06 UTC) #19
estark
+vasilii for the password_manager changes
3 years, 10 months ago (2017-02-01 19:17:10 UTC) #21
Steven Holte
actions.xml lgtm
3 years, 10 months ago (2017-02-02 01:16:19 UTC) #24
vasilii
lgtm components/password_manager/ https://codereview.chromium.org/2665313002/diff/60001/components/password_manager/core/browser/password_manager_metrics_util.h File components/password_manager/core/browser/password_manager_metrics_util.h (right): https://codereview.chromium.org/2665313002/diff/60001/components/password_manager/core/browser/password_manager_metrics_util.h#newcode245 components/password_manager/core/browser/password_manager_metrics_util.h:245: // Log when the user selects the ...
3 years, 10 months ago (2017-02-02 13:33:01 UTC) #26
estark
Thanks all! https://codereview.chromium.org/2665313002/diff/60001/components/password_manager/core/browser/password_manager_metrics_util.h File components/password_manager/core/browser/password_manager_metrics_util.h (right): https://codereview.chromium.org/2665313002/diff/60001/components/password_manager/core/browser/password_manager_metrics_util.h#newcode245 components/password_manager/core/browser/password_manager_metrics_util.h:245: // Log when the user selects the ...
3 years, 10 months ago (2017-02-02 21:51:25 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/2665313002/80001
3 years, 10 months ago (2017-02-02 21:51:54 UTC) #31
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/2665313002/100001
3 years, 10 months ago (2017-02-02 21:53:44 UTC) #34
commit-bot: I haz the power
Failed to apply patch for components/autofill/core/browser/autofill_metrics.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-02 22:55:22 UTC) #36
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/2665313002/100001
3 years, 10 months ago (2017-02-02 23:02:27 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/355865)
3 years, 10 months ago (2017-02-02 23:10:44 UTC) #40
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/2665313002/140001
3 years, 10 months ago (2017-02-02 23:38:57 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/146632) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 10 months ago (2017-02-02 23:47:08 UTC) #45
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/2665313002/160001
3 years, 10 months ago (2017-02-03 00:09:28 UTC) #48
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 03:42:55 UTC) #51
Message was sent while issue was closed.
Committed patchset #7 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/b56160fa32a999a2b88a7987ca84...

Powered by Google App Engine
This is Rietveld 408576698