| 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. | 9 and description for each user action. |
| 10 | 10 |
| (...skipping 9880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9891 | 9891 |
| 9892 <action name="MobileMenuReload"> | 9892 <action name="MobileMenuReload"> |
| 9893 <owner>tedchoc@chromium.org</owner> | 9893 <owner>tedchoc@chromium.org</owner> |
| 9894 <description> | 9894 <description> |
| 9895 User pressed the reload option in the app menu. This was added in M55. | 9895 User pressed the reload option in the app menu. This was added in M55. |
| 9896 Prior to M55, the menu reload counts were combined with the toolbar counts, | 9896 Prior to M55, the menu reload counts were combined with the toolbar counts, |
| 9897 which were all reported as MobileToolbarReload. | 9897 which were all reported as MobileToolbarReload. |
| 9898 </description> | 9898 </description> |
| 9899 </action> | 9899 </action> |
| 9900 | 9900 |
| 9901 <action name="MobileMenuReportAnIssue"> |
| 9902 <owner>rohitrao@chromium.org</owner> |
| 9903 <description>User pressed 'Report an Issue' in the app menu.</description> |
| 9904 </action> |
| 9905 |
| 9901 <action name="MobileMenuRequestDesktopSite"> | 9906 <action name="MobileMenuRequestDesktopSite"> |
| 9902 <owner>aurimas@chromium.org</owner> | 9907 <owner>aurimas@chromium.org</owner> |
| 9903 <description> | 9908 <description> |
| 9904 User pressed 'Request Desktop Site' in the app menu. | 9909 User pressed 'Request Desktop Site' in the app menu. |
| 9905 </description> | 9910 </description> |
| 9906 </action> | 9911 </action> |
| 9907 | 9912 |
| 9908 <action name="MobileMenuRequestMobileSite"> | 9913 <action name="MobileMenuRequestMobileSite"> |
| 9909 <owner>liaoyuke@chromium.org</owner> | 9914 <owner>liaoyuke@chromium.org</owner> |
| 9910 <description>User pressed 'Request Mobile Site' in the app menu.</description> | 9915 <description>User pressed 'Request Mobile Site' in the app menu.</description> |
| (...skipping 6694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16605 <action name="webapps.AddShortcut.Manifest"> | 16610 <action name="webapps.AddShortcut.Manifest"> |
| 16606 <owner>mlamouri@chromium.org</owner> | 16611 <owner>mlamouri@chromium.org</owner> |
| 16607 <description> | 16612 <description> |
| 16608 Shortcut added to the homescreen with a valid Manifest. This action will be | 16613 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16609 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16614 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16610 to keep a trend of whether the webapp also add meta tags. | 16615 to keep a trend of whether the webapp also add meta tags. |
| 16611 </description> | 16616 </description> |
| 16612 </action> | 16617 </action> |
| 16613 | 16618 |
| 16614 </actions> | 16619 </actions> |
| OLD | NEW |