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

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: more comments 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
« no previous file with comments | « components/password_manager/core/browser/password_form_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2913 matching lines...) Expand 10 before | Expand all | Expand 10 after
2924 <action name="CreateProfile"> 2924 <action name="CreateProfile">
2925 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2925 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2926 <description>Please enter the description of this user action.</description> 2926 <description>Please enter the description of this user action.</description>
2927 </action> 2927 </action>
2928 2928
2929 <action name="CreateShortcut"> 2929 <action name="CreateShortcut">
2930 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2930 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2931 <description>Please enter the description of this user action.</description> 2931 <description>Please enter the description of this user action.</description>
2932 </action> 2932 </action>
2933 2933
2934 <action name="CredentialManager_AccountChooser_Accepted">
2935 <owner>vasilii@chromium.org</owner>
2936 <description>
2937 The user chose a credential via the account chooser.
2938 </description>
2939 </action>
2940
2941 <action name="CredentialManager_AccountChooser_Dismissed">
2942 <owner>vasilii@chromium.org</owner>
2943 <description>The user dismissed the account chooser.</description>
2944 </action>
2945
2946 <action name="CredentialManager_Autosignin">
2947 <owner>vasilii@chromium.org</owner>
2948 <description>
2949 The website tried to automatically sign the user in and got a credential
2950 back from the browser.
2951 </description>
2952 </action>
2953
2934 <action name="CriticalNotificationShown"> 2954 <action name="CriticalNotificationShown">
2935 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2936 <description>Please enter the description of this user action.</description> 2956 <description>Please enter the description of this user action.</description>
2937 </action> 2957 </action>
2938 2958
2939 <action name="CriticalNotification_AutoRestart"> 2959 <action name="CriticalNotification_AutoRestart">
2940 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2941 <description>Please enter the description of this user action.</description> 2961 <description>Please enter the description of this user action.</description>
2942 </action> 2962 </action>
2943 2963
(...skipping 9225 matching lines...) Expand 10 before | Expand all | Expand 10 after
12169 <action name="Panel_Minimize_Caption_Click"> 12189 <action name="Panel_Minimize_Caption_Click">
12170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12190 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12171 <description>Please enter the description of this user action.</description> 12191 <description>Please enter the description of this user action.</description>
12172 </action> 12192 </action>
12173 12193
12174 <action name="Panel_Minimize_Caption_Gesture"> 12194 <action name="Panel_Minimize_Caption_Gesture">
12175 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12195 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12176 <description>Please enter the description of this user action.</description> 12196 <description>Please enter the description of this user action.</description>
12177 </action> 12197 </action>
12178 12198
12199 <action name="PasswordManager_Autofilled">
12200 <owner>vasilii@chromium.org</owner>
12201 <description>Username/password were autofilled on pageload.</description>
12202 </action>
12203
12204 <action name="PasswordManager_ChoseSubdomainPassword">
12205 <owner>vasilii@chromium.org</owner>
12206 <description>
12207 The user submitted a form with an existing credential saved for another
12208 subdomain. For example, the user might have signed in on
12209 https://accounts.spotify.com using a credential previously saved for
12210 https://play.spotify.com.
12211 </description>
12212 </action>
12213
12179 <action name="PasswordManager_Disabled"> 12214 <action name="PasswordManager_Disabled">
12180 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12215 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12181 <description>Please enter the description of this user action.</description> 12216 <description>Please enter the description of this user action.</description>
12182 </action> 12217 </action>
12183 12218
12184 <action name="PasswordManager_Enabled"> 12219 <action name="PasswordManager_Enabled">
12185 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12220 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12186 <description>Please enter the description of this user action.</description> 12221 <description>Please enter the description of this user action.</description>
12187 </action> 12222 </action>
12188 12223
12224 <action name="PasswordManager_LoggedInWithNewPassword">
12225 <owner>vasilii@chromium.org</owner>
12226 <description>
12227 The user tried to log in with an existing (possibly for another subdomain)
12228 credential but different password.
12229 </description>
12230 </action>
12231
12232 <action name="PasswordManager_LoggedInWithNewUsername">
12233 <owner>vasilii@chromium.org</owner>
12234 <description>
12235 The user tried to log in with a completely new (possibly auto generated)
12236 credential.
12237 </description>
12238 </action>
12239
12240 <action name="PasswordManager_LoginFailed">
12241 <owner>vasilii@chromium.org</owner>
12242 <description>
12243 The user submitted a password form, but the website appeared to reject
Ilya Sherman 2016/07/14 23:40:26 nit: Please remove the extra leading whitespace on
vasilii 2016/07/15 09:49:31 Done.
12244 the credentials. This action reflects the password manager component's
12245 logic for whether or not to offer to save a password. At the time of
12246 writing, failure means that either the form submission was canceled with a
12247 failure message, or the form submission succeeded, but the user was directed
12248 back to a page that still contained a login form.
12249 </description>
12250 </action>
12251
12252 <action name="PasswordManager_LoginPassed">
12253 <owner>vasilii@chromium.org</owner>
12254 <description>
12255 The user submitted a password form, the website appeared to accept the
Ilya Sherman 2016/07/14 23:40:26 nit: s/form, the/form and the
vasilii 2016/07/15 09:49:31 Done.
12256 credentials. This action reflects the password manager component's logic
12257 for whether or not to offer to save a password.
12258 </description>
12259 </action>
12260
12189 <action name="PasswordManager_RemovePasswordException"> 12261 <action name="PasswordManager_RemovePasswordException">
12190 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12262 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12191 <description>Please enter the description of this user action.</description> 12263 <description>Please enter the description of this user action.</description>
12192 </action> 12264 </action>
12193 12265
12194 <action name="PasswordManager_RemoveSavedPassword"> 12266 <action name="PasswordManager_RemoveSavedPassword">
12195 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12267 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12196 <description>Please enter the description of this user action.</description> 12268 <description>Please enter the description of this user action.</description>
12197 </action> 12269 </action>
12198 12270
12199 <action name="PasswordManager_SyncCredentialShown"> 12271 <action name="PasswordManager_SyncCredentialShown">
12200 <owner>gcasto@chromium.org</owner> 12272 <owner>gcasto@chromium.org</owner>
12201 <owner>vabr@chromium.org</owner> 12273 <owner>vabr@chromium.org</owner>
12202 <description> 12274 <description>
12203 Counts the number of times a user views the saved credentials for their sync 12275 Counts the number of times a user views the saved credentials for their sync
12204 account. 12276 account.
12205 </description> 12277 </description>
12206 </action> 12278 </action>
12207 12279
12208 <action name="PasswordManager_SyncCredentialUsed"> 12280 <action name="PasswordManager_SyncCredentialUsed">
12209 <owner>gcasto@chromium.org</owner> 12281 <owner>gcasto@chromium.org</owner>
12210 <owner>vabr@chromium.org</owner> 12282 <owner>vabr@chromium.org</owner>
12211 <description> 12283 <description>
12212 Counts the number of times a user submits an autofilled credential which 12284 Counts the number of times a user submits an autofilled credential which
12213 matches their sync account. 12285 matches their sync account.
12214 </description> 12286 </description>
12215 </action> 12287 </action>
12216 12288
12289 <action name="PasswordManager_UsedNonDefaultUsername">
12290 <owner>vasilii@chromium.org</owner>
12291 <description>
12292 The user logged in with an existing credential other than the default one.
12293 This results in the default credential being updated, to the credential that
12294 the user most recently logged in with.
12295 </description>
12296 </action>
12297
12217 <action name="Paste"> 12298 <action name="Paste">
12218 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12299 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12219 <description>Please enter the description of this user action.</description> 12300 <description>Please enter the description of this user action.</description>
12220 </action> 12301 </action>
12221 12302
12222 <action name="PasteAndMatchStyle"> 12303 <action name="PasteAndMatchStyle">
12223 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12304 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12224 <description>Please enter the description of this user action.</description> 12305 <description>Please enter the description of this user action.</description>
12225 </action> 12306 </action>
12226 12307
(...skipping 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after
15122 <action name="webapps.AddShortcut.Manifest"> 15203 <action name="webapps.AddShortcut.Manifest">
15123 <owner>mlamouri@chromium.org</owner> 15204 <owner>mlamouri@chromium.org</owner>
15124 <description> 15205 <description>
15125 Shortcut added to the homescreen with a valid Manifest. This action will be 15206 Shortcut added to the homescreen with a valid Manifest. This action will be
15126 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15207 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15127 to keep a trend of whether the webapp also add meta tags. 15208 to keep a trend of whether the webapp also add meta tags.
15128 </description> 15209 </description>
15129 </action> 15210 </action>
15130 15211
15131 </actions> 15212 </actions>
OLDNEW
« 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