| 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 8093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8104 <action name="MobileMenuShare"> | 8104 <action name="MobileMenuShare"> |
| 8105 <owner>aurimas@chromium.org</owner> | 8105 <owner>aurimas@chromium.org</owner> |
| 8106 <description>User pressed 'Share' in the app menu.</description> | 8106 <description>User pressed 'Share' in the app menu.</description> |
| 8107 </action> | 8107 </action> |
| 8108 | 8108 |
| 8109 <action name="MobileMenuShow"> | 8109 <action name="MobileMenuShow"> |
| 8110 <owner>aurimas@chromium.org</owner> | 8110 <owner>aurimas@chromium.org</owner> |
| 8111 <description>User opened the app menu.</description> | 8111 <description>User opened the app menu.</description> |
| 8112 </action> | 8112 </action> |
| 8113 | 8113 |
| 8114 <action name="MobileNTP.Interests.OpenDialog"> |
| 8115 <owner>peconn@chromium.org</owner> |
| 8116 <description>User opened the interests dialog.</description> |
| 8117 </action> |
| 8118 |
| 8114 <action name="MobileNTP.Snippets.Click"> | 8119 <action name="MobileNTP.Snippets.Click"> |
| 8115 <owner>knn@chromium.org</owner> | 8120 <owner>knn@chromium.org</owner> |
| 8116 <description> | 8121 <description> |
| 8117 Android: User clicked on a snippet card into the host website. | 8122 Android: User clicked on a snippet card into the host website. |
| 8118 </description> | 8123 </description> |
| 8119 </action> | 8124 </action> |
| 8120 | 8125 |
| 8121 <action name="MobileNTP.Snippets.Scrolled"> | 8126 <action name="MobileNTP.Snippets.Scrolled"> |
| 8122 <owner>knn@chromium.org</owner> | 8127 <owner>knn@chromium.org</owner> |
| 8123 <description> | 8128 <description> |
| (...skipping 5132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13256 <action name="webapps.AddShortcut.Manifest"> | 13261 <action name="webapps.AddShortcut.Manifest"> |
| 13257 <owner>mlamouri@chromium.org</owner> | 13262 <owner>mlamouri@chromium.org</owner> |
| 13258 <description> | 13263 <description> |
| 13259 Shortcut added to the homescreen with a valid Manifest. This action will be | 13264 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 13260 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13265 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 13261 to keep a trend of whether the webapp also add meta tags. | 13266 to keep a trend of whether the webapp also add meta tags. |
| 13262 </description> | 13267 </description> |
| 13263 </action> | 13268 </action> |
| 13264 | 13269 |
| 13265 </actions> | 13270 </actions> |
| OLD | NEW |