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

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

Issue 2528303003: [NTP] Fixed usage of NewTabPage.ActionAndroid histogram (Closed)
Patch Set: Rebase 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 9290 matching lines...) Expand 10 before | Expand all | Expand 10 after
9301 <action name="MobileBeamCallbackSuccess"> 9301 <action name="MobileBeamCallbackSuccess">
9302 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9302 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9303 <description>Please enter the description of this user action.</description> 9303 <description>Please enter the description of this user action.</description>
9304 </action> 9304 </action>
9305 9305
9306 <action name="MobileBeamInvalidAppState"> 9306 <action name="MobileBeamInvalidAppState">
9307 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9307 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9308 <description>Please enter the description of this user action.</description> 9308 <description>Please enter the description of this user action.</description>
9309 </action> 9309 </action>
9310 9310
9311 <action name="MobileBookmarkManagerEntryOpened">
9312 <owner>ianwen@chromium.org</owner>
9313 <description>
9314 A bookmark was opened from the bookmark manager. Bookmarks opened directly
9315 from the NTP will not be counted. Instead those will be counted in the
9316 NewTabPage.ContentSuggestions.* histograms.
9317 </description>
9318 </action>
9319
9311 <action name="MobileBookmarkManagerOpen"> 9320 <action name="MobileBookmarkManagerOpen">
9312 <owner>ianwen@chromium.org</owner> 9321 <owner>ianwen@chromium.org</owner>
9313 <description> 9322 <description>
9314 Action indictating the bookmark manager is created, either by menu or NTP 9323 Action indictating the bookmark manager is created, either by menu or NTP
9315 button, or by navigation. 9324 button, or by navigation.
9316 </description> 9325 </description>
9317 </action> 9326 </action>
9318 9327
9319 <action name="MobileBookmarkManagerPageOpen"> 9328 <action name="MobileBookmarkManagerPageOpen">
9320 <owner>ianwen@chromium.org</owner> 9329 <owner>ianwen@chromium.org</owner>
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
9816 Android: User navigated back to the NTP after reading an opened (clicked) 9825 Android: User navigated back to the NTP after reading an opened (clicked)
9817 snippet card. 9826 snippet card.
9818 </description> 9827 </description>
9819 </action> 9828 </action>
9820 9829
9821 <action name="MobileNTPBookmark"> 9830 <action name="MobileNTPBookmark">
9822 <owner>ianwen@chromium.org</owner> 9831 <owner>ianwen@chromium.org</owner>
9823 <description> 9832 <description>
9824 Action indicating the user has opened a bookmark from the bookmark manager. 9833 Action indicating the user has opened a bookmark from the bookmark manager.
9825 </description> 9834 </description>
9835 <obsolete>
9836 Deprecated as of 01/2017. Replaced with MobileBookmarkManagerEntryOpened.
9837 </obsolete>
9826 </action> 9838 </action>
9827 9839
9828 <action name="MobileNTPForeignSession"> 9840 <action name="MobileNTPForeignSession">
9829 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9841 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9830 <description>Please enter the description of this user action.</description> 9842 <description>Please enter the description of this user action.</description>
9843 <obsolete>
9844 Deprecated as of 01/2017. Replaced with
9845 MobileRecentTabManagerTabFromOtherDeviceOpened.
9846 </obsolete>
9831 </action> 9847 </action>
9832 9848
9833 <action name="MobileNTPMostVisited"> 9849 <action name="MobileNTPMostVisited">
9834 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9850 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9835 <description>Please enter the description of this user action.</description> 9851 <description>Please enter the description of this user action.</description>
9836 </action> 9852 </action>
9837 9853
9838 <action name="MobileNTPRecentlyClosed"> 9854 <action name="MobileNTPRecentlyClosed">
9839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9855 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9840 <description>Please enter the description of this user action.</description> 9856 <description>Please enter the description of this user action.</description>
9857 <obsolete>
9858 Deprecated as of 01/2017. Replaced with
9859 MobileRecentTabManagerRecentTabOpened.
9860 </obsolete>
9841 </action> 9861 </action>
9842 9862
9843 <action name="MobileNTPShown"> 9863 <action name="MobileNTPShown">
9844 <owner>knn@chromium.org</owner> 9864 <owner>knn@chromium.org</owner>
9845 <description> 9865 <description>
9846 The New Tab Page (NTP) was loaded or brought to foreground by the user. 9866 The New Tab Page (NTP) was loaded or brought to foreground by the user.
9847 </description> 9867 </description>
9848 </action> 9868 </action>
9849 9869
9850 <action name="MobileNTPSwitchToBookmarks"> 9870 <action name="MobileNTPSwitchToBookmarks">
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
10070 10090
10071 <action name="MobileReceivedExternalIntent.Chrome"> 10091 <action name="MobileReceivedExternalIntent.Chrome">
10072 <owner>mariakhomenko@chromium.org</owner> 10092 <owner>mariakhomenko@chromium.org</owner>
10073 <owner>tedchoc@chromium.org</owner> 10093 <owner>tedchoc@chromium.org</owner>
10074 <description> 10094 <description>
10075 A VIEW intent was received by the tabbed mode activity from Chrome. This is 10095 A VIEW intent was received by the tabbed mode activity from Chrome. This is
10076 only recorded for intent types that are also allowed from external apps. 10096 only recorded for intent types that are also allowed from external apps.
10077 </description> 10097 </description>
10078 </action> 10098 </action>
10079 10099
10100 <action name="MobileRecentTabManagerRecentTabOpened">
10101 <owner>finkm@chromium.org</owner>
10102 <description>
10103 A recently closed tab was opened from the recent tabs manager. Recently
10104 closed tabs opened directly from the NTP will not be counted. Instead those
10105 will be counted in the NewTabPage.ContentSuggestions.* histograms.
10106 </description>
10107 </action>
10108
10109 <action name="MobileRecentTabManagerTabFromOtherDeviceOpened">
10110 <owner>finkm@chromium.org</owner>
10111 <description>
10112 A tab from another device was opened from the recent tabs manager. Tabs from
10113 another device opened directly from the NTP will not be counted. Instead
10114 those will be counted in the NewTabPage.ContentSuggestions.* histograms.
10115 </description>
10116 </action>
10117
10080 <action name="MobileRendererCrashed"> 10118 <action name="MobileRendererCrashed">
10081 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10119 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10082 <description>Please enter the description of this user action.</description> 10120 <description>Please enter the description of this user action.</description>
10083 </action> 10121 </action>
10084 10122
10085 <action name="MobileSadTabFeedback"> 10123 <action name="MobileSadTabFeedback">
10086 <owner>jwanda@chromium.org</owner> 10124 <owner>jwanda@chromium.org</owner>
10087 <description> 10125 <description>
10088 The user pressed the Send Feedback button on a tab that is displaying the 10126 The user pressed the Send Feedback button on a tab that is displaying the
10089 sad view. 10127 sad view.
(...skipping 6203 matching lines...) Expand 10 before | Expand all | Expand 10 after
16293 <action name="webapps.AddShortcut.Manifest"> 16331 <action name="webapps.AddShortcut.Manifest">
16294 <owner>mlamouri@chromium.org</owner> 16332 <owner>mlamouri@chromium.org</owner>
16295 <description> 16333 <description>
16296 Shortcut added to the homescreen with a valid Manifest. This action will be 16334 Shortcut added to the homescreen with a valid Manifest. This action will be
16297 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16335 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16298 to keep a trend of whether the webapp also add meta tags. 16336 to keep a trend of whether the webapp also add meta tags.
16299 </description> 16337 </description>
16300 </action> 16338 </action>
16301 16339
16302 </actions> 16340 </actions>
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_table_view_controller.mm ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698