Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 12654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12665 Recorded on sign in start from access point | 12665 Recorded on sign in start from access point |
| 12666 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER. | 12666 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER. |
| 12667 </description> | 12667 </description> |
| 12668 </action> | 12668 </action> |
| 12669 | 12669 |
| 12670 <action name="Signin_Signin_Succeed"> | 12670 <action name="Signin_Signin_Succeed"> |
| 12671 <owner>gogerald@chromium.org</owner> | 12671 <owner>gogerald@chromium.org</owner> |
| 12672 <description>Recorded when user sign in was successful.</description> | 12672 <description>Recorded when user sign in was successful.</description> |
| 12673 </action> | 12673 </action> |
| 12674 | 12674 |
| 12675 <action name="Signin_Signin_WithActivityControlsCheckbox"> | |
|
rkaplow
2016/03/22 14:57:01
user actions generally are related to a specific a
Moe
2016/03/22 20:41:32
I spoke to the PM. We would like to know the numbe
rkaplow
2016/03/22 21:10:59
I'm not sure I entirely agree. If you want to know
| |
| 12676 <owner>mahmadi@chromium.org</owner> | |
| 12677 <description> | |
| 12678 Recorded when the user checks the checkbox to be taken to the 'Activity | |
| 12679 controls' section of the privacy settings page and chooses default or | |
| 12680 advanced sync settings in the sign in succeed confirmation dialog. | |
| 12681 </description> | |
| 12682 </action> | |
| 12683 | |
| 12675 <action name="Signin_Signin_WithAdvancedSyncSettings"> | 12684 <action name="Signin_Signin_WithAdvancedSyncSettings"> |
| 12676 <owner>gogerald@chromium.org</owner> | 12685 <owner>gogerald@chromium.org</owner> |
| 12677 <description> | 12686 <description> |
| 12678 Recorded when the user chooses advanced sync settings in the sign in succeed | 12687 Recorded when the user chooses advanced sync settings in the sign in succeed |
| 12679 confirmation dialog. | 12688 confirmation dialog. |
| 12680 </description> | 12689 </description> |
| 12681 </action> | 12690 </action> |
| 12682 | 12691 |
| 12683 <action name="Signin_Signin_WithDefaultSyncSettings"> | 12692 <action name="Signin_Signin_WithDefaultSyncSettings"> |
| 12684 <owner>gogerald@chromium.org</owner> | 12693 <owner>gogerald@chromium.org</owner> |
| (...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14044 <action name="webapps.AddShortcut.Manifest"> | 14053 <action name="webapps.AddShortcut.Manifest"> |
| 14045 <owner>mlamouri@chromium.org</owner> | 14054 <owner>mlamouri@chromium.org</owner> |
| 14046 <description> | 14055 <description> |
| 14047 Shortcut added to the homescreen with a valid Manifest. This action will be | 14056 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14057 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14049 to keep a trend of whether the webapp also add meta tags. | 14058 to keep a trend of whether the webapp also add meta tags. |
| 14050 </description> | 14059 </description> |
| 14051 </action> | 14060 </action> |
| 14052 | 14061 |
| 14053 </actions> | 14062 </actions> |
| OLD | NEW |