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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
(...skipping 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2582 <description> | 2582 <description> |
2583 Records display of prompt (notification) to install Data Saver extension. | 2583 Records display of prompt (notification) to install Data Saver extension. |
2584 </description> | 2584 </description> |
2585 </action> | 2585 </action> |
2586 | 2586 |
2587 <action name="Debugger"> | 2587 <action name="Debugger"> |
2588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2589 <description>Please enter the description of this user action.</description> | 2589 <description>Please enter the description of this user action.</description> |
2590 </action> | 2590 </action> |
2591 | 2591 |
| 2592 <action name="DefaultBrowserInfoBar_Accept"> |
| 2593 <owner>pmonette@chromium.org</owner> |
| 2594 <description> |
| 2595 The user clicked "Set as default" on the info bar. |
| 2596 </description> |
| 2597 </action> |
| 2598 |
| 2599 <action name="DefaultBrowserInfoBar_DontAskAgain"> |
| 2600 <owner>pmonette@chromium.org</owner> |
| 2601 <description> |
| 2602 The user clicked "Don't ask again" on the info bar. |
| 2603 </description> |
| 2604 </action> |
| 2605 |
2592 <action name="Delete"> | 2606 <action name="Delete"> |
2593 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2607 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2594 <description>Please enter the description of this user action.</description> | 2608 <description>Please enter the description of this user action.</description> |
2595 </action> | 2609 </action> |
2596 | 2610 |
2597 <action name="DeleteBackward"> | 2611 <action name="DeleteBackward"> |
2598 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2612 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2599 <description>Please enter the description of this user action.</description> | 2613 <description>Please enter the description of this user action.</description> |
2600 </action> | 2614 </action> |
2601 | 2615 |
(...skipping 7635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10237 <owner>michaelpg@chromium.org</owner> | 10251 <owner>michaelpg@chromium.org</owner> |
10238 <description>Settings: Manage search engines...: Make default</description> | 10252 <description>Settings: Manage search engines...: Make default</description> |
10239 </action> | 10253 </action> |
10240 | 10254 |
10241 <action name="Options_SensitivitySlider_Changed"> | 10255 <action name="Options_SensitivitySlider_Changed"> |
10242 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10256 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
10243 <description>Please enter the description of this user action.</description> | 10257 <description>Please enter the description of this user action.</description> |
10244 </action> | 10258 </action> |
10245 | 10259 |
10246 <action name="Options_SetAsDefaultBrowser"> | 10260 <action name="Options_SetAsDefaultBrowser"> |
10247 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10261 <owner>pmonette@chromium.org</owner> |
10248 <description>Please enter the description of this user action.</description> | 10262 <description> |
| 10263 The user clicked "Make Chrome the default browser" in the settings |
| 10264 page. |
| 10265 </description> |
10249 </action> | 10266 </action> |
10250 | 10267 |
10251 <action name="Options_SetDownloadDirectory"> | 10268 <action name="Options_SetDownloadDirectory"> |
10252 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10269 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
10253 <description>Please enter the description of this user action.</description> | 10270 <description>Please enter the description of this user action.</description> |
10254 </action> | 10271 </action> |
10255 | 10272 |
10256 <action name="Options_SetTimeDialog_Show"> | 10273 <action name="Options_SetTimeDialog_Show"> |
10257 <owner>michaelpg@chromium.org</owner> | 10274 <owner>michaelpg@chromium.org</owner> |
10258 <description>Set system time dialog was launched.</description> | 10275 <description>Set system time dialog was launched.</description> |
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13161 <action name="webapps.AddShortcut.Manifest"> | 13178 <action name="webapps.AddShortcut.Manifest"> |
13162 <owner>mlamouri@chromium.org</owner> | 13179 <owner>mlamouri@chromium.org</owner> |
13163 <description> | 13180 <description> |
13164 Shortcut added to the homescreen with a valid Manifest. This action will be | 13181 Shortcut added to the homescreen with a valid Manifest. This action will be |
13165 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13182 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13166 to keep a trend of whether the webapp also add meta tags. | 13183 to keep a trend of whether the webapp also add meta tags. |
13167 </description> | 13184 </description> |
13168 </action> | 13185 </action> |
13169 | 13186 |
13170 </actions> | 13187 </actions> |
OLD | NEW |