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

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

Issue 2604063002: Log intents received differently if they are internal or external. (Closed)
Patch Set: Keep old metrics 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 9898 matching lines...) Expand 10 before | Expand all | Expand 10 after
9909 User marked one or multiple ReadingList entries as 'Unread'. 9909 User marked one or multiple ReadingList entries as 'Unread'.
9910 </description> 9910 </description>
9911 </action> 9911 </action>
9912 9912
9913 <action name="MobileReadingListOpen"> 9913 <action name="MobileReadingListOpen">
9914 <owner>gambard@chromium.org</owner> 9914 <owner>gambard@chromium.org</owner>
9915 <description>User opened a ReadingList entry.</description> 9915 <description>User opened a ReadingList entry.</description>
9916 </action> 9916 </action>
9917 9917
9918 <action name="MobileReceivedExternalIntent"> 9918 <action name="MobileReceivedExternalIntent">
9919 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9919 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
9920 <description>Please enter the description of this user action.</description> 9920 <description>
9921 A VIEW intent was received by the tabbed mode activity. This will combine
9922 intents sent by external application as well as Chrome itself.
9923 </description>
9924 <obsolete>
Maria 2017/01/05 01:01:20 Don't mark it as obsolete yet -- it's going to dis
Ted C 2017/01/05 01:13:36 Done.
9925 Deprecated as of 5/2017. Use MobileTabbedModeViewIntentFromChrome and
9926 MobileTabbedModeViewIntentFromApp instead.
9927 </obsolete>
9928 </action>
9929
9930 <action name="MobileReceivedExternalIntent.App">
9931 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
9932 <description>
9933 A VIEW intent was received by the tabbed mode activity from an external
9934 application.
9935 </description>
9936 <obsolete>
Maria 2017/01/05 01:01:20 same as above
Ted C 2017/01/05 01:13:36 Done.
9937 Deprecated as of 5/2017. Use MobileTabbedModeViewIntentFromApp instead.
9938 </obsolete>
9939 </action>
9940
9941 <action name="MobileReceivedExternalIntent.Chrome">
9942 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
9943 <description>
9944 A VIEW intent was received by the tabbed mode activity from Chrome.
Maria 2017/01/05 01:01:20 Mention that this is only recorded in places where
Ted C 2017/01/05 01:13:36 Done.
9945 </description>
9946 <obsolete>
Maria 2017/01/05 01:01:20 same as above
Ted C 2017/01/05 01:13:36 Done.
9947 Deprecated as of 5/2017. Use MobileTabbedModeViewIntentFromChrome instead.
9948 </obsolete>
9921 </action> 9949 </action>
9922 9950
9923 <action name="MobileRendererCrashed"> 9951 <action name="MobileRendererCrashed">
9924 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9952 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9925 <description>Please enter the description of this user action.</description> 9953 <description>Please enter the description of this user action.</description>
9926 </action> 9954 </action>
9927 9955
9928 <action name="MobileSadTabFeedback"> 9956 <action name="MobileSadTabFeedback">
9929 <owner>jwanda@chromium.org</owner> 9957 <owner>jwanda@chromium.org</owner>
9930 <description> 9958 <description>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
10006 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10034 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10007 <description>Please enter the description of this user action.</description> 10035 <description>Please enter the description of this user action.</description>
10008 <obsolete>Deprecated as of 5/2015</obsolete> 10036 <obsolete>Deprecated as of 5/2015</obsolete>
10009 </action> 10037 </action>
10010 10038
10011 <action name="MobileTabSwitched"> 10039 <action name="MobileTabSwitched">
10012 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10040 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10013 <description>Please enter the description of this user action.</description> 10041 <description>Please enter the description of this user action.</description>
10014 </action> 10042 </action>
10015 10043
10044 <action name="MobileTabbedModeViewIntentFromApp">
10045 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
10046 <description>
10047 A VIEW intent was received by the tabbed mode activity from an external
10048 application.
10049 </description>
10050 </action>
10051
10052 <action name="MobileTabbedModeViewIntentFromChrome">
10053 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
10054 <description>
10055 A VIEW intent was received by the tabbed mode activity from Chrome.
10056 </description>
10057 </action>
10058
10016 <action name="MobileToolbarBack"> 10059 <action name="MobileToolbarBack">
10017 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10060 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10018 <description>Please enter the description of this user action.</description> 10061 <description>Please enter the description of this user action.</description>
10019 </action> 10062 </action>
10020 10063
10021 <action name="MobileToolbarDownloadPage"> 10064 <action name="MobileToolbarDownloadPage">
10022 <owner>dfalcantara@chromium.org</owner> 10065 <owner>dfalcantara@chromium.org</owner>
10023 <owner>twellington@chromium.org</owner> 10066 <owner>twellington@chromium.org</owner>
10024 <owner>ianwen@chromium.org</owner> 10067 <owner>ianwen@chromium.org</owner>
10025 <description>User pressed the download page icon in the toolbar.</description> 10068 <description>User pressed the download page icon in the toolbar.</description>
(...skipping 6093 matching lines...) Expand 10 before | Expand all | Expand 10 after
16119 <action name="webapps.AddShortcut.Manifest"> 16162 <action name="webapps.AddShortcut.Manifest">
16120 <owner>mlamouri@chromium.org</owner> 16163 <owner>mlamouri@chromium.org</owner>
16121 <description> 16164 <description>
16122 Shortcut added to the homescreen with a valid Manifest. This action will be 16165 Shortcut added to the homescreen with a valid Manifest. This action will be
16123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16166 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16124 to keep a trend of whether the webapp also add meta tags. 16167 to keep a trend of whether the webapp also add meta tags.
16125 </description> 16168 </description>
16126 </action> 16169 </action>
16127 16170
16128 </actions> 16171 </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