Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 896d6c0982de7c6b85577e735a6c898ee9ce8c11..bebfdec4a64ed5172ad3c6ca60ee25a9c8eb1806 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -2859,6 +2859,26 @@ should be able to be added at any place in this file. |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="CredentialManager_AccountChooser_Accepted"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user chose a credential via the account chooser. |
+ </description> |
+</action> |
+ |
+<action name="CredentialManager_AccountChooser_Dismissed"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>The user dismissed the account chooser.</description> |
+</action> |
+ |
+<action name="CredentialManager_Autosignin"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The website tried to automatically sign the user in and got a credential |
+ back from the browser. |
+ </description> |
+</action> |
+ |
<action name="CriticalNotificationShown"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -12078,6 +12098,19 @@ should be able to be added at any place in this file. |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="PasswordManager_Autofilled"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>Username/password were autofilled on pageload.</description> |
+</action> |
+ |
+<action name="PasswordManager_ChosePSL"> |
Ilya Sherman
2016/07/07 05:01:48
Please update the action name to also use somethin
vasilii
2016/07/14 14:55:08
Done.
|
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user submits a form with an existing credential saved for another |
Ilya Sherman
2016/07/07 05:01:48
nit: s/submit/submitted
vasilii
2016/07/14 14:55:08
Done.
|
+ subdomain. |
Ilya Sherman
2016/07/07 05:01:49
nit: I think an example user flow might be helpful
vasilii
2016/07/14 14:55:08
Done.
|
+ </description> |
+</action> |
+ |
<action name="PasswordManager_Disabled"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -12088,6 +12121,22 @@ should be able to be added at any place in this file. |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="PasswordManager_LoggedInWithNewPassword"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user tries to log in with an existing (PSL or not) credential but |
Ilya Sherman
2016/07/07 05:01:48
nit: Here as well, please clarify the meaning of "
Ilya Sherman
2016/07/07 05:01:49
nit: s/tries/tried
vasilii
2016/07/14 14:55:08
Done.
vasilii
2016/07/14 14:55:08
Done.
|
+ different password. |
+ </description> |
+</action> |
+ |
+<action name="PasswordManager_LoggedInWithNewUsername"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user tries to log in with a completely new (possibly auto generated) |
Ilya Sherman
2016/07/07 05:01:48
nit: s/tries/tried
vasilii
2016/07/14 14:55:08
Done.
|
+ credential. |
+ </description> |
+</action> |
+ |
<action name="PasswordManager_RemovePasswordException"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -12098,6 +12147,20 @@ should be able to be added at any place in this file. |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="PasswordManager_SubmitFailed"> |
Ilya Sherman
2016/07/07 05:01:49
nit: I think this metric is really trying to measu
vasilii
2016/07/14 14:55:08
Done.
|
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ Password form submitted but the password doesn't seem right. |
Ilya Sherman
2016/07/07 05:01:48
This description is quite vague. Imagine that you
vasilii
2016/07/14 14:55:08
Done.
|
+ </description> |
+</action> |
+ |
+<action name="PasswordManager_SubmitPassed"> |
Ilya Sherman
2016/07/07 05:01:48
(Ditto)
vasilii
2016/07/14 14:55:08
Done.
|
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ Password form submitted successfully and login form disappeared. |
Ilya Sherman
2016/07/07 05:01:48
Please similarly clarify this description.
vasilii
2016/07/14 14:55:08
Done.
|
+ </description> |
+</action> |
+ |
<action name="PasswordManager_SyncCredentialShown"> |
<owner>gcasto@chromium.org</owner> |
<owner>vabr@chromium.org</owner> |
@@ -12116,6 +12179,15 @@ should be able to be added at any place in this file. |
</description> |
</action> |
+<action name="PasswordManager_UseNonDefaultUsername"> |
Ilya Sherman
2016/07/07 05:01:49
nit: s/Use/Used
vasilii
2016/07/14 14:55:08
Done.
|
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user logged in with a credential other than the default one. This |
Ilya Sherman
2016/07/07 05:01:48
Is this, specifically, a previously-saved credenti
vasilii
2016/07/14 14:55:08
Done.
|
+ results in the default credential being updated, to the credential that the |
+ user most recently logged in with. |
+ </description> |
+</action> |
+ |
<action name="Paste"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |