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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2220423002: Fix sync-credential-related metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Non-null driver + removing a forgotten LOG statement Created 4 years, 4 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 12371 matching lines...) Expand 10 before | Expand all | Expand 10 after
12382 12382
12383 <action name="PasswordManager_LoginPassed"> 12383 <action name="PasswordManager_LoginPassed">
12384 <owner>vasilii@chromium.org</owner> 12384 <owner>vasilii@chromium.org</owner>
12385 <description> 12385 <description>
12386 The user submitted a password form and the website appeared to accept the 12386 The user submitted a password form and the website appeared to accept the
12387 credentials. This action reflects the password manager component's logic 12387 credentials. This action reflects the password manager component's logic
12388 for whether or not to offer to save a password. 12388 for whether or not to offer to save a password.
12389 </description> 12389 </description>
12390 </action> 12390 </action>
12391 12391
12392 <action name="PasswordManager_ProcessingUpdate">
12393 <owner>vabr@chromium.org</owner>
12394 <owner>vasilii@chromium.org</owner>
12395 <description>
12396 The user logged in successfully with a credential originally filled by
12397 Chrome, and either did not change the stored password at all, or authorized
12398 Chrome to updat it with the current password value.
vasilii 2016/08/08 15:34:24 update
vabr (Chromium) 2016/08/09 12:19:52 Done.
12399 </description>
12400 </action>
12401
12392 <action name="PasswordManager_RemovePasswordException"> 12402 <action name="PasswordManager_RemovePasswordException">
12393 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12394 <description>Please enter the description of this user action.</description> 12404 <description>Please enter the description of this user action.</description>
12395 </action> 12405 </action>
12396 12406
12397 <action name="PasswordManager_RemoveSavedPassword"> 12407 <action name="PasswordManager_RemoveSavedPassword">
12398 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12408 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12399 <description>Please enter the description of this user action.</description> 12409 <description>Please enter the description of this user action.</description>
12400 </action> 12410 </action>
12401 12411
12412 <action name="PasswordManager_SyncCredentialFilledAndLoginSuccessfull">
12413 <owner>vabr@chromium.org</owner>
12414 <owner>vasilii@chromium.org</owner>
12415 <description>
12416 Counts the number of times when Chrome fills the user's sync account
12417 credentials, and the user logs in successfully after submitting them.
12418 </description>
12419 </action>
12420
12402 <action name="PasswordManager_SyncCredentialShown"> 12421 <action name="PasswordManager_SyncCredentialShown">
12403 <owner>gcasto@chromium.org</owner> 12422 <owner>gcasto@chromium.org</owner>
12404 <owner>vabr@chromium.org</owner> 12423 <owner>vabr@chromium.org</owner>
12405 <description> 12424 <description>
12406 Counts the number of times a user views the saved credentials for their sync 12425 Counts the number of times a user views the saved credentials for their sync
12407 account. 12426 account.
12408 </description> 12427 </description>
12409 </action> 12428 </action>
12410 12429
12411 <action name="PasswordManager_SyncCredentialUsed"> 12430 <action name="PasswordManager_SyncCredentialUsed">
12412 <owner>gcasto@chromium.org</owner> 12431 <owner>gcasto@chromium.org</owner>
12413 <owner>vabr@chromium.org</owner> 12432 <owner>vabr@chromium.org</owner>
12414 <description> 12433 <description>
12415 Counts the number of times a user submits an autofilled credential which 12434 Counts the number of times a user submits an autofilled credential which
12416 matches their sync account. 12435 matches their sync account.
12417 </description> 12436 </description>
12437 <obsolete>Counted the wrong thing, http://crbug.com/635428</obsolete>
12418 </action> 12438 </action>
12419 12439
12420 <action name="PasswordManager_UsedNonDefaultUsername"> 12440 <action name="PasswordManager_UsedNonDefaultUsername">
12421 <owner>vasilii@chromium.org</owner> 12441 <owner>vasilii@chromium.org</owner>
12422 <description> 12442 <description>
12423 The user logged in with an existing credential other than the default one. 12443 The user logged in with an existing credential other than the default one.
12424 This results in the default credential being updated, to the credential that 12444 This results in the default credential being updated, to the credential that
12425 the user most recently logged in with. 12445 the user most recently logged in with.
12426 </description> 12446 </description>
12427 </action> 12447 </action>
(...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after
15351 <action name="webapps.AddShortcut.Manifest"> 15371 <action name="webapps.AddShortcut.Manifest">
15352 <owner>mlamouri@chromium.org</owner> 15372 <owner>mlamouri@chromium.org</owner>
15353 <description> 15373 <description>
15354 Shortcut added to the homescreen with a valid Manifest. This action will be 15374 Shortcut added to the homescreen with a valid Manifest. This action will be
15355 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15375 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15356 to keep a trend of whether the webapp also add meta tags. 15376 to keep a trend of whether the webapp also add meta tags.
15357 </description> 15377 </description>
15358 </action> 15378 </action>
15359 15379
15360 </actions> 15380 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698