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

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

Issue 2512903002: Add bookmark bar/manager actions to track drag and drop. (Closed)
Patch Set: Created 4 years, 1 month 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
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 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2313 <action name="BookmarkManager_Command_UndoGlobal"> 2313 <action name="BookmarkManager_Command_UndoGlobal">
2314 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2314 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2315 <description>Please enter the description of this user action.</description> 2315 <description>Please enter the description of this user action.</description>
2316 </action> 2316 </action>
2317 2317
2318 <action name="BookmarkManager_Command_UndoNone"> 2318 <action name="BookmarkManager_Command_UndoNone">
2319 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2319 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2320 <description>Please enter the description of this user action.</description> 2320 <description>Please enter the description of this user action.</description>
2321 </action> 2321 </action>
2322 2322
2323 <action name="BookmarkManager_Drop">
2324 <owner>calamity@chromium.org</owner>
2325 <description>
2326 Fired when a user drops a bookmark after a drag in the bookmark manager.
2327 </description>
2328 </action>
2329
2323 <action name="BookmarkManager_Export"> 2330 <action name="BookmarkManager_Export">
2324 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2331 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2325 <description>Please enter the description of this user action.</description> 2332 <description>Please enter the description of this user action.</description>
2326 </action> 2333 </action>
2327 2334
2328 <action name="BookmarkManager_Import"> 2335 <action name="BookmarkManager_Import">
2329 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2336 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2330 <description>Please enter the description of this user action.</description> 2337 <description>Please enter the description of this user action.</description>
2331 </action> 2338 </action>
2332 2339
(...skipping 25 matching lines...) Expand all
2358 <action name="BookmarkManager_NavigateTo_SubFolder"> 2365 <action name="BookmarkManager_NavigateTo_SubFolder">
2359 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2366 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2360 <description>Please enter the description of this user action.</description> 2367 <description>Please enter the description of this user action.</description>
2361 </action> 2368 </action>
2362 2369
2363 <action name="BookmarkManager_Sort"> 2370 <action name="BookmarkManager_Sort">
2364 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2371 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2365 <description>Please enter the description of this user action.</description> 2372 <description>Please enter the description of this user action.</description>
2366 </action> 2373 </action>
2367 2374
2375 <action name="BookmarkManager_StartDrag">
2376 <owner>calamity@chromium.org</owner>
2377 <description>
2378 Fired when a user starts a drag in the bookmark manager.
2379 </description>
2380 </action>
2381
2368 <action name="BookmarkManager_Sync"> 2382 <action name="BookmarkManager_Sync">
2369 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2383 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2370 <description>Please enter the description of this user action.</description> 2384 <description>Please enter the description of this user action.</description>
2371 </action> 2385 </action>
2372 2386
2373 <action name="BookmarkMenu_clicked"> 2387 <action name="BookmarkMenu_clicked">
2374 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2388 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2375 <description>Please enter the description of this user action.</description> 2389 <description>Please enter the description of this user action.</description>
2376 </action> 2390 </action>
2377 2391
(...skipping 13525 matching lines...) Expand 10 before | Expand all | Expand 10 after
15903 <action name="webapps.AddShortcut.Manifest"> 15917 <action name="webapps.AddShortcut.Manifest">
15904 <owner>mlamouri@chromium.org</owner> 15918 <owner>mlamouri@chromium.org</owner>
15905 <description> 15919 <description>
15906 Shortcut added to the homescreen with a valid Manifest. This action will be 15920 Shortcut added to the homescreen with a valid Manifest. This action will be
15907 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15921 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15908 to keep a trend of whether the webapp also add meta tags. 15922 to keep a trend of whether the webapp also add meta tags.
15909 </description> 15923 </description>
15910 </action> 15924 </action>
15911 15925
15912 </actions> 15926 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698