| 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.Click"> |
| 8115 <owner>knn@chromium.org</owner> |
| 8116 <description> |
| 8117 Android: The user clicked on an Interest item shown on the NTP. |
| 8118 </description> |
| 8119 </action> |
| 8120 |
| 8121 <action name="MobileNTP.Interests.Dismissed"> |
| 8122 <owner>knn@chromium.org</owner> |
| 8123 <description> |
| 8124 Android: The user dismissed the page showing the Interests without clicking |
| 8125 on any of them. |
| 8126 </description> |
| 8127 </action> |
| 8128 |
| 8114 <action name="MobileNTP.Interests.OpenDialog"> | 8129 <action name="MobileNTP.Interests.OpenDialog"> |
| 8115 <owner>peconn@chromium.org</owner> | 8130 <owner>peconn@chromium.org</owner> |
| 8116 <description>User opened the interests dialog.</description> | 8131 <description>User opened the interests dialog.</description> |
| 8117 </action> | 8132 </action> |
| 8118 | 8133 |
| 8119 <action name="MobileNTP.Snippets.Click"> | 8134 <action name="MobileNTP.Snippets.Click"> |
| 8120 <owner>knn@chromium.org</owner> | 8135 <owner>knn@chromium.org</owner> |
| 8121 <description> | 8136 <description> |
| 8122 Android: User clicked on a snippet card into the host website. | 8137 Android: User clicked on a snippet card into the host website. |
| 8123 </description> | 8138 </description> |
| (...skipping 5137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13261 <action name="webapps.AddShortcut.Manifest"> | 13276 <action name="webapps.AddShortcut.Manifest"> |
| 13262 <owner>mlamouri@chromium.org</owner> | 13277 <owner>mlamouri@chromium.org</owner> |
| 13263 <description> | 13278 <description> |
| 13264 Shortcut added to the homescreen with a valid Manifest. This action will be | 13279 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 13265 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13280 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 13266 to keep a trend of whether the webapp also add meta tags. | 13281 to keep a trend of whether the webapp also add meta tags. |
| 13267 </description> | 13282 </description> |
| 13268 </action> | 13283 </action> |
| 13269 | 13284 |
| 13270 </actions> | 13285 </actions> |
| OLD | NEW |