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

Issue 1049003002: [Password Manager] Add UMA stats for submitted form type (Closed)

Created:
5 years, 8 months ago by Garrett Casto
Modified:
5 years, 8 months ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, asvitkine+watch_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Add UMA stats for submitted form type Add stats to determine how many forms are signup forms, login forms, etc. BUG= Committed: https://crrev.com/d231083176f2612a3f7541d0d9609599b44cef4c Cr-Commit-Position: refs/heads/master@{#323798}

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 17

Patch Set 3 : Comments #

Patch Set 4 : Tests #

Total comments: 1

Patch Set 5 : Comments #

Patch Set 6 : Upload #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -20 lines) Patch
M components/password_manager/core/browser/password_form_manager.h View 1 2 3 4 5 6 5 chunks +44 lines, -10 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.cc View 1 2 3 4 5 6 3 chunks +35 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
Garrett Casto
I debated a bit about how to get the submitted form. I'm not wild about ...
5 years, 8 months ago (2015-03-30 21:13:21 UTC) #2
vabr (Chromium)
Hi Garrett, LGTM with comments below. An alternative to adding the dependency of IsIgnorableChangePasswordForm on ...
5 years, 8 months ago (2015-03-31 10:08:18 UTC) #3
Garrett Casto
https://codereview.chromium.org/1049003002/diff/20001/components/password_manager/core/browser/password_form_manager.cc File components/password_manager/core/browser/password_form_manager.cc (right): https://codereview.chromium.org/1049003002/diff/20001/components/password_manager/core/browser/password_form_manager.cc#newcode104 components/password_manager/core/browser/password_form_manager.cc:104: submit_result_(kSubmitResultNotSubmitted) { On 2015/03/31 10:08:17, vabr (Chromium) wrote: > ...
5 years, 8 months ago (2015-04-01 22:34:49 UTC) #4
Garrett Casto
+asvitkine for histograms.xml changes.
5 years, 8 months ago (2015-04-01 22:40:56 UTC) #6
vabr (Chromium)
Thanks, Garrett. LGTM! Vaclav https://codereview.chromium.org/1049003002/diff/20001/components/password_manager/core/browser/password_form_manager.h File components/password_manager/core/browser/password_form_manager.h (right): https://codereview.chromium.org/1049003002/diff/20001/components/password_manager/core/browser/password_form_manager.h#newcode247 components/password_manager/core/browser/password_form_manager.h:247: kFormTypeLogin = 0, On 2015/04/01 ...
5 years, 8 months ago (2015-04-02 08:05:53 UTC) #7
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1049003002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1049003002/diff/60001/tools/metrics/histograms/histograms.xml#newcode24829 tools/metrics/histograms/histograms.xml:24829: + forms. Nit: Please mention when this is ...
5 years, 8 months ago (2015-04-02 14:24:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1049003002/80001
5 years, 8 months ago (2015-04-02 21:39:12 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/11514) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 8 months ago (2015-04-02 21:55:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1049003002/100001
5 years, 8 months ago (2015-04-03 00:54:16 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/25879) win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 8 months ago (2015-04-03 08:06:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1049003002/120001
5 years, 8 months ago (2015-04-03 18:44:19 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 8 months ago (2015-04-03 19:55:02 UTC) #24
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 20:40:15 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d231083176f2612a3f7541d0d9609599b44cef4c
Cr-Commit-Position: refs/heads/master@{#323798}

Powered by Google App Engine
This is Rietveld 408576698