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

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

Issue 2873373002: 📰 Appropriately mark actions not user triggered
Patch Set: 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 | « no previous file | 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 15905 matching lines...) Expand 10 before | Expand all | Expand 10 after
15916 </action> 15916 </action>
15917 15917
15918 <action name="Suggestions.Card.Tapped"> 15918 <action name="Suggestions.Card.Tapped">
15919 <owner>finkm@chromium.org</owner> 15919 <owner>finkm@chromium.org</owner>
15920 <owner>dgn@chromium.org</owner> 15920 <owner>dgn@chromium.org</owner>
15921 <description> 15921 <description>
15922 User tapped on a card in the content suggestions UI. 15922 User tapped on a card in the content suggestions UI.
15923 </description> 15923 </description>
15924 </action> 15924 </action>
15925 15925
15926 <action name="Suggestions.Category.Dismissed"> 15926 <action name="Suggestions.Category.Dismissed" not_user_triggered="true">
Bernhard Bauer 2017/05/11 08:47:01 Given the description this seems a bit strange :)
dgn 2017/05/11 10:37:36 Hum yes agreed. The user-triggered action is "dism
Bernhard Bauer 2017/05/11 13:24:51 I would maybe add an explicit additional sentence
15927 <owner>finkm@chromium.org</owner> 15927 <owner>finkm@chromium.org</owner>
15928 <owner>dgn@chromium.org</owner> 15928 <owner>dgn@chromium.org</owner>
15929 <description>User dismissed a content suggestions category.</description> 15929 <description>User dismissed a content suggestions category.</description>
15930 </action> 15930 </action>
15931 15931
15932 <action name="Suggestions.Category.Fetch"> 15932 <action name="Suggestions.Category.Fetch" not_user_triggered="true">
15933 <owner>finkm@chromium.org</owner> 15933 <owner>finkm@chromium.org</owner>
15934 <owner>dgn@chromium.org</owner> 15934 <owner>dgn@chromium.org</owner>
15935 <description>User requested fetching more content suggestions.</description> 15935 <description>User requested fetching more content suggestions.</description>
15936 </action> 15936 </action>
15937 15937
15938 <action name="Suggestions.Category.ViewAll"> 15938 <action name="Suggestions.Category.ViewAll" not_user_triggered="true">
15939 <owner>finkm@chromium.org</owner> 15939 <owner>finkm@chromium.org</owner>
15940 <owner>dgn@chromium.org</owner> 15940 <owner>dgn@chromium.org</owner>
15941 <description> 15941 <description>
15942 User navigated to the complete view of a content suggestions section. 15942 User navigated to the complete view of a content suggestions section.
15943 </description> 15943 </description>
15944 </action> 15944 </action>
15945 15945
15946 <action name="Suggestions.Content.Dismissed"> 15946 <action name="Suggestions.Content.Dismissed" not_user_triggered="true">
15947 <owner>finkm@chromium.org</owner> 15947 <owner>finkm@chromium.org</owner>
15948 <owner>dgn@chromium.org</owner> 15948 <owner>dgn@chromium.org</owner>
15949 <description>User dismissed a content suggestion.</description> 15949 <description>User dismissed a content suggestion.</description>
15950 </action> 15950 </action>
15951 15951
15952 <action name="Suggestions.Content.Opened"> 15952 <action name="Suggestions.Content.Opened" not_user_triggered="true">
15953 <owner>finkm@chromium.org</owner> 15953 <owner>finkm@chromium.org</owner>
15954 <owner>dgn@chromium.org</owner> 15954 <owner>dgn@chromium.org</owner>
15955 <description>User opened a content suggestion.</description> 15955 <description>User opened a content suggestion.</description>
15956 </action> 15956 </action>
15957 15957
15958 <action name="Suggestions.ContextMenu.DownloadItem"> 15958 <action name="Suggestions.ContextMenu.DownloadItem">
15959 <owner>mvanouwerkerk@chromium.org</owner> 15959 <owner>mvanouwerkerk@chromium.org</owner>
15960 <owner>galinap@google.com</owner> 15960 <owner>galinap@google.com</owner>
15961 <description> 15961 <description>
15962 Android: User used the context menu to download a suggested item. 15962 Android: User used the context menu to download a suggested item.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
15998 </action> 15998 </action>
15999 15999
16000 <action name="Suggestions.ContextMenu.Shown"> 16000 <action name="Suggestions.ContextMenu.Shown">
16001 <owner>mvanouwerkerk@chromium.org</owner> 16001 <owner>mvanouwerkerk@chromium.org</owner>
16002 <owner>galinap@google.com</owner> 16002 <owner>galinap@google.com</owner>
16003 <description> 16003 <description>
16004 Android: User opened the context menu on a suggested item. 16004 Android: User opened the context menu on a suggested item.
16005 </description> 16005 </description>
16006 </action> 16006 </action>
16007 16007
16008 <action name="Suggestions.Site.RemovalUndone"> 16008 <action name="Suggestions.Site.RemovalUndone" not_user_triggered="true">
16009 <owner>finkm@chromium.org</owner> 16009 <owner>finkm@chromium.org</owner>
16010 <owner>dgn@chromium.org</owner> 16010 <owner>dgn@chromium.org</owner>
16011 <description>User reverted the removal of a suggested site.</description> 16011 <description>User reverted the removal of a suggested site.</description>
16012 </action> 16012 </action>
16013 16013
16014 <action name="Suggestions.Site.Removed"> 16014 <action name="Suggestions.Site.Removed" not_user_triggered="true">
16015 <owner>finkm@chromium.org</owner> 16015 <owner>finkm@chromium.org</owner>
16016 <owner>dgn@chromium.org</owner> 16016 <owner>dgn@chromium.org</owner>
16017 <description>User removed a suggested site.</description> 16017 <description>User removed a suggested site.</description>
16018 </action> 16018 </action>
16019 16019
16020 <action name="Suggestions.SurfaceHidden"> 16020 <action name="Suggestions.SurfaceHidden" not_user_triggered="true">
16021 <owner>finkm@chromium.org</owner> 16021 <owner>finkm@chromium.org</owner>
16022 <owner>dgn@chromium.org</owner> 16022 <owner>dgn@chromium.org</owner>
16023 <description>User closed the content suggestions UI.</description> 16023 <description>User closed the content suggestions UI.</description>
16024 </action> 16024 </action>
16025 16025
16026 <action name="Suggestions.SurfaceVisible"> 16026 <action name="Suggestions.SurfaceVisible" not_user_triggered="true">
16027 <owner>finkm@chromium.org</owner> 16027 <owner>finkm@chromium.org</owner>
16028 <owner>dgn@chromium.org</owner> 16028 <owner>dgn@chromium.org</owner>
16029 <description>User opened the content suggestions UI.</description> 16029 <description>User opened the content suggestions UI.</description>
16030 </action> 16030 </action>
16031 16031
16032 <action name="Suggestions.Tile.RemovalUndone"> 16032 <action name="Suggestions.Tile.RemovalUndone">
16033 <owner>mvanouwerkerk@chromium.org</owner> 16033 <owner>mvanouwerkerk@chromium.org</owner>
16034 <owner>galinap@google.com</owner> 16034 <owner>galinap@google.com</owner>
16035 <description> 16035 <description>
16036 Android: User tapped the undo button in the snackbar after removing a 16036 Android: User tapped the undo button in the snackbar after removing a
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
17119 <action name="webapps.AddShortcut.Manifest"> 17119 <action name="webapps.AddShortcut.Manifest">
17120 <owner>mlamouri@chromium.org</owner> 17120 <owner>mlamouri@chromium.org</owner>
17121 <description> 17121 <description>
17122 Shortcut added to the homescreen with a valid Manifest. This action will be 17122 Shortcut added to the homescreen with a valid Manifest. This action will be
17123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17124 to keep a trend of whether the webapp also add meta tags. 17124 to keep a trend of whether the webapp also add meta tags.
17125 </description> 17125 </description>
17126 </action> 17126 </action>
17127 17127
17128 </actions> 17128 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698