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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1155 <owner>twellington@chromium.org</owner> | 1155 <owner>twellington@chromium.org</owner> |
1156 <description>User showed the downloads bottom sheet content.</description> | 1156 <description>User showed the downloads bottom sheet content.</description> |
1157 </action> | 1157 </action> |
1158 | 1158 |
1159 <action name="Android.ChromeHome.ShowHistory"> | 1159 <action name="Android.ChromeHome.ShowHistory"> |
1160 <owner>mdjones@chromium.org</owner> | 1160 <owner>mdjones@chromium.org</owner> |
1161 <owner>twellington@chromium.org</owner> | 1161 <owner>twellington@chromium.org</owner> |
1162 <description>User showed the history bottom sheet content.</description> | 1162 <description>User showed the history bottom sheet content.</description> |
1163 </action> | 1163 </action> |
1164 | 1164 |
| 1165 <action name="Android.ChromeHome.ShowIncognitoHome"> |
| 1166 <owner>mdjones@chromium.org</owner> |
| 1167 <owner>twellington@chromium.org</owner> |
| 1168 <description> |
| 1169 User showed the incognito bottom sheet content in the "Home" tab. |
| 1170 </description> |
| 1171 </action> |
| 1172 |
1165 <action name="Android.ChromeHome.ShowSuggestions"> | 1173 <action name="Android.ChromeHome.ShowSuggestions"> |
1166 <owner>mdjones@chromium.org</owner> | 1174 <owner>mdjones@chromium.org</owner> |
1167 <owner>twellington@chromium.org</owner> | 1175 <owner>twellington@chromium.org</owner> |
1168 <description>User showed the suggestions bottom sheet content.</description> | 1176 <description>User showed the suggestions bottom sheet content.</description> |
1169 </action> | 1177 </action> |
1170 | 1178 |
1171 <action name="Android.ContentDetectorActivated"> | 1179 <action name="Android.ContentDetectorActivated"> |
1172 <owner>twellington@chromium.org</owner> | 1180 <owner>twellington@chromium.org</owner> |
1173 <description> | 1181 <description> |
1174 User tapped on a phone number, address or email address, activating a | 1182 User tapped on a phone number, address or email address, activating a |
(...skipping 15676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16851 <action name="webapps.AddShortcut.Manifest"> | 16859 <action name="webapps.AddShortcut.Manifest"> |
16852 <owner>mlamouri@chromium.org</owner> | 16860 <owner>mlamouri@chromium.org</owner> |
16853 <description> | 16861 <description> |
16854 Shortcut added to the homescreen with a valid Manifest. This action will be | 16862 Shortcut added to the homescreen with a valid Manifest. This action will be |
16855 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16863 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
16856 to keep a trend of whether the webapp also add meta tags. | 16864 to keep a trend of whether the webapp also add meta tags. |
16857 </description> | 16865 </description> |
16858 </action> | 16866 </action> |
16859 | 16867 |
16860 </actions> | 16868 </actions> |
OLD | NEW |