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 3095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3106 </action> | 3106 </action> |
3107 | 3107 |
3108 <action name="DefaultBrowserInfoBar_DontAskAgain"> | 3108 <action name="DefaultBrowserInfoBar_DontAskAgain"> |
3109 <owner>pmonette@chromium.org</owner> | 3109 <owner>pmonette@chromium.org</owner> |
3110 <description> | 3110 <description> |
3111 The user clicked "Don't ask again" on the info bar. | 3111 The user clicked "Don't ask again" on the info bar. |
3112 </description> | 3112 </description> |
3113 <obsolete>Renamed to DefaultBrowserInfoBar_Cancel in M52.</obsolete> | 3113 <obsolete>Renamed to DefaultBrowserInfoBar_Cancel in M52.</obsolete> |
3114 </action> | 3114 </action> |
3115 | 3115 |
| 3116 <action name="DefaultBrowserInfoBar_Ignore"> |
| 3117 <owner>pmonette@chromium.org</owner> |
| 3118 <description> |
| 3119 The hosting tab was closed before any user interaction happened with the |
| 3120 info bar. |
| 3121 </description> |
| 3122 </action> |
| 3123 |
3116 <action name="Delete"> | 3124 <action name="Delete"> |
3117 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3125 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
3118 <description>Please enter the description of this user action.</description> | 3126 <description>Please enter the description of this user action.</description> |
3119 </action> | 3127 </action> |
3120 | 3128 |
3121 <action name="DeleteBackward"> | 3129 <action name="DeleteBackward"> |
3122 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3130 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
3123 <description>Please enter the description of this user action.</description> | 3131 <description>Please enter the description of this user action.</description> |
3124 </action> | 3132 </action> |
3125 | 3133 |
(...skipping 11996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15122 <action name="webapps.AddShortcut.Manifest"> | 15130 <action name="webapps.AddShortcut.Manifest"> |
15123 <owner>mlamouri@chromium.org</owner> | 15131 <owner>mlamouri@chromium.org</owner> |
15124 <description> | 15132 <description> |
15125 Shortcut added to the homescreen with a valid Manifest. This action will be | 15133 Shortcut added to the homescreen with a valid Manifest. This action will be |
15126 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15134 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15127 to keep a trend of whether the webapp also add meta tags. | 15135 to keep a trend of whether the webapp also add meta tags. |
15128 </description> | 15136 </description> |
15129 </action> | 15137 </action> |
15130 | 15138 |
15131 </actions> | 15139 </actions> |
OLD | NEW |