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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2852 <action name="CreateProfile"> 2852 <action name="CreateProfile">
2853 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2853 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2854 <description>Please enter the description of this user action.</description> 2854 <description>Please enter the description of this user action.</description>
2855 </action> 2855 </action>
2856 2856
2857 <action name="CreateShortcut"> 2857 <action name="CreateShortcut">
2858 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2858 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2859 <description>Please enter the description of this user action.</description> 2859 <description>Please enter the description of this user action.</description>
2860 </action> 2860 </action>
2861 2861
2862 <action name="CredentialManager_AccountChooser_Accepted">
2863 <owner>vasilii@chromium.org</owner>
2864 <description>
2865 The user chose a credential via the account chooser.
2866 </description>
2867 </action>
2868
2869 <action name="CredentialManager_AccountChooser_Dismissed">
2870 <owner>vasilii@chromium.org</owner>
2871 <description>The user dismissed the account chooser.</description>
2872 </action>
2873
2874 <action name="CredentialManager_Autosignin">
2875 <owner>vasilii@chromium.org</owner>
2876 <description>
2877 The website tried to automatically sign the user in and got a credential
2878 back from the browser.
2879 </description>
2880 </action>
2881
2862 <action name="CriticalNotificationShown"> 2882 <action name="CriticalNotificationShown">
2863 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2883 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2864 <description>Please enter the description of this user action.</description> 2884 <description>Please enter the description of this user action.</description>
2865 </action> 2885 </action>
2866 2886
2867 <action name="CriticalNotification_AutoRestart"> 2887 <action name="CriticalNotification_AutoRestart">
2868 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2888 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2869 <description>Please enter the description of this user action.</description> 2889 <description>Please enter the description of this user action.</description>
2870 </action> 2890 </action>
2871 2891
(...skipping 9199 matching lines...) Expand 10 before | Expand all | Expand 10 after
12071 <action name="Panel_Minimize_Caption_Click"> 12091 <action name="Panel_Minimize_Caption_Click">
12072 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12092 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12073 <description>Please enter the description of this user action.</description> 12093 <description>Please enter the description of this user action.</description>
12074 </action> 12094 </action>
12075 12095
12076 <action name="Panel_Minimize_Caption_Gesture"> 12096 <action name="Panel_Minimize_Caption_Gesture">
12077 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12097 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12078 <description>Please enter the description of this user action.</description> 12098 <description>Please enter the description of this user action.</description>
12079 </action> 12099 </action>
12080 12100
12101 <action name="PasswordManager_Autofilled">
12102 <owner>vasilii@chromium.org</owner>
12103 <description>Username/password were autofilled on pageload.</description>
12104 </action>
12105
12106 <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.
12107 <owner>vasilii@chromium.org</owner>
12108 <description>
12109 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.
12110 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.
12111 </description>
12112 </action>
12113
12081 <action name="PasswordManager_Disabled"> 12114 <action name="PasswordManager_Disabled">
12082 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12115 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12083 <description>Please enter the description of this user action.</description> 12116 <description>Please enter the description of this user action.</description>
12084 </action> 12117 </action>
12085 12118
12086 <action name="PasswordManager_Enabled"> 12119 <action name="PasswordManager_Enabled">
12087 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12120 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12088 <description>Please enter the description of this user action.</description> 12121 <description>Please enter the description of this user action.</description>
12089 </action> 12122 </action>
12090 12123
12124 <action name="PasswordManager_LoggedInWithNewPassword">
12125 <owner>vasilii@chromium.org</owner>
12126 <description>
12127 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.
12128 different password.
12129 </description>
12130 </action>
12131
12132 <action name="PasswordManager_LoggedInWithNewUsername">
12133 <owner>vasilii@chromium.org</owner>
12134 <description>
12135 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.
12136 credential.
12137 </description>
12138 </action>
12139
12091 <action name="PasswordManager_RemovePasswordException"> 12140 <action name="PasswordManager_RemovePasswordException">
12092 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12093 <description>Please enter the description of this user action.</description> 12142 <description>Please enter the description of this user action.</description>
12094 </action> 12143 </action>
12095 12144
12096 <action name="PasswordManager_RemoveSavedPassword"> 12145 <action name="PasswordManager_RemoveSavedPassword">
12097 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12146 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12098 <description>Please enter the description of this user action.</description> 12147 <description>Please enter the description of this user action.</description>
12099 </action> 12148 </action>
12100 12149
12150 <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.
12151 <owner>vasilii@chromium.org</owner>
12152 <description>
12153 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.
12154 </description>
12155 </action>
12156
12157 <action name="PasswordManager_SubmitPassed">
Ilya Sherman 2016/07/07 05:01:48 (Ditto)
vasilii 2016/07/14 14:55:08 Done.
12158 <owner>vasilii@chromium.org</owner>
12159 <description>
12160 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.
12161 </description>
12162 </action>
12163
12101 <action name="PasswordManager_SyncCredentialShown"> 12164 <action name="PasswordManager_SyncCredentialShown">
12102 <owner>gcasto@chromium.org</owner> 12165 <owner>gcasto@chromium.org</owner>
12103 <owner>vabr@chromium.org</owner> 12166 <owner>vabr@chromium.org</owner>
12104 <description> 12167 <description>
12105 Counts the number of times a user views the saved credentials for their sync 12168 Counts the number of times a user views the saved credentials for their sync
12106 account. 12169 account.
12107 </description> 12170 </description>
12108 </action> 12171 </action>
12109 12172
12110 <action name="PasswordManager_SyncCredentialUsed"> 12173 <action name="PasswordManager_SyncCredentialUsed">
12111 <owner>gcasto@chromium.org</owner> 12174 <owner>gcasto@chromium.org</owner>
12112 <owner>vabr@chromium.org</owner> 12175 <owner>vabr@chromium.org</owner>
12113 <description> 12176 <description>
12114 Counts the number of times a user submits an autofilled credential which 12177 Counts the number of times a user submits an autofilled credential which
12115 matches their sync account. 12178 matches their sync account.
12116 </description> 12179 </description>
12117 </action> 12180 </action>
12118 12181
12182 <action name="PasswordManager_UseNonDefaultUsername">
Ilya Sherman 2016/07/07 05:01:49 nit: s/Use/Used
vasilii 2016/07/14 14:55:08 Done.
12183 <owner>vasilii@chromium.org</owner>
12184 <description>
12185 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.
12186 results in the default credential being updated, to the credential that the
12187 user most recently logged in with.
12188 </description>
12189 </action>
12190
12119 <action name="Paste"> 12191 <action name="Paste">
12120 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12192 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12121 <description>Please enter the description of this user action.</description> 12193 <description>Please enter the description of this user action.</description>
12122 </action> 12194 </action>
12123 12195
12124 <action name="PasteAndMatchStyle"> 12196 <action name="PasteAndMatchStyle">
12125 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12197 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12126 <description>Please enter the description of this user action.</description> 12198 <description>Please enter the description of this user action.</description>
12127 </action> 12199 </action>
12128 12200
(...skipping 2739 matching lines...) Expand 10 before | Expand all | Expand 10 after
14868 <action name="webapps.AddShortcut.Manifest"> 14940 <action name="webapps.AddShortcut.Manifest">
14869 <owner>mlamouri@chromium.org</owner> 14941 <owner>mlamouri@chromium.org</owner>
14870 <description> 14942 <description>
14871 Shortcut added to the homescreen with a valid Manifest. This action will be 14943 Shortcut added to the homescreen with a valid Manifest. This action will be
14872 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14944 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14873 to keep a trend of whether the webapp also add meta tags. 14945 to keep a trend of whether the webapp also add meta tags.
14874 </description> 14946 </description>
14875 </action> 14947 </action>
14876 14948
14877 </actions> 14949 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698