diff options
author | msramek <msramek@chromium.org> | 2015-05-15 05:36:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-15 12:36:42 +0000 |
commit | 9088052d6f7767519f2f4f57bddf73f9871cb8fb (patch) | |
tree | 9c53362292a75a513df72fc3736c477956567ab7 /tools | |
parent | 49b73433093dd57788361bf9912e4ba4b35e9104 (diff) | |
download | chromium_src-9088052d6f7767519f2f4f57bddf73f9871cb8fb.zip chromium_src-9088052d6f7767519f2f4f57bddf73f9871cb8fb.tar.gz chromium_src-9088052d6f7767519f2f4f57bddf73f9871cb8fb.tar.bz2 |
Add a text/password field count metric for empty username forms.
Another step in the investigation of no-username forms. Are we dealing with small forms that only contain one password field, or with larger but somehow malformed forms?
BUG=456728
Review URL: https://codereview.chromium.org/1099033004
Cr-Commit-Position: refs/heads/master@{#330084}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 0c93503..4817881 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -26417,6 +26417,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="PasswordManager.EmptyUsernames.TextAndPasswordFieldCount"> + <owner>msramek@chromium.org</owner> + <owner>vasilii@chromium.org</owner> + <summary> + The total number of text and password fields for password forms that do not + have a username field. This is recorded every time such a password form is + successfully parsed. Note that the parsing is attempted when the form is + encountered (i.e when the document is loaded) and also when it is submitted. + </summary> +</histogram> + <histogram name="PasswordManager.EmptyUsernames.WithoutCorrespondingNonempty"> <owner>msramek@chromium.org</owner> <owner>vasilii@chromium.org</owner> |