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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2113743002: Add instrumentation for password autofill and Credential Manager API user flows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update the descriptions Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698