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

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

Issue 2528303003: [NTP] Fixed usage of NewTabPage.ActionAndroid histogram (Closed)
Patch Set: Addressing comments Created 4 years 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 9181 matching lines...) Expand 10 before | Expand all | Expand 10 after
9192 9192
9193 <action name="MobileBookmarkManagerPageOpen"> 9193 <action name="MobileBookmarkManagerPageOpen">
9194 <owner>ianwen@chromium.org</owner> 9194 <owner>ianwen@chromium.org</owner>
9195 <description> 9195 <description>
9196 Action indictating the bookmark manager is created as a Native Page. The 9196 Action indictating the bookmark manager is created as a Native Page. The
9197 porpuse of this action is to tell how many users on phones are able to get 9197 porpuse of this action is to tell how many users on phones are able to get
9198 access to bookmark manager inside of a tab. 9198 access to bookmark manager inside of a tab.
9199 </description> 9199 </description>
9200 </action> 9200 </action>
9201 9201
9202 <action name="MobileBookmarkOpen">
9203 <owner>ianwen@chromium.org</owner>
9204 <description>In the bookmark manager a bookmark was opened.</description>
Mark P 2016/12/22 18:42:57 minor optional nit: prefer reverse order to put th
finkm 2017/01/03 10:43:52 Done.
9205 </action>
9206
9202 <action name="MobileBreakpadUploadAttempt" not_user_triggered="true"> 9207 <action name="MobileBreakpadUploadAttempt" not_user_triggered="true">
9203 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9208 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9204 <description>Please enter the description of this user action.</description> 9209 <description>Please enter the description of this user action.</description>
9205 </action> 9210 </action>
9206 9211
9207 <action name="MobileBreakpadUploadFail" not_user_triggered="true"> 9212 <action name="MobileBreakpadUploadFail" not_user_triggered="true">
9208 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9213 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9209 <description>Please enter the description of the metric.</description> 9214 <description>Please enter the description of the metric.</description>
9210 </action> 9215 </action>
9211 9216
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
9682 <owner>mastiz@chromium.org</owner> 9687 <owner>mastiz@chromium.org</owner>
9683 <description> 9688 <description>
9684 Android: User navigated back to the NTP after reading an opened (clicked) 9689 Android: User navigated back to the NTP after reading an opened (clicked)
9685 snippet card. 9690 snippet card.
9686 </description> 9691 </description>
9687 </action> 9692 </action>
9688 9693
9689 <action name="MobileNTPBookmark"> 9694 <action name="MobileNTPBookmark">
9690 <owner>ianwen@chromium.org</owner> 9695 <owner>ianwen@chromium.org</owner>
9691 <description> 9696 <description>
9692 Action indicating the user has opened a bookmark from the bookmark manager. 9697 Action indicating the user has opened a bookmark from the bookmark manager.
Mark P 2016/12/22 18:42:57 Please revise this description explain what it is
9693 </description> 9698 </description>
9694 </action> 9699 </action>
9695 9700
9696 <action name="MobileNTPForeignSession"> 9701 <action name="MobileNTPForeignSession">
9697 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9698 <description>Please enter the description of this user action.</description> 9703 <description>Please enter the description of this user action.</description>
9699 </action> 9704 </action>
9700 9705
9701 <action name="MobileNTPMostVisited"> 9706 <action name="MobileNTPMostVisited">
9702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
9913 <action name="MobileReadingListOpen"> 9918 <action name="MobileReadingListOpen">
9914 <owner>gambard@chromium.org</owner> 9919 <owner>gambard@chromium.org</owner>
9915 <description>User opened a ReadingList entry.</description> 9920 <description>User opened a ReadingList entry.</description>
9916 </action> 9921 </action>
9917 9922
9918 <action name="MobileReceivedExternalIntent"> 9923 <action name="MobileReceivedExternalIntent">
9919 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9924 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9920 <description>Please enter the description of this user action.</description> 9925 <description>Please enter the description of this user action.</description>
9921 </action> 9926 </action>
9922 9927
9928 <action name="MobileRecentlyClosedTabOpen">
9929 <owner>finkm@chromium.org</owner>
9930 <description>
9931 Action indicating the user has opened a recently closed tab from the recent
dgn 2016/12/22 12:31:22 drop "Action indicating..."
finkm 2017/01/03 10:43:52 Done.
9932 tabs manager.
9933 </description>
9934 </action>
9935
9923 <action name="MobileRendererCrashed"> 9936 <action name="MobileRendererCrashed">
9924 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9937 <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> 9938 <description>Please enter the description of this user action.</description>
9926 </action> 9939 </action>
9927 9940
9928 <action name="MobileSadTabFeedback"> 9941 <action name="MobileSadTabFeedback">
9929 <owner>jwanda@chromium.org</owner> 9942 <owner>jwanda@chromium.org</owner>
9930 <description> 9943 <description>
9931 The user pressed the Send Feedback button on a tab that is displaying the 9944 The user pressed the Send Feedback button on a tab that is displaying the
9932 sad view. 9945 sad view.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
9989 <description>Please enter the description of this user action.</description> 10002 <description>Please enter the description of this user action.</description>
9990 </action> 10003 </action>
9991 10004
9992 <action name="MobileTabClosedUndoShortCut"> 10005 <action name="MobileTabClosedUndoShortCut">
9993 <owner>xingliu@chromium.com</owner> 10006 <owner>xingliu@chromium.com</owner>
9994 <description> 10007 <description>
9995 Undo tab closure by keyboard shortcut ctrl+shift+T, for Android only. 10008 Undo tab closure by keyboard shortcut ctrl+shift+T, for Android only.
9996 </description> 10009 </description>
9997 </action> 10010 </action>
9998 10011
10012 <action name="MobileTabFromOtherDeviceOpen">
10013 <owner>finkm@chromium.org</owner>
10014 <description>
10015 In the recent tabs manager a tab from another device was opened.
10016 </description>
10017 </action>
10018
9999 <action name="MobileTabStripCloseTab"> 10019 <action name="MobileTabStripCloseTab">
10000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10020 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10001 <description>Please enter the description of this user action.</description> 10021 <description>Please enter the description of this user action.</description>
10002 <obsolete>Deprecated as of 5/2015</obsolete> 10022 <obsolete>Deprecated as of 5/2015</obsolete>
10003 </action> 10023 </action>
10004 10024
10005 <action name="MobileTabStripNewTab"> 10025 <action name="MobileTabStripNewTab">
10006 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10026 <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> 10027 <description>Please enter the description of this user action.</description>
10008 <obsolete>Deprecated as of 5/2015</obsolete> 10028 <obsolete>Deprecated as of 5/2015</obsolete>
(...skipping 6099 matching lines...) Expand 10 before | Expand all | Expand 10 after
16108 <action name="webapps.AddShortcut.Manifest"> 16128 <action name="webapps.AddShortcut.Manifest">
16109 <owner>mlamouri@chromium.org</owner> 16129 <owner>mlamouri@chromium.org</owner>
16110 <description> 16130 <description>
16111 Shortcut added to the homescreen with a valid Manifest. This action will be 16131 Shortcut added to the homescreen with a valid Manifest. This action will be
16112 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16132 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16113 to keep a trend of whether the webapp also add meta tags. 16133 to keep a trend of whether the webapp also add meta tags.
16114 </description> 16134 </description>
16115 </action> 16135 </action>
16116 16136
16117 </actions> 16137 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698