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. |
10 action taken by a user. It should be logged immediately after a user takes the | 10 |
11 action, and should only be logged once per actual event. If an action is not | 11 For best practices on writing user action descriptions, see README.md in this |
12 user triggered, specify it using not_user_triggered="true" as an attribute to | 12 directory. For details on how to modify this file to add your description, |
13 the <action> tag. | 13 keep reading. |
| 14 |
| 15 If an action is not user triggered, specify it using not_user_triggered="true" |
| 16 as an attribute to the <action> tag. |
14 | 17 |
15 Please run extract_actions.py to add new actions and pretty-print this file. | 18 Please run extract_actions.py to add new actions and pretty-print this file. |
16 | 19 |
17 If a user action is not being used any more, put an <obsolete> tag under | 20 If a user action is not being used any more, put an <obsolete> tag under |
18 the <action> tag with necessary explanation. Don't delete things in this file. | 21 the <action> tag with necessary explanation. Don't delete things in this file. |
19 | 22 |
20 TODO(yiyaoliu): | 23 TODO(yiyaoliu): |
21 Currently, only file-level comments are supported. By running | 24 Currently, only file-level comments are supported. By running |
22 extract_actions.py, comments at other places will be deleted. Ideally, comments | 25 extract_actions.py, comments at other places will be deleted. Ideally, comments |
23 should be able to be added at any place in this file. | 26 should be able to be added at any place in this file. |
(...skipping 15823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15847 <action name="webapps.AddShortcut.Manifest"> | 15850 <action name="webapps.AddShortcut.Manifest"> |
15848 <owner>mlamouri@chromium.org</owner> | 15851 <owner>mlamouri@chromium.org</owner> |
15849 <description> | 15852 <description> |
15850 Shortcut added to the homescreen with a valid Manifest. This action will be | 15853 Shortcut added to the homescreen with a valid Manifest. This action will be |
15851 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15854 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15852 to keep a trend of whether the webapp also add meta tags. | 15855 to keep a trend of whether the webapp also add meta tags. |
15853 </description> | 15856 </description> |
15854 </action> | 15857 </action> |
15855 | 15858 |
15856 </actions> | 15859 </actions> |
OLD | NEW |