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

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: describe actions better Created 4 years, 6 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..c3158b391238137bf4025b636ad6046599ca9e49 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2859,6 +2859,28 @@ 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="Credential_Manager_AccountChooser_Click">
Ilya Sherman 2016/07/01 17:59:54 Optional nit: I'd write "CredentialManager" as a s
Ilya Sherman 2016/07/01 17:59:55 Optional nit: I'd replace "Click" with something l
vasilii 2016/07/04 20:10:41 Done. Shortened, so it fits one line in the code.
vasilii 2016/07/04 20:10:41 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>User chose a credential via the account chooser</description>
Ilya Sherman 2016/07/01 17:59:54 nit: Please end the sentence with a period (and pl
Ilya Sherman 2016/07/01 17:59:54 nit: s/User/The user (and please apply this change
vasilii 2016/07/04 20:10:41 Done.
vasilii 2016/07/04 20:10:41 Done.
+</action>
+
+<action name="Credential_Manager_AccountChooser_Dismiss">
Ilya Sherman 2016/07/01 17:59:55 Optional nit: I'd name this "Dismissed" rather tha
vasilii 2016/07/04 20:10:41 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>User dismissed the account chooser</description>
+</action>
+
+<action name="Credential_Manager_Autosignin">
+ <owner>vasilii@chromium.org</owner>
+ <description>Try to automatically sign user in</description>
Ilya Sherman 2016/07/01 17:59:54 I *think* this description means "The website trie
vasilii 2016/07/04 20:10:41 I changed the description. A failure case is the t
+</action>
+
+<action name="Credential_Manager_Get_EmptyStore">
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ A site requested a credential but the store is empty
Ilya Sherman 2016/07/01 17:59:55 This also doesn't really seem like a user action.
vasilii 2016/07/04 20:10:41 Removed.
+ </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 +12100,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="PasswordManager_Autofilled">
+ <owner>vasilii@chromium.org</owner>
+ <description>Username/password were autofilled</description>
Ilya Sherman 2016/07/01 17:59:55 Please expand this description. Is this just on p
vasilii 2016/07/04 20:10:40 Done.
+</action>
+
+<action name="PasswordManager_ChooseNonDefault">
Ilya Sherman 2016/07/01 17:59:54 Optional nit: s/Choose/Chose
vasilii 2016/07/04 20:10:40 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ An existing credential becomes the new default one for the page after user
+ logged in with it
Ilya Sherman 2016/07/01 17:59:54 This description doesn't obviously match the actio
vasilii 2016/07/04 20:10:40 Done. Alternate credential has already been saved.
+ </description>
+</action>
+
+<action name="PasswordManager_ChoosePSL">
Ilya Sherman 2016/07/01 17:59:55 Optional nit: s/Choose/Chose
vasilii 2016/07/04 20:10:41 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ User tries to log in with an existing PSL-match credential
Ilya Sherman 2016/07/01 17:59:54 "PSL" is pretty jargony, i.e. is hard for someone
Ilya Sherman 2016/07/01 17:59:55 What does "tries to" mean here? That is, what are
vasilii 2016/07/04 20:10:40 Done.
vasilii 2016/07/04 20:10:41 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 +12130,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_OverridePassword">
Ilya Sherman 2016/07/01 17:59:54 nit: Perhaps name this "LoggedInWithNewPassword"?
vasilii 2016/07/04 20:10:41 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ User tries to log in with an existing (PSL or not) credential but different
+ password
+ </description>
+</action>
+
+<action name="PasswordManager_OverrideUsernameAndPassword">
Ilya Sherman 2016/07/01 17:59:54 nit: Perhaps name this "LoggedInWithNewUsername" o
vasilii 2016/07/04 20:10:40 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ User tries to login with a completely new (possibly auto generated)
Ilya Sherman 2016/07/01 17:59:54 nit: s/login/log in
vasilii 2016/07/04 20:10:40 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 +12156,16 @@ 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">
+ <owner>vasilii@chromium.org</owner>
+ <description>Password form submission failed</description>
Ilya Sherman 2016/07/01 17:59:55 This doesn't seem like a user action, per se. Wha
vasilii 2016/07/04 20:10:40 It means that the login was unsuccessful from the
+</action>
+
+<action name="PasswordManager_SubmitPassed">
+ <owner>vasilii@chromium.org</owner>
+ <description>Password form submitted successfully</description>
Ilya Sherman 2016/07/01 17:59:55 This doesn't seem like a user action, per se. Wha
vasilii 2016/07/04 20:10:40 It means that the password was probably correct.
+</action>
+
<action name="PasswordManager_SyncCredentialShown">
<owner>gcasto@chromium.org</owner>
<owner>vabr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698