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

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

Issue 2604063002: Log intents received differently if they are internal or external. (Closed)
Patch Set: Remove obsolete 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
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>
Mark P 2017/01/05 22:41:19 owner is a repeated field, one user per entry ditt
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 </action>
9925
9926 <action name="MobileReceivedExternalIntent.App">
9927 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
9928 <description>
9929 A VIEW intent was received by the tabbed mode activity from an external
9930 application.
9931 </description>
9932 </action>
9933
9934 <action name="MobileReceivedExternalIntent.Chrome">
9935 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
9936 <description>
9937 A VIEW intent was received by the tabbed mode activity from Chrome. This is
9938 only recorded for intent types that are also allowed from external apps.
9939 </description>
9921 </action> 9940 </action>
9922 9941
9923 <action name="MobileRendererCrashed"> 9942 <action name="MobileRendererCrashed">
9924 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9943 <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> 9944 <description>Please enter the description of this user action.</description>
9926 </action> 9945 </action>
9927 9946
9928 <action name="MobileSadTabFeedback"> 9947 <action name="MobileSadTabFeedback">
9929 <owner>jwanda@chromium.org</owner> 9948 <owner>jwanda@chromium.org</owner>
9930 <description> 9949 <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> 10025 <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> 10026 <description>Please enter the description of this user action.</description>
10008 <obsolete>Deprecated as of 5/2015</obsolete> 10027 <obsolete>Deprecated as of 5/2015</obsolete>
10009 </action> 10028 </action>
10010 10029
10011 <action name="MobileTabSwitched"> 10030 <action name="MobileTabSwitched">
10012 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10031 <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> 10032 <description>Please enter the description of this user action.</description>
10014 </action> 10033 </action>
10015 10034
10035 <action name="MobileTabbedModeViewIntentFromApp">
Mark P 2017/01/05 22:41:19 Naively, if I read the description of these two ac
Ted C 2017/01/05 23:59:46 Done. I initially marked MobileReceivedExternalIn
10036 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
10037 <description>
10038 A VIEW intent was received by the tabbed mode activity from an external
10039 application.
10040 </description>
10041 </action>
10042
10043 <action name="MobileTabbedModeViewIntentFromChrome">
10044 <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner>
10045 <description>
10046 A VIEW intent was received by the tabbed mode activity from Chrome.
10047 </description>
10048 </action>
10049
10016 <action name="MobileToolbarBack"> 10050 <action name="MobileToolbarBack">
10017 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10051 <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> 10052 <description>Please enter the description of this user action.</description>
10019 </action> 10053 </action>
10020 10054
10021 <action name="MobileToolbarDownloadPage"> 10055 <action name="MobileToolbarDownloadPage">
10022 <owner>dfalcantara@chromium.org</owner> 10056 <owner>dfalcantara@chromium.org</owner>
10023 <owner>twellington@chromium.org</owner> 10057 <owner>twellington@chromium.org</owner>
10024 <owner>ianwen@chromium.org</owner> 10058 <owner>ianwen@chromium.org</owner>
10025 <description>User pressed the download page icon in the toolbar.</description> 10059 <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"> 16153 <action name="webapps.AddShortcut.Manifest">
16120 <owner>mlamouri@chromium.org</owner> 16154 <owner>mlamouri@chromium.org</owner>
16121 <description> 16155 <description>
16122 Shortcut added to the homescreen with a valid Manifest. This action will be 16156 Shortcut added to the homescreen with a valid Manifest. This action will be
16123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16157 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16124 to keep a trend of whether the webapp also add meta tags. 16158 to keep a trend of whether the webapp also add meta tags.
16125 </description> 16159 </description>
16126 </action> 16160 </action>
16127 16161
16128 </actions> 16162 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698