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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1030 </description> | 1030 </description> |
1031 </action> | 1031 </action> |
1032 | 1032 |
1033 <action name="AlertIndicatorButton_Unmute"> | 1033 <action name="AlertIndicatorButton_Unmute"> |
1034 <owner>miu@chromium.org</owner> | 1034 <owner>miu@chromium.org</owner> |
1035 <description> | 1035 <description> |
1036 User clicked the tab alert indicator button to unmute the tab. | 1036 User clicked the tab alert indicator button to unmute the tab. |
1037 </description> | 1037 </description> |
1038 </action> | 1038 </action> |
1039 | 1039 |
| 1040 <action name="Android.ContentDetectorActivated"> |
| 1041 <owner>twellington@chromium.org</owner> |
| 1042 <description> |
| 1043 User tapped on a phone number, address or email address, activating a |
| 1044 content detector and causing a content intent to be sent. |
| 1045 </description> |
| 1046 </action> |
| 1047 |
1040 <action name="Android.DownloadManager.CheckForExternallyRemovedItems"> | 1048 <action name="Android.DownloadManager.CheckForExternallyRemovedItems"> |
1041 <owner>dfalcantara@chromium.org</owner> | 1049 <owner>dfalcantara@chromium.org</owner> |
1042 <owner>twellington@chromium.org</owner> | 1050 <owner>twellington@chromium.org</owner> |
1043 <owner>ianwen@chromium.org</owner> | 1051 <owner>ianwen@chromium.org</owner> |
1044 <description> | 1052 <description> |
1045 A request was issued to check the file system for download items that were | 1053 A request was issued to check the file system for download items that were |
1046 externally deleted e.g. through a third-party download manager. | 1054 externally deleted e.g. through a third-party download manager. |
1047 </description> | 1055 </description> |
1048 </action> | 1056 </action> |
1049 | 1057 |
(...skipping 14838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15888 <action name="webapps.AddShortcut.Manifest"> | 15896 <action name="webapps.AddShortcut.Manifest"> |
15889 <owner>mlamouri@chromium.org</owner> | 15897 <owner>mlamouri@chromium.org</owner> |
15890 <description> | 15898 <description> |
15891 Shortcut added to the homescreen with a valid Manifest. This action will be | 15899 Shortcut added to the homescreen with a valid Manifest. This action will be |
15892 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15900 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15893 to keep a trend of whether the webapp also add meta tags. | 15901 to keep a trend of whether the webapp also add meta tags. |
15894 </description> | 15902 </description> |
15895 </action> | 15903 </action> |
15896 | 15904 |
15897 </actions> | 15905 </actions> |
OLD | NEW |