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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1276 <action name="Android.DownloadManager.Item.ExternallyDeleted"> | 1276 <action name="Android.DownloadManager.Item.ExternallyDeleted"> |
1277 <owner>dfalcantara@chromium.org</owner> | 1277 <owner>dfalcantara@chromium.org</owner> |
1278 <owner>twellington@chromium.org</owner> | 1278 <owner>twellington@chromium.org</owner> |
1279 <owner>ianwen@chromium.org</owner> | 1279 <owner>ianwen@chromium.org</owner> |
1280 <description> | 1280 <description> |
1281 A download tracked by the Chrome download service was externally deleted | 1281 A download tracked by the Chrome download service was externally deleted |
1282 e.g. through a third-party download manager. | 1282 e.g. through a third-party download manager. |
1283 </description> | 1283 </description> |
1284 </action> | 1284 </action> |
1285 | 1285 |
| 1286 <action name="Android.DownloadManager.Item.OpenSucceeded"> |
| 1287 <owner>shaktisahu@chromium.org</owner> |
| 1288 <description>User opened a download from download home.</description> |
| 1289 </action> |
| 1290 |
1286 <action name="Android.DownloadManager.OpenDrawer"> | 1291 <action name="Android.DownloadManager.OpenDrawer"> |
1287 <owner>dfalcantara@chromium.org</owner> | 1292 <owner>dfalcantara@chromium.org</owner> |
1288 <owner>twellington@chromium.org</owner> | 1293 <owner>twellington@chromium.org</owner> |
1289 <owner>ianwen@chromium.org</owner> | 1294 <owner>ianwen@chromium.org</owner> |
1290 <description> | 1295 <description> |
1291 User opened the navigation drawer in Chrome's download manager. | 1296 User opened the navigation drawer in Chrome's download manager. |
1292 </description> | 1297 </description> |
1293 </action> | 1298 </action> |
1294 | 1299 |
1295 <action name="Android.DownloadManager.Search"> | 1300 <action name="Android.DownloadManager.Search"> |
(...skipping 15823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17119 <action name="webapps.AddShortcut.Manifest"> | 17124 <action name="webapps.AddShortcut.Manifest"> |
17120 <owner>mlamouri@chromium.org</owner> | 17125 <owner>mlamouri@chromium.org</owner> |
17121 <description> | 17126 <description> |
17122 Shortcut added to the homescreen with a valid Manifest. This action will be | 17127 Shortcut added to the homescreen with a valid Manifest. This action will be |
17123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 17128 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
17124 to keep a trend of whether the webapp also add meta tags. | 17129 to keep a trend of whether the webapp also add meta tags. |
17125 </description> | 17130 </description> |
17126 </action> | 17131 </action> |
17127 | 17132 |
17128 </actions> | 17133 </actions> |
OLD | NEW |