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 |
12 user triggered, specify it using not_user_triggered="true" as an attribute to | 12 https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/actions/
README.md |
13 the <action> tag. | 13 For details on how to modify this file to add your description, 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 15842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15866 <action name="webapps.AddShortcut.Manifest"> | 15869 <action name="webapps.AddShortcut.Manifest"> |
15867 <owner>mlamouri@chromium.org</owner> | 15870 <owner>mlamouri@chromium.org</owner> |
15868 <description> | 15871 <description> |
15869 Shortcut added to the homescreen with a valid Manifest. This action will be | 15872 Shortcut added to the homescreen with a valid Manifest. This action will be |
15870 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15873 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15871 to keep a trend of whether the webapp also add meta tags. | 15874 to keep a trend of whether the webapp also add meta tags. |
15872 </description> | 15875 </description> |
15873 </action> | 15876 </action> |
15874 | 15877 |
15875 </actions> | 15878 </actions> |
OLD | NEW |