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

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

Issue 2871273002: 📰 Record the first scroll event on the recycler view (Closed)
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 | « chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsRecyclerView.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 15987 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.ScrolledAfterOpen">
16009 <owner>dgn@chromium.org</owner>
16010 <owner>finkm@chromium.org</owner>
16011 <description>
16012 Android: Recorded the first time the user scrolls after opening the
16013 suggestions UI.
16014 </description>
16015 </action>
16016
16008 <action name="Suggestions.Site.RemovalUndone"> 16017 <action name="Suggestions.Site.RemovalUndone">
16009 <owner>finkm@chromium.org</owner> 16018 <owner>finkm@chromium.org</owner>
16010 <owner>dgn@chromium.org</owner> 16019 <owner>dgn@chromium.org</owner>
16011 <description>User reverted the removal of a suggested site.</description> 16020 <description>User reverted the removal of a suggested site.</description>
16012 </action> 16021 </action>
16013 16022
16014 <action name="Suggestions.Site.Removed"> 16023 <action name="Suggestions.Site.Removed">
16015 <owner>finkm@chromium.org</owner> 16024 <owner>finkm@chromium.org</owner>
16016 <owner>dgn@chromium.org</owner> 16025 <owner>dgn@chromium.org</owner>
16017 <description>User removed a suggested site.</description> 16026 <description>User removed a suggested site.</description>
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
17119 <action name="webapps.AddShortcut.Manifest"> 17128 <action name="webapps.AddShortcut.Manifest">
17120 <owner>mlamouri@chromium.org</owner> 17129 <owner>mlamouri@chromium.org</owner>
17121 <description> 17130 <description>
17122 Shortcut added to the homescreen with a valid Manifest. This action will be 17131 Shortcut added to the homescreen with a valid Manifest. This action will be
17123 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17132 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17124 to keep a trend of whether the webapp also add meta tags. 17133 to keep a trend of whether the webapp also add meta tags.
17125 </description> 17134 </description>
17126 </action> 17135 </action>
17127 17136
17128 </actions> 17137 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsRecyclerView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698