Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2438143002: Record a user action when a content intent is sent (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698