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

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

Issue 2604063002: Log intents received differently if they are internal or external. (Closed)
Patch Set: Fix compile Created 3 years, 11 months 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 | « chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java ('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 10024 matching lines...) Expand 10 before | Expand all | Expand 10 after
10035 User marked one or multiple ReadingList entries as 'Unread'. 10035 User marked one or multiple ReadingList entries as 'Unread'.
10036 </description> 10036 </description>
10037 </action> 10037 </action>
10038 10038
10039 <action name="MobileReadingListOpen"> 10039 <action name="MobileReadingListOpen">
10040 <owner>gambard@chromium.org</owner> 10040 <owner>gambard@chromium.org</owner>
10041 <description>User opened a ReadingList entry.</description> 10041 <description>User opened a ReadingList entry.</description>
10042 </action> 10042 </action>
10043 10043
10044 <action name="MobileReceivedExternalIntent"> 10044 <action name="MobileReceivedExternalIntent">
10045 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10045 <owner>mariakhomenko@chromium.org</owner>
10046 <description>Please enter the description of this user action.</description> 10046 <owner>tedchoc@chromium.org</owner>
10047 <description>
10048 A VIEW intent was received by the tabbed mode activity. This will combine
10049 intents sent by external application as well as Chrome itself. This does
10050 not cover all intent types handled by Chrome. Use
10051 MobileTabbedModeViewIntentFromApp and MobileTabbedModeViewIntentFromChrome
10052 for a complete picture.
10053 </description>
10054 </action>
10055
10056 <action name="MobileReceivedExternalIntent.App">
10057 <owner>mariakhomenko@chromium.org</owner>
10058 <owner>tedchoc@chromium.org</owner>
10059 <description>
10060 A VIEW intent was received by the tabbed mode activity from an external
10061 application.
10062 </description>
10063 </action>
10064
10065 <action name="MobileReceivedExternalIntent.Chrome">
10066 <owner>mariakhomenko@chromium.org</owner>
10067 <owner>tedchoc@chromium.org</owner>
10068 <description>
10069 A VIEW intent was received by the tabbed mode activity from Chrome. This is
10070 only recorded for intent types that are also allowed from external apps.
10071 </description>
10047 </action> 10072 </action>
10048 10073
10049 <action name="MobileRendererCrashed"> 10074 <action name="MobileRendererCrashed">
10050 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10075 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10051 <description>Please enter the description of this user action.</description> 10076 <description>Please enter the description of this user action.</description>
10052 </action> 10077 </action>
10053 10078
10054 <action name="MobileSadTabFeedback"> 10079 <action name="MobileSadTabFeedback">
10055 <owner>jwanda@chromium.org</owner> 10080 <owner>jwanda@chromium.org</owner>
10056 <description> 10081 <description>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
10132 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10157 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10133 <description>Please enter the description of this user action.</description> 10158 <description>Please enter the description of this user action.</description>
10134 <obsolete>Deprecated as of 5/2015</obsolete> 10159 <obsolete>Deprecated as of 5/2015</obsolete>
10135 </action> 10160 </action>
10136 10161
10137 <action name="MobileTabSwitched"> 10162 <action name="MobileTabSwitched">
10138 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10139 <description>Please enter the description of this user action.</description> 10164 <description>Please enter the description of this user action.</description>
10140 </action> 10165 </action>
10141 10166
10167 <action name="MobileTabbedModeViewIntentFromApp">
10168 <owner>mariakhomenko@chromium.org</owner>
10169 <owner>tedchoc@chromium.org</owner>
10170 <description>
10171 A VIEW intent was received by the tabbed mode activity from an external
10172 application.
10173 </description>
10174 </action>
10175
10176 <action name="MobileTabbedModeViewIntentFromChrome">
10177 <owner>mariakhomenko@chromium.org</owner>
10178 <owner>tedchoc@chromium.org</owner>
10179 <description>
10180 A VIEW intent was received by the tabbed mode activity from Chrome.
10181 </description>
10182 </action>
10183
10142 <action name="MobileToolbarBack"> 10184 <action name="MobileToolbarBack">
10143 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10185 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10144 <description>Please enter the description of this user action.</description> 10186 <description>Please enter the description of this user action.</description>
10145 </action> 10187 </action>
10146 10188
10147 <action name="MobileToolbarDownloadPage"> 10189 <action name="MobileToolbarDownloadPage">
10148 <owner>dfalcantara@chromium.org</owner> 10190 <owner>dfalcantara@chromium.org</owner>
10149 <owner>twellington@chromium.org</owner> 10191 <owner>twellington@chromium.org</owner>
10150 <owner>ianwen@chromium.org</owner> 10192 <owner>ianwen@chromium.org</owner>
10151 <description>User pressed the download page icon in the toolbar.</description> 10193 <description>User pressed the download page icon in the toolbar.</description>
(...skipping 6093 matching lines...) Expand 10 before | Expand all | Expand 10 after
16245 <action name="webapps.AddShortcut.Manifest"> 16287 <action name="webapps.AddShortcut.Manifest">
16246 <owner>mlamouri@chromium.org</owner> 16288 <owner>mlamouri@chromium.org</owner>
16247 <description> 16289 <description>
16248 Shortcut added to the homescreen with a valid Manifest. This action will be 16290 Shortcut added to the homescreen with a valid Manifest. This action will be
16249 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16291 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16250 to keep a trend of whether the webapp also add meta tags. 16292 to keep a trend of whether the webapp also add meta tags.
16251 </description> 16293 </description>
16252 </action> 16294 </action>
16253 16295
16254 </actions> 16296 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698