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

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

Issue 2846233003: 📰 Record user actions on the NTP and Home sheet (Closed)
Patch Set: Address bauerb@'s comment Created 3 years, 7 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 | « components/ntp_tiles/most_visited_sites.cc ('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 15813 matching lines...) Expand 10 before | Expand all | Expand 10 after
15824 <action name="Stop"> 15824 <action name="Stop">
15825 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15825 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15826 <description>Please enter the description of this user action.</description> 15826 <description>Please enter the description of this user action.</description>
15827 </action> 15827 </action>
15828 15828
15829 <action name="Strikethrough"> 15829 <action name="Strikethrough">
15830 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15830 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15831 <description>Please enter the description of this user action.</description> 15831 <description>Please enter the description of this user action.</description>
15832 </action> 15832 </action>
15833 15833
15834 <action name="Suggestions.Card.ActionTapped">
15835 <owner>finkm@chromium.org</owner>
15836 <owner>dgn@chromium.org</owner>
15837 <description>
15838 User tapped on a card's button in the content suggestions UI.
15839 </description>
15840 </action>
15841
15842 <action name="Suggestions.Card.SwipedAway">
15843 <owner>finkm@chromium.org</owner>
15844 <owner>dgn@chromium.org</owner>
15845 <description>
15846 User swiped a card away in the content suggestions UI.
15847 </description>
15848 </action>
15849
15850 <action name="Suggestions.Card.Tapped">
15851 <owner>finkm@chromium.org</owner>
15852 <owner>dgn@chromium.org</owner>
15853 <description>
15854 User tapped on a card in the content suggestions UI.
15855 </description>
15856 </action>
15857
15858 <action name="Suggestions.Category.Dismissed">
15859 <owner>finkm@chromium.org</owner>
15860 <owner>dgn@chromium.org</owner>
15861 <description>User dismissed a content suggestions category.</description>
15862 </action>
15863
15864 <action name="Suggestions.Category.Fetch">
15865 <owner>finkm@chromium.org</owner>
15866 <owner>dgn@chromium.org</owner>
15867 <description>User requested fetching more content suggestions.</description>
Alexei Svitkine (slow) 2017/05/09 14:53:50 Nit: Maybe mention how the user did this? i.e. des
dgn 2017/05/09 15:27:11 We currently have only one way to do that, and tha
Alexei Svitkine (slow) 2017/05/09 16:59:07 I think it would be good to mention this bit of co
15868 </action>
15869
15870 <action name="Suggestions.Category.ViewAll">
15871 <owner>finkm@chromium.org</owner>
15872 <owner>dgn@chromium.org</owner>
15873 <description>
15874 User navigated to the complete view of a content suggestions section.
15875 </description>
15876 </action>
15877
15878 <action name="Suggestions.Content.Dismissed">
15879 <owner>finkm@chromium.org</owner>
15880 <owner>dgn@chromium.org</owner>
15881 <description>User dismissed a content suggestion.</description>
15882 </action>
15883
15884 <action name="Suggestions.Content.Opened">
15885 <owner>finkm@chromium.org</owner>
15886 <owner>dgn@chromium.org</owner>
15887 <description>User opened a content suggestion.</description>
15888 </action>
15889
15834 <action name="Suggestions.ContextMenu.DownloadItem"> 15890 <action name="Suggestions.ContextMenu.DownloadItem">
15835 <owner>mvanouwerkerk@chromium.org</owner> 15891 <owner>mvanouwerkerk@chromium.org</owner>
15836 <owner>galinap@google.com</owner> 15892 <owner>galinap@google.com</owner>
15837 <description> 15893 <description>
15838 Android: User used the context menu to download a suggested item. 15894 Android: User used the context menu to download a suggested item.
15839 </description> 15895 </description>
15840 </action> 15896 </action>
15841 15897
15842 <action name="Suggestions.ContextMenu.OpenItemInIncognitoTab"> 15898 <action name="Suggestions.ContextMenu.OpenItemInIncognitoTab">
15843 <owner>mvanouwerkerk@chromium.org</owner> 15899 <owner>mvanouwerkerk@chromium.org</owner>
(...skipping 30 matching lines...) Expand all
15874 </action> 15930 </action>
15875 15931
15876 <action name="Suggestions.ContextMenu.Shown"> 15932 <action name="Suggestions.ContextMenu.Shown">
15877 <owner>mvanouwerkerk@chromium.org</owner> 15933 <owner>mvanouwerkerk@chromium.org</owner>
15878 <owner>galinap@google.com</owner> 15934 <owner>galinap@google.com</owner>
15879 <description> 15935 <description>
15880 Android: User opened the context menu on a suggested item. 15936 Android: User opened the context menu on a suggested item.
15881 </description> 15937 </description>
15882 </action> 15938 </action>
15883 15939
15940 <action name="Suggestions.Site.RemovalUndone">
15941 <owner>finkm@chromium.org</owner>
15942 <owner>dgn@chromium.org</owner>
15943 <description>User reverted the removal of a suggested site.</description>
15944 </action>
15945
15946 <action name="Suggestions.Site.Removed">
15947 <owner>finkm@chromium.org</owner>
15948 <owner>dgn@chromium.org</owner>
15949 <description>User removed a suggested site.</description>
15950 </action>
15951
15952 <action name="Suggestions.SurfaceHidden">
15953 <owner>finkm@chromium.org</owner>
15954 <owner>dgn@chromium.org</owner>
15955 <description>User closed the content suggestions UI.</description>
15956 </action>
15957
15958 <action name="Suggestions.SurfaceVisible">
15959 <owner>finkm@chromium.org</owner>
15960 <owner>dgn@chromium.org</owner>
15961 <description>User opened the content suggestions UI.</description>
15962 </action>
15963
15884 <action name="Suggestions.Tile.RemovalUndone"> 15964 <action name="Suggestions.Tile.RemovalUndone">
15885 <owner>mvanouwerkerk@chromium.org</owner> 15965 <owner>mvanouwerkerk@chromium.org</owner>
15886 <owner>galinap@google.com</owner> 15966 <owner>galinap@google.com</owner>
15887 <description> 15967 <description>
15888 Android: User tapped the undo button in the snackbar after removing a 15968 Android: User tapped the undo button in the snackbar after removing a
15889 suggested item. 15969 suggested item.
15890 </description> 15970 </description>
15971 <obsolete>
15972 Deprecated as of 05/2017. Now recorded as
15973 &quot;Suggestions.Site.RemovalUndone&quot;.
15974 </obsolete>
15975 </action>
15976
15977 <action name="Suggestions.Tile.Tapped">
15978 <owner>finkm@chromium.org</owner>
15979 <owner>dgn@chromium.org</owner>
15980 <description>
15981 User tapped on a tile in the content suggestions UI.
15982 </description>
15891 </action> 15983 </action>
15892 15984
15893 <action name="SuspiciousExtensionBubbleDismissed"> 15985 <action name="SuspiciousExtensionBubbleDismissed">
15894 <owner>finnur@chromium.org</owner> 15986 <owner>finnur@chromium.org</owner>
15895 <description>Please enter the description of this user action.</description> 15987 <description>Please enter the description of this user action.</description>
15896 </action> 15988 </action>
15897 15989
15898 <action name="SwitchTab_Click"> 15990 <action name="SwitchTab_Click">
15899 <owner>bruthig@chromium.org</owner> 15991 <owner>bruthig@chromium.org</owner>
15900 <owner>tdanderson@chromium.org</owner> 15992 <owner>tdanderson@chromium.org</owner>
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
16952 <action name="webapps.AddShortcut.Manifest"> 17044 <action name="webapps.AddShortcut.Manifest">
16953 <owner>mlamouri@chromium.org</owner> 17045 <owner>mlamouri@chromium.org</owner>
16954 <description> 17046 <description>
16955 Shortcut added to the homescreen with a valid Manifest. This action will be 17047 Shortcut added to the homescreen with a valid Manifest. This action will be
16956 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16957 to keep a trend of whether the webapp also add meta tags. 17049 to keep a trend of whether the webapp also add meta tags.
16958 </description> 17050 </description>
16959 </action> 17051 </action>
16960 17052
16961 </actions> 17053 </actions>
OLDNEW
« no previous file with comments | « components/ntp_tiles/most_visited_sites.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698