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

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

Issue 754013006: Add Bookmark All Tabs UMA metric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 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 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 <action name="Bold"> 1321 <action name="Bold">
1322 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1322 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1323 <description>Please enter the description of this user action.</description> 1323 <description>Please enter the description of this user action.</description>
1324 </action> 1324 </action>
1325 1325
1326 <action name="BookmarkAdded"> 1326 <action name="BookmarkAdded">
1327 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1327 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1328 <description>Please enter the description of this user action.</description> 1328 <description>Please enter the description of this user action.</description>
1329 </action> 1329 </action>
1330 1330
1331 <action name="BookmarkAllTabs">
1332 <owner>wittman@chromium.org</owner>
1333 <description>
1334 User selected Bookmark All Tabs... from anywhere in the UI.
Mark P 2014/11/25 04:56:21 nit: what do you mean by "..."? If you mean somet
Mike Wittman 2014/12/03 20:22:38 "Bookmark All Tabs..." is the actual text in the m
1335 </description>
1336 </action>
1337
1331 <action name="BookmarkBarFolder_CtxMenu"> 1338 <action name="BookmarkBarFolder_CtxMenu">
1332 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1339 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1333 <description>Please enter the description of this user action.</description> 1340 <description>Please enter the description of this user action.</description>
1334 </action> 1341 </action>
1335 1342
1336 <action name="BookmarkBarFolder_DragEnd"> 1343 <action name="BookmarkBarFolder_DragEnd">
1337 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1344 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1338 <description>Please enter the description of this user action.</description> 1345 <description>Please enter the description of this user action.</description>
1339 </action> 1346 </action>
1340 1347
(...skipping 9572 matching lines...) Expand 10 before | Expand all | Expand 10 after
10913 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10920 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10914 <description>Please enter the description of this user action.</description> 10921 <description>Please enter the description of this user action.</description>
10915 </action> 10922 </action>
10916 10923
10917 <action name="SystemBackForNavigation"> 10924 <action name="SystemBackForNavigation">
10918 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10925 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10919 <description>Please enter the description of this user action.</description> 10926 <description>Please enter the description of this user action.</description>
10920 </action> 10927 </action>
10921 10928
10922 <action name="TabContextMenu_BookmarkAllTabs"> 10929 <action name="TabContextMenu_BookmarkAllTabs">
10923 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10930 <owner>wittman@chromium.org</owner>
10924 <description>Please enter the description of this user action.</description> 10931 <description>
10932 User selected Bookmark All Tabs... from the tab context menu.
10933 </description>
10925 </action> 10934 </action>
10926 10935
10927 <action name="TabContextMenu_CloseOtherTabs"> 10936 <action name="TabContextMenu_CloseOtherTabs">
10928 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10937 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10929 <description>Please enter the description of this user action.</description> 10938 <description>Please enter the description of this user action.</description>
10930 </action> 10939 </action>
10931 10940
10932 <action name="TabContextMenu_CloseTab"> 10941 <action name="TabContextMenu_CloseTab">
10933 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10942 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10934 <description>Please enter the description of this user action.</description> 10943 <description>Please enter the description of this user action.</description>
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
11709 <action name="webapps.AddShortcut.Manifest"> 11718 <action name="webapps.AddShortcut.Manifest">
11710 <owner>mlamouri@chromium.org</owner> 11719 <owner>mlamouri@chromium.org</owner>
11711 <description> 11720 <description>
11712 Shortcut added to the homescreen with a valid Manifest. This action will be 11721 Shortcut added to the homescreen with a valid Manifest. This action will be
11713 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11722 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11714 to keep a trend of whether the webapp also add meta tags. 11723 to keep a trend of whether the webapp also add meta tags.
11715 </description> 11724 </description>
11716 </action> 11725 </action>
11717 11726
11718 </actions> 11727 </actions>
OLDNEW
« chrome/browser/ui/browser_commands.cc ('K') | « chrome/browser/ui/browser_commands.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698