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

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

Issue 2640333003: [Downloads UI] Implement search (Closed)
Patch Set: Explicitly handle empty downloads query Created 3 years, 11 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/javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 1122
1123 <action name="Android.DownloadManager.OpenDrawer"> 1123 <action name="Android.DownloadManager.OpenDrawer">
1124 <owner>dfalcantara@chromium.org</owner> 1124 <owner>dfalcantara@chromium.org</owner>
1125 <owner>twellington@chromium.org</owner> 1125 <owner>twellington@chromium.org</owner>
1126 <owner>ianwen@chromium.org</owner> 1126 <owner>ianwen@chromium.org</owner>
1127 <description> 1127 <description>
1128 User opened the navigation drawer in Chrome's download manager. 1128 User opened the navigation drawer in Chrome's download manager.
1129 </description> 1129 </description>
1130 </action> 1130 </action>
1131 1131
1132 <action name="Android.DownloadManager.Search">
1133 <owner>dfalcantara@chromium.org</owner>
1134 <owner>twellington@chromium.org</owner>
1135 <description>User initiated a search of their downloads.</description>
1136 </action>
1137
1132 <action name="Android.DownloadManager.SelectionEstablished"> 1138 <action name="Android.DownloadManager.SelectionEstablished">
1133 <owner>dfalcantara@chromium.org</owner> 1139 <owner>dfalcantara@chromium.org</owner>
1134 <owner>twellington@chromium.org</owner> 1140 <owner>twellington@chromium.org</owner>
1135 <owner>ianwen@chromium.org</owner> 1141 <owner>ianwen@chromium.org</owner>
1136 <description> 1142 <description>
1137 User established a long-press selection in Chrome's download manager. 1143 User established a long-press selection in Chrome's download manager.
1138 </description> 1144 </description>
1139 </action> 1145 </action>
1140 1146
1141 <action name="Android.DownloadManager.UndoDelete"> 1147 <action name="Android.DownloadManager.UndoDelete">
(...skipping 15204 matching lines...) Expand 10 before | Expand all | Expand 10 after
16346 <action name="webapps.AddShortcut.Manifest"> 16352 <action name="webapps.AddShortcut.Manifest">
16347 <owner>mlamouri@chromium.org</owner> 16353 <owner>mlamouri@chromium.org</owner>
16348 <description> 16354 <description>
16349 Shortcut added to the homescreen with a valid Manifest. This action will be 16355 Shortcut added to the homescreen with a valid Manifest. This action will be
16350 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16356 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16351 to keep a trend of whether the webapp also add meta tags. 16357 to keep a trend of whether the webapp also add meta tags.
16352 </description> 16358 </description>
16353 </action> 16359 </action>
16354 16360
16355 </actions> 16361 </actions>
OLDNEW
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698