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 2539363002: Add better Bookmark Manager drag and drop stats. (Closed)
Patch Set: Created 4 years 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 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2359 <action name="BookmarkManager_Command_UndoGlobal"> 2359 <action name="BookmarkManager_Command_UndoGlobal">
2360 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2360 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2361 <description>Please enter the description of this user action.</description> 2361 <description>Please enter the description of this user action.</description>
2362 </action> 2362 </action>
2363 2363
2364 <action name="BookmarkManager_Command_UndoNone"> 2364 <action name="BookmarkManager_Command_UndoNone">
2365 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2365 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2366 <description>Please enter the description of this user action.</description> 2366 <description>Please enter the description of this user action.</description>
2367 </action> 2367 </action>
2368 2368
2369 <action name="BookmarkManager_Drop"> 2369 <action name="BookmarkManager_DropToList">
2370 <owner>calamity@chromium.org</owner> 2370 <owner>calamity@chromium.org</owner>
tsergeant 2016/12/02 04:44:19 I think these should be marked <obsolete> rather t
calamity 2016/12/05 00:12:19 Done.
2371 <description> 2371 <description>
2372 Fired when a user drops a bookmark after a drag in the bookmark manager. 2372 Fired when a user drops a bookmark into the bookmark list between other
2373 items in the bookmark manager.
2373 </description> 2374 </description>
2374 </action> 2375 </action>
2375 2376
2377 <action name="BookmarkManager_DropToListItem">
2378 <owner>calamity@chromium.org</owner>
2379 <description>
2380 Fired when a user drops a bookmark directly onto a bookmark list item in the
2381 bookmark manager.
2382 </description>
2383 </action>
2384
2385 <action name="BookmarkManager_DropToTree">
2386 <owner>calamity@chromium.org</owner>
2387 <description>
2388 Fired when a user drops a bookmark into the bookmark tree between other
2389 nodes in the bookmark manager.
2390 </description>
2391 </action>
2392
2393 <action name="BookmarkManager_DropToTreeItem">
2394 <owner>calamity@chromium.org</owner>
2395 <description>
2396 Fired when a user drops a bookmark directly onto a bookmark tree item in the
2397 bookmark manager.
2398 </description>
2399 </action>
2400
2376 <action name="BookmarkManager_Export"> 2401 <action name="BookmarkManager_Export">
2377 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2402 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2378 <description>Please enter the description of this user action.</description> 2403 <description>Please enter the description of this user action.</description>
2379 </action> 2404 </action>
2380 2405
2381 <action name="BookmarkManager_Import"> 2406 <action name="BookmarkManager_Import">
2382 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2407 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2383 <description>Please enter the description of this user action.</description> 2408 <description>Please enter the description of this user action.</description>
2384 </action> 2409 </action>
2385 2410
(...skipping 25 matching lines...) Expand all
2411 <action name="BookmarkManager_NavigateTo_SubFolder"> 2436 <action name="BookmarkManager_NavigateTo_SubFolder">
2412 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2437 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2413 <description>Please enter the description of this user action.</description> 2438 <description>Please enter the description of this user action.</description>
2414 </action> 2439 </action>
2415 2440
2416 <action name="BookmarkManager_Sort"> 2441 <action name="BookmarkManager_Sort">
2417 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2442 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2418 <description>Please enter the description of this user action.</description> 2443 <description>Please enter the description of this user action.</description>
2419 </action> 2444 </action>
2420 2445
2421 <action name="BookmarkManager_StartDrag"> 2446 <action name="BookmarkManager_StartDragFromList">
2422 <owner>calamity@chromium.org</owner> 2447 <owner>calamity@chromium.org</owner>
2423 <description> 2448 <description>
2424 Fired when a user starts a drag in the bookmark manager. 2449 Fired when a user starts a drag to the tree in the bookmark manager.
2425 </description> 2450 </description>
2426 </action> 2451 </action>
2427 2452
2453 <action name="BookmarkManager_StartDragFromTree">
2454 <owner>calamity@chromium.org</owner>
2455 <description>
2456 Fired when a user starts a drag from the tree in the bookmark manager.
2457 </description>
2458 </action>
2459
2428 <action name="BookmarkManager_Sync"> 2460 <action name="BookmarkManager_Sync">
2429 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2461 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2430 <description>Please enter the description of this user action.</description> 2462 <description>Please enter the description of this user action.</description>
2431 </action> 2463 </action>
2432 2464
2433 <action name="BookmarkMenu_clicked"> 2465 <action name="BookmarkMenu_clicked">
2434 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2466 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2435 <description>Please enter the description of this user action.</description> 2467 <description>Please enter the description of this user action.</description>
2436 </action> 2468 </action>
2437 2469
(...skipping 13542 matching lines...) Expand 10 before | Expand all | Expand 10 after
15980 <action name="webapps.AddShortcut.Manifest"> 16012 <action name="webapps.AddShortcut.Manifest">
15981 <owner>mlamouri@chromium.org</owner> 16013 <owner>mlamouri@chromium.org</owner>
15982 <description> 16014 <description>
15983 Shortcut added to the homescreen with a valid Manifest. This action will be 16015 Shortcut added to the homescreen with a valid Manifest. This action will be
15984 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16016 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15985 to keep a trend of whether the webapp also add meta tags. 16017 to keep a trend of whether the webapp also add meta tags.
15986 </description> 16018 </description>
15987 </action> 16019 </action>
15988 16020
15989 </actions> 16021 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/js/dnd.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698