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

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

Issue 2539363002: Add better Bookmark Manager drag and drop stats. (Closed)
Patch Set: re-add deleted actions 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 2353 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_Drop">
2370 <owner>calamity@chromium.org</owner> 2370 <owner>calamity@chromium.org</owner>
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 after a drag in the bookmark manager.
2373 </description> 2373 </description>
2374 <obsolete>
2375 Superseded by BookmarkManager_DropToList, BookmarkManager_DropToTree,
2376 BookmarkManager_DropToListItem and BookmarkManager_DropToTreeItem.
2377 </obsolete>
2378 </action>
2379
2380 <action name="BookmarkManager_DropToList">
2381 <owner>calamity@chromium.org</owner>
2382 <description>
2383 Fired when a user drops a bookmark into the bookmark list between other
2384 items in the bookmark manager.
2385 </description>
2386 </action>
2387
2388 <action name="BookmarkManager_DropToListItem">
2389 <owner>calamity@chromium.org</owner>
2390 <description>
2391 Fired when a user drops a bookmark directly onto a bookmark list item in the
2392 bookmark manager.
2393 </description>
2394 </action>
2395
2396 <action name="BookmarkManager_DropToTree">
2397 <owner>calamity@chromium.org</owner>
2398 <description>
2399 Fired when a user drops a bookmark into the bookmark tree between other
2400 nodes in the bookmark manager.
2401 </description>
2402 </action>
2403
2404 <action name="BookmarkManager_DropToTreeItem">
2405 <owner>calamity@chromium.org</owner>
2406 <description>
2407 Fired when a user drops a bookmark directly onto a bookmark tree item in the
2408 bookmark manager.
2409 </description>
2374 </action> 2410 </action>
2375 2411
2376 <action name="BookmarkManager_Export"> 2412 <action name="BookmarkManager_Export">
2377 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2413 <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> 2414 <description>Please enter the description of this user action.</description>
2379 </action> 2415 </action>
2380 2416
2381 <action name="BookmarkManager_Import"> 2417 <action name="BookmarkManager_Import">
2382 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2418 <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> 2419 <description>Please enter the description of this user action.</description>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 <action name="BookmarkManager_Sort"> 2452 <action name="BookmarkManager_Sort">
2417 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2453 <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> 2454 <description>Please enter the description of this user action.</description>
2419 </action> 2455 </action>
2420 2456
2421 <action name="BookmarkManager_StartDrag"> 2457 <action name="BookmarkManager_StartDrag">
2422 <owner>calamity@chromium.org</owner> 2458 <owner>calamity@chromium.org</owner>
2423 <description> 2459 <description>
2424 Fired when a user starts a drag in the bookmark manager. 2460 Fired when a user starts a drag in the bookmark manager.
2425 </description> 2461 </description>
2462 <obsolete>
2463 Superseded by BookmarkManager_StartDragFromList and
2464 BookmarkManager_StartDragFromTree.
2465 </obsolete>
2466 </action>
2467
2468 <action name="BookmarkManager_StartDragFromList">
2469 <owner>calamity@chromium.org</owner>
2470 <description>
2471 Fired when a user starts a drag to the tree in the bookmark manager.
2472 </description>
2473 </action>
2474
2475 <action name="BookmarkManager_StartDragFromTree">
2476 <owner>calamity@chromium.org</owner>
2477 <description>
2478 Fired when a user starts a drag from the tree in the bookmark manager.
2479 </description>
2426 </action> 2480 </action>
2427 2481
2428 <action name="BookmarkManager_Sync"> 2482 <action name="BookmarkManager_Sync">
2429 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2483 <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> 2484 <description>Please enter the description of this user action.</description>
2431 </action> 2485 </action>
2432 2486
2433 <action name="BookmarkMenu_clicked"> 2487 <action name="BookmarkMenu_clicked">
2434 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2488 <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> 2489 <description>Please enter the description of this user action.</description>
(...skipping 13544 matching lines...) Expand 10 before | Expand all | Expand 10 after
15980 <action name="webapps.AddShortcut.Manifest"> 16034 <action name="webapps.AddShortcut.Manifest">
15981 <owner>mlamouri@chromium.org</owner> 16035 <owner>mlamouri@chromium.org</owner>
15982 <description> 16036 <description>
15983 Shortcut added to the homescreen with a valid Manifest. This action will be 16037 Shortcut added to the homescreen with a valid Manifest. This action will be
15984 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16038 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15985 to keep a trend of whether the webapp also add meta tags. 16039 to keep a trend of whether the webapp also add meta tags.
15986 </description> 16040 </description>
15987 </action> 16041 </action>
15988 16042
15989 </actions> 16043 </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