Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 89300f4113597da47c4d6beb9726ff5b7648085b..feece32aebbc6ba70b4dbc70bc4bcd45754582ee 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -2931,6 +2931,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> |
@@ -12176,6 +12196,21 @@ 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_ChoseSubdomainPassword"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user submitted a form with an existing credential saved for another |
+ subdomain. For example, the user might have signed in on |
+ https://accounts.spotify.com using a credential previously saved for |
+ https://play.spotify.com. |
+ </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> |
@@ -12186,6 +12221,43 @@ 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 tried to log in with an existing (possibly for another subdomain) |
+ credential but different password. |
+ </description> |
+</action> |
+ |
+<action name="PasswordManager_LoggedInWithNewUsername"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user tried to log in with a completely new (possibly auto generated) |
+ credential. |
+ </description> |
+</action> |
+ |
+<action name="PasswordManager_LoginFailed"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user submitted a password form, but the website appeared to reject the |
+ credentials. This action reflects the password manager component's logic |
+ for whether or not to offer to save a password. At the time of writing, |
+ failure means that either the form submission was canceled with a failure |
+ message, or the form submission succeeded, but the user was directed back to |
+ a page that still contained a login form. |
+ </description> |
+</action> |
+ |
+<action name="PasswordManager_LoginPassed"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user submitted a password form and the website appeared to accept the |
+ credentials. This action reflects the password manager component's logic |
+ for whether or not to offer to save a password. |
+ </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> |
@@ -12214,6 +12286,15 @@ should be able to be added at any place in this file. |
</description> |
</action> |
+<action name="PasswordManager_UsedNonDefaultUsername"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ The user logged in with an existing credential other than the default one. |
+ This 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> |