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

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: 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
« no previous file with comments | « components/password_manager/core/browser/password_form_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 896d6c0982de7c6b85577e735a6c898ee9ce8c11..673aeb14dce0c6de2ccb1c5f68c061e8474a85af 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2262,6 +2262,28 @@ should be able to be added at any place in this file.
<obsolete>This permission has been moved to the chrome layer.</obsolete>
</action>
+<action name="CMAPI_AccountChooser_Click">
Ilya Sherman 2016/06/30 21:11:35 nit: Please spell out "Credential Manager" -- "CMA
vasilii 2016/07/01 12:58:59 Done.
+ <owner>vasilii@chromium.org</owner>
+ <description>User chose a credential via the account chooser</description>
+</action>
+
+<action name="CMAPI_AccountChooser_Dismiss">
+ <owner>vasilii@chromium.org</owner>
+ <description>User dismissed the account chooser</description>
+</action>
+
+<action name="CMAPI_Autosignin">
+ <owner>vasilii@chromium.org</owner>
+ <description>Try to automatically sign user in</description>
+</action>
+
+<action name="CMAPI_Get_EmptyStore">
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ A site requested a credential but the store is empty
+ </description>
+</action>
+
<action name="CanCommitURL_BlockedAndKilled">
<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,23 @@ 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>
+</action>
+
+<action name="PasswordManager_Choose">
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ User chose a different username from the existing credentials
Ilya Sherman 2016/06/30 21:11:35 This summary is not very clear to me, even as some
vasilii 2016/07/01 12:58:59 Done.
+ </description>
+</action>
+
+<action name="PasswordManager_ChoosePSL">
+ <owner>vasilii@chromium.org</owner>
+ <description>User chose a PSL credential from the list</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 +12127,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_OverridePassword">
+ <owner>vasilii@chromium.org</owner>
+ <description>User overwrote the stored password</description>
+</action>
+
+<action name="PasswordManager_OverrideUsernameAndPassword">
+ <owner>vasilii@chromium.org</owner>
+ <description>User typed new 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,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>
+</action>
+
+<action name="PasswordManager_SubmitPassed">
+ <owner>vasilii@chromium.org</owner>
+ <description>Password form submitted successfully</description>
+</action>
+
<action name="PasswordManager_SyncCredentialShown">
<owner>gcasto@chromium.org</owner>
<owner>vabr@chromium.org</owner>
« no previous file with comments | « components/password_manager/core/browser/password_form_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698