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

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

Issue 2873373002: 📰 Appropriately mark actions not user triggered
Patch Set: Address comments 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 | « chrome/android/java/src/org/chromium/chrome/browser/snackbar/SnackbarCollection.java ('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 15293 matching lines...) Expand 10 before | Expand all | Expand 10 after
15304 Recorded when the user chooses to undo (abort) the sign in process. It 15304 Recorded when the user chooses to undo (abort) the sign in process. It
15305 closes sign in page without signing user in. 15305 closes sign in page without signing user in.
15306 </description> 15306 </description>
15307 </action> 15307 </action>
15308 15308
15309 <action name="SiteChipPress"> 15309 <action name="SiteChipPress">
15310 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15310 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15311 <description>Please enter the description of this user action.</description> 15311 <description>Please enter the description of this user action.</description>
15312 </action> 15312 </action>
15313 15313
15314 <action name="Snackbar.ButtonTapped">
15315 <owner>dgn@chromium.org</owner>
15316 <description>
15317 The user tapped on the snackbar button before it disappeared.
15318 </description>
15319 </action>
15320
15314 <action name="StackedTab_DragActiveTab"> 15321 <action name="StackedTab_DragActiveTab">
15315 <owner>bruthig@chromium.org</owner> 15322 <owner>bruthig@chromium.org</owner>
15316 <owner>tdanderson@chromium.org</owner> 15323 <owner>tdanderson@chromium.org</owner>
15317 <description> 15324 <description>
15318 Recorded when the active tab is dragged while the tabstrip is using a 15325 Recorded when the active tab is dragged while the tabstrip is using a
15319 stacked layout. The user performs this action in order to view tabs which 15326 stacked layout. The user performs this action in order to view tabs which
15320 are not currently visible within the tabstrip. Note this user action is only 15327 are not currently visible within the tabstrip. Note this user action is only
15321 recorded for platforms which use the Views toolkit. 15328 recorded for platforms which use the Views toolkit.
15322 </description> 15329 </description>
15323 </action> 15330 </action>
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
15916 </action> 15923 </action>
15917 15924
15918 <action name="Suggestions.Card.Tapped"> 15925 <action name="Suggestions.Card.Tapped">
15919 <owner>finkm@chromium.org</owner> 15926 <owner>finkm@chromium.org</owner>
15920 <owner>dgn@chromium.org</owner> 15927 <owner>dgn@chromium.org</owner>
15921 <description> 15928 <description>
15922 User tapped on a card in the content suggestions UI. 15929 User tapped on a card in the content suggestions UI.
15923 </description> 15930 </description>
15924 </action> 15931 </action>
15925 15932
15926 <action name="Suggestions.Category.Dismissed"> 15933 <action name="Suggestions.Category.Dismissed" not_user_triggered="true">
15927 <owner>finkm@chromium.org</owner>
15928 <owner>dgn@chromium.org</owner>
15929 <description>User dismissed a content suggestions category.</description>
15930 </action>
15931
15932 <action name="Suggestions.Category.Fetch">
15933 <owner>finkm@chromium.org</owner>
15934 <owner>dgn@chromium.org</owner>
15935 <description>User requested fetching more content suggestions.</description>
15936 </action>
15937
15938 <action name="Suggestions.Category.ViewAll">
15939 <owner>finkm@chromium.org</owner> 15934 <owner>finkm@chromium.org</owner>
15940 <owner>dgn@chromium.org</owner> 15935 <owner>dgn@chromium.org</owner>
15941 <description> 15936 <description>
15942 User navigated to the complete view of a content suggestions section. 15937 User dismissed a content suggestions category as the result of an action
15938 that is already separately recorded as user-triggered.
15943 </description> 15939 </description>
15944 </action> 15940 </action>
15945 15941
15946 <action name="Suggestions.Content.Dismissed"> 15942 <action name="Suggestions.Category.Fetch" not_user_triggered="true">
15947 <owner>finkm@chromium.org</owner> 15943 <owner>finkm@chromium.org</owner>
15948 <owner>dgn@chromium.org</owner> 15944 <owner>dgn@chromium.org</owner>
15949 <description>User dismissed a content suggestion.</description> 15945 <description>
15946 User requested fetching more content suggestions as the result of an action
15947 that is already separately recorded as user-triggered.
15948 </description>
15950 </action> 15949 </action>
15951 15950
15952 <action name="Suggestions.Content.Opened"> 15951 <action name="Suggestions.Category.ViewAll" not_user_triggered="true">
15953 <owner>finkm@chromium.org</owner> 15952 <owner>finkm@chromium.org</owner>
15954 <owner>dgn@chromium.org</owner> 15953 <owner>dgn@chromium.org</owner>
15955 <description>User opened a content suggestion.</description> 15954 <description>
15955 User navigated to the complete view of a content suggestions section as the
15956 result of an action that is already separately recorded as user-triggered.
15957 </description>
15958 </action>
15959
15960 <action name="Suggestions.Content.Dismissed" not_user_triggered="true">
15961 <owner>finkm@chromium.org</owner>
15962 <owner>dgn@chromium.org</owner>
15963 <description>
15964 User dismissed a content suggestion as the result of an action that is
15965 already separately recorded as user-triggered.
15966 </description>
15967 </action>
15968
15969 <action name="Suggestions.Content.Opened" not_user_triggered="true">
15970 <owner>finkm@chromium.org</owner>
15971 <owner>dgn@chromium.org</owner>
15972 <description>
15973 User opened a content suggestion as the result of an action that is already
15974 separately recorded as user-triggered.
15975 </description>
15956 </action> 15976 </action>
15957 15977
15958 <action name="Suggestions.ContextMenu.DownloadItem"> 15978 <action name="Suggestions.ContextMenu.DownloadItem">
15959 <owner>mvanouwerkerk@chromium.org</owner> 15979 <owner>mvanouwerkerk@chromium.org</owner>
15960 <owner>galinap@google.com</owner> 15980 <owner>galinap@google.com</owner>
15961 <description> 15981 <description>
15962 Android: User used the context menu to download a suggested item. 15982 Android: User used the context menu to download a suggested item.
15963 </description> 15983 </description>
15964 </action> 15984 </action>
15965 15985
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
15998 </action> 16018 </action>
15999 16019
16000 <action name="Suggestions.ContextMenu.Shown"> 16020 <action name="Suggestions.ContextMenu.Shown">
16001 <owner>mvanouwerkerk@chromium.org</owner> 16021 <owner>mvanouwerkerk@chromium.org</owner>
16002 <owner>galinap@google.com</owner> 16022 <owner>galinap@google.com</owner>
16003 <description> 16023 <description>
16004 Android: User opened the context menu on a suggested item. 16024 Android: User opened the context menu on a suggested item.
16005 </description> 16025 </description>
16006 </action> 16026 </action>
16007 16027
16008 <action name="Suggestions.Site.RemovalUndone"> 16028 <action name="Suggestions.Site.RemovalUndone" not_user_triggered="true">
16009 <owner>finkm@chromium.org</owner> 16029 <owner>finkm@chromium.org</owner>
16010 <owner>dgn@chromium.org</owner> 16030 <owner>dgn@chromium.org</owner>
16011 <description>User reverted the removal of a suggested site.</description> 16031 <description>
16032 User reverted the removal of a suggested site as the result of an action
16033 that is already separately recorded as user-triggered.
16034 </description>
16012 </action> 16035 </action>
16013 16036
16014 <action name="Suggestions.Site.Removed"> 16037 <action name="Suggestions.Site.Removed" not_user_triggered="true">
16015 <owner>finkm@chromium.org</owner> 16038 <owner>finkm@chromium.org</owner>
16016 <owner>dgn@chromium.org</owner> 16039 <owner>dgn@chromium.org</owner>
16017 <description>User removed a suggested site.</description> 16040 <description>
16041 User removed a suggested site as the result of an action that is already
16042 separately recorded as user-triggered.
16043 </description>
16018 </action> 16044 </action>
16019 16045
16020 <action name="Suggestions.SurfaceHidden"> 16046 <action name="Suggestions.SurfaceHidden" not_user_triggered="true">
16021 <owner>finkm@chromium.org</owner> 16047 <owner>finkm@chromium.org</owner>
16022 <owner>dgn@chromium.org</owner> 16048 <owner>dgn@chromium.org</owner>
16023 <description>User closed the content suggestions UI.</description> 16049 <description>
16050 The content suggestions UI got hidden as the result of a user action that is
16051 already separately recorded as user-triggered.
16052 </description>
16024 </action> 16053 </action>
16025 16054
16026 <action name="Suggestions.SurfaceVisible"> 16055 <action name="Suggestions.SurfaceVisible" not_user_triggered="true">
16027 <owner>finkm@chromium.org</owner> 16056 <owner>finkm@chromium.org</owner>
16028 <owner>dgn@chromium.org</owner> 16057 <owner>dgn@chromium.org</owner>
16029 <description>User opened the content suggestions UI.</description> 16058 <description>
16059 The content suggestions UI got shown as the result of a user action that is
16060 already separately recorded as user-triggered.
16061 </description>
16030 </action> 16062 </action>
16031 16063
16032 <action name="Suggestions.Tile.RemovalUndone"> 16064 <action name="Suggestions.Tile.RemovalUndone">
16033 <owner>mvanouwerkerk@chromium.org</owner> 16065 <owner>mvanouwerkerk@chromium.org</owner>
16034 <owner>galinap@google.com</owner> 16066 <owner>galinap@google.com</owner>
16035 <description> 16067 <description>
16036 Android: User tapped the undo button in the snackbar after removing a 16068 Android: User tapped the undo button in the snackbar after removing a
16037 suggested item. 16069 suggested item.
16038 </description> 16070 </description>
16039 <obsolete> 16071 <obsolete>
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
17119 <action name="webapps.AddShortcut.Manifest"> 17151 <action name="webapps.AddShortcut.Manifest">
17120 <owner>mlamouri@chromium.org</owner> 17152 <owner>mlamouri@chromium.org</owner>
17121 <description> 17153 <description>
17122 Shortcut added to the homescreen with a valid Manifest. This action will be 17154 Shortcut added to the homescreen with a valid Manifest. This action will be
17123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17155 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17124 to keep a trend of whether the webapp also add meta tags. 17156 to keep a trend of whether the webapp also add meta tags.
17125 </description> 17157 </description>
17126 </action> 17158 </action>
17127 17159
17128 </actions> 17160 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/snackbar/SnackbarCollection.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698