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

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

Issue 2878773002: 📰 Add user action for the first time the UI is shown (Closed)
Patch Set: rebase, remove not_user_triggered 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/suggestions/SuggestionsMetrics.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 16071 matching lines...) Expand 10 before | Expand all | Expand 10 after
16082 </action> 16082 </action>
16083 16083
16084 <action name="Suggestions.ContextMenu.Shown"> 16084 <action name="Suggestions.ContextMenu.Shown">
16085 <owner>mvanouwerkerk@chromium.org</owner> 16085 <owner>mvanouwerkerk@chromium.org</owner>
16086 <owner>galinap@google.com</owner> 16086 <owner>galinap@google.com</owner>
16087 <description> 16087 <description>
16088 Android: User opened the context menu on a suggested item. 16088 Android: User opened the context menu on a suggested item.
16089 </description> 16089 </description>
16090 </action> 16090 </action>
16091 16091
16092 <action name="Suggestions.FirstTimeSurfaceVisible">
16093 <owner>finkm@chromium.org</owner>
16094 <owner>dgn@chromium.org</owner>
16095 <description>
16096 Recorded right before Suggestions.SurfaceVisible when this is the first time
16097 a suggestions surface is made visible to the user on that device.
16098 </description>
16099 </action>
16100
16092 <action name="Suggestions.ScrolledAfterOpen"> 16101 <action name="Suggestions.ScrolledAfterOpen">
16093 <owner>dgn@chromium.org</owner> 16102 <owner>dgn@chromium.org</owner>
16094 <owner>finkm@chromium.org</owner> 16103 <owner>finkm@chromium.org</owner>
16095 <description> 16104 <description>
16096 Android: Recorded the first time the user scrolls after opening the 16105 Android: Recorded the first time the user scrolls after opening the
16097 suggestions UI. 16106 suggestions UI.
16098 </description> 16107 </description>
16099 </action> 16108 </action>
16100 16109
16101 <action name="Suggestions.Site.RemovalUndone"> 16110 <action name="Suggestions.Site.RemovalUndone">
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
17236 <action name="webapps.AddShortcut.Manifest"> 17245 <action name="webapps.AddShortcut.Manifest">
17237 <owner>mlamouri@chromium.org</owner> 17246 <owner>mlamouri@chromium.org</owner>
17238 <description> 17247 <description>
17239 Shortcut added to the homescreen with a valid Manifest. This action will be 17248 Shortcut added to the homescreen with a valid Manifest. This action will be
17240 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17249 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17241 to keep a trend of whether the webapp also add meta tags. 17250 to keep a trend of whether the webapp also add meta tags.
17242 </description> 17251 </description>
17243 </action> 17252 </action>
17244 17253
17245 </actions> 17254 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsMetrics.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698