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 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 user did not interact with the default browser info bar. | |
|
Alexei Svitkine (slow)
2016/07/14 19:48:41
Does the mean the user clicked [x]? If so, I'd men
Patrick Monette
2016/07/14 19:51:43
No. DefaultBrowserInfoBar_Dismiss means the user c
Alexei Svitkine (slow)
2016/07/14 20:32:09
Ah, then please mention tab closing in this descri
Patrick Monette
2016/07/14 21:00:54
Done.
| |
| 3120 </description> | |
| 3121 </action> | |
| 3122 | |
| 3116 <action name="Delete"> | 3123 <action name="Delete"> |
| 3117 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3124 <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> | 3125 <description>Please enter the description of this user action.</description> |
| 3119 </action> | 3126 </action> |
| 3120 | 3127 |
| 3121 <action name="DeleteBackward"> | 3128 <action name="DeleteBackward"> |
| 3122 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3129 <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> | 3130 <description>Please enter the description of this user action.</description> |
| 3124 </action> | 3131 </action> |
| 3125 | 3132 |
| (...skipping 11996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15122 <action name="webapps.AddShortcut.Manifest"> | 15129 <action name="webapps.AddShortcut.Manifest"> |
| 15123 <owner>mlamouri@chromium.org</owner> | 15130 <owner>mlamouri@chromium.org</owner> |
| 15124 <description> | 15131 <description> |
| 15125 Shortcut added to the homescreen with a valid Manifest. This action will be | 15132 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15126 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15133 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15127 to keep a trend of whether the webapp also add meta tags. | 15134 to keep a trend of whether the webapp also add meta tags. |
| 15128 </description> | 15135 </description> |
| 15129 </action> | 15136 </action> |
| 15130 | 15137 |
| 15131 </actions> | 15138 </actions> |
| OLD | NEW |