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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 46579b97ef61be8c3657048c2036c2a459203789..fea52aedad9e901b292466345f1ac1fe2554229f 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2371,6 +2371,42 @@ should be able to be added at any place in this file.
<description>
Fired when a user drops a bookmark after a drag in the bookmark manager.
</description>
+ <obsolete>
+ Superseded by BookmarkManager_DropToList, BookmarkManager_DropToTree,
+ BookmarkManager_DropToListItem and BookmarkManager_DropToTreeItem.
+ </obsolete>
+</action>
+
+<action name="BookmarkManager_DropToList">
+ <owner>calamity@chromium.org</owner>
+ <description>
+ Fired when a user drops a bookmark into the bookmark list between other
+ items in the bookmark manager.
+ </description>
+</action>
+
+<action name="BookmarkManager_DropToListItem">
+ <owner>calamity@chromium.org</owner>
+ <description>
+ Fired when a user drops a bookmark directly onto a bookmark list item in the
+ bookmark manager.
+ </description>
+</action>
+
+<action name="BookmarkManager_DropToTree">
+ <owner>calamity@chromium.org</owner>
+ <description>
+ Fired when a user drops a bookmark into the bookmark tree between other
+ nodes in the bookmark manager.
+ </description>
+</action>
+
+<action name="BookmarkManager_DropToTreeItem">
+ <owner>calamity@chromium.org</owner>
+ <description>
+ Fired when a user drops a bookmark directly onto a bookmark tree item in the
+ bookmark manager.
+ </description>
</action>
<action name="BookmarkManager_Export">
@@ -2423,6 +2459,24 @@ should be able to be added at any place in this file.
<description>
Fired when a user starts a drag in the bookmark manager.
</description>
+ <obsolete>
+ Superseded by BookmarkManager_StartDragFromList and
+ BookmarkManager_StartDragFromTree.
+ </obsolete>
+</action>
+
+<action name="BookmarkManager_StartDragFromList">
+ <owner>calamity@chromium.org</owner>
+ <description>
+ Fired when a user starts a drag to the tree in the bookmark manager.
+ </description>
+</action>
+
+<action name="BookmarkManager_StartDragFromTree">
+ <owner>calamity@chromium.org</owner>
+ <description>
+ Fired when a user starts a drag from the tree in the bookmark manager.
+ </description>
</action>
<action name="BookmarkManager_Sync">
« 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