| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 </description> | 1109 </description> |
| 1110 </action> | 1110 </action> |
| 1111 | 1111 |
| 1112 <action name="AlertIndicatorButton_Unmute"> | 1112 <action name="AlertIndicatorButton_Unmute"> |
| 1113 <owner>miu@chromium.org</owner> | 1113 <owner>miu@chromium.org</owner> |
| 1114 <description> | 1114 <description> |
| 1115 User clicked the tab alert indicator button to unmute the tab. | 1115 User clicked the tab alert indicator button to unmute the tab. |
| 1116 </description> | 1116 </description> |
| 1117 </action> | 1117 </action> |
| 1118 | 1118 |
| 1119 <action name="Android.ChromeHome.Closed"> |
| 1120 <owner>mdjones@chromium.org</owner> |
| 1121 <owner>twellington@chromium.org</owner> |
| 1122 <description>User closed the Chrome Home bottom sheet.</description> |
| 1123 </action> |
| 1124 |
| 1125 <action name="Android.ChromeHome.FullState"> |
| 1126 <owner>mdjones@chromium.org</owner> |
| 1127 <owner>twellington@chromium.org</owner> |
| 1128 <description> |
| 1129 User put the Chrome Home bottom sheet in the fully-open state. |
| 1130 </description> |
| 1131 </action> |
| 1132 |
| 1133 <action name="Android.ChromeHome.HalfState"> |
| 1134 <owner>mdjones@chromium.org</owner> |
| 1135 <owner>twellington@chromium.org</owner> |
| 1136 <description> |
| 1137 User put the Chrome Home bottom sheet in the half-open state. |
| 1138 </description> |
| 1139 </action> |
| 1140 |
| 1141 <action name="Android.ChromeHome.Opened"> |
| 1142 <owner>mdjones@chromium.org</owner> |
| 1143 <owner>twellington@chromium.org</owner> |
| 1144 <description>User opened the Chrome Home bottom sheet.</description> |
| 1145 </action> |
| 1146 |
| 1147 <action name="Android.ChromeHome.ShowBookmarks"> |
| 1148 <owner>mdjones@chromium.org</owner> |
| 1149 <owner>twellington@chromium.org</owner> |
| 1150 <description>User showed the bookmarks bottom sheet content.</description> |
| 1151 </action> |
| 1152 |
| 1153 <action name="Android.ChromeHome.ShowDownloads"> |
| 1154 <owner>mdjones@chromium.org</owner> |
| 1155 <owner>twellington@chromium.org</owner> |
| 1156 <description>User showed the downloads bottom sheet content.</description> |
| 1157 </action> |
| 1158 |
| 1159 <action name="Android.ChromeHome.ShowHistory"> |
| 1160 <owner>mdjones@chromium.org</owner> |
| 1161 <owner>twellington@chromium.org</owner> |
| 1162 <description>User showed the history bottom sheet content.</description> |
| 1163 </action> |
| 1164 |
| 1165 <action name="Android.ChromeHome.ShowSuggestions"> |
| 1166 <owner>mdjones@chromium.org</owner> |
| 1167 <owner>twellington@chromium.org</owner> |
| 1168 <description>User showed the suggestions bottom sheet content.</description> |
| 1169 </action> |
| 1170 |
| 1119 <action name="Android.ContentDetectorActivated"> | 1171 <action name="Android.ContentDetectorActivated"> |
| 1120 <owner>twellington@chromium.org</owner> | 1172 <owner>twellington@chromium.org</owner> |
| 1121 <description> | 1173 <description> |
| 1122 User tapped on a phone number, address or email address, activating a | 1174 User tapped on a phone number, address or email address, activating a |
| 1123 content detector and causing a content intent to be sent. | 1175 content detector and causing a content intent to be sent. |
| 1124 </description> | 1176 </description> |
| 1125 </action> | 1177 </action> |
| 1126 | 1178 |
| 1127 <action name="Android.DownloadManager.CheckForExternallyRemovedItems"> | 1179 <action name="Android.DownloadManager.CheckForExternallyRemovedItems"> |
| 1128 <owner>dfalcantara@chromium.org</owner> | 1180 <owner>dfalcantara@chromium.org</owner> |
| (...skipping 15415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16544 <action name="webapps.AddShortcut.Manifest"> | 16596 <action name="webapps.AddShortcut.Manifest"> |
| 16545 <owner>mlamouri@chromium.org</owner> | 16597 <owner>mlamouri@chromium.org</owner> |
| 16546 <description> | 16598 <description> |
| 16547 Shortcut added to the homescreen with a valid Manifest. This action will be | 16599 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16548 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16600 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16549 to keep a trend of whether the webapp also add meta tags. | 16601 to keep a trend of whether the webapp also add meta tags. |
| 16550 </description> | 16602 </description> |
| 16551 </action> | 16603 </action> |
| 16552 | 16604 |
| 16553 </actions> | 16605 </actions> |
| OLD | NEW |