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

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

Issue 320303002: Added UMA stats to overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months 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 10934 matching lines...) Expand 10 before | Expand all | Expand 10 after
10945 <action name="Win8MetroRestart"> 10945 <action name="Win8MetroRestart">
10946 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10946 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10947 <description>Please enter the description of this user action.</description> 10947 <description>Please enter the description of this user action.</description>
10948 </action> 10948 </action>
10949 10949
10950 <action name="WindowBorder_ClickTogglesSingleAxisMaximize"> 10950 <action name="WindowBorder_ClickTogglesSingleAxisMaximize">
10951 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10951 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10952 <description>Please enter the description of this user action.</description> 10952 <description>Please enter the description of this user action.</description>
10953 </action> 10953 </action>
10954 10954
10955 <action name="WindowCycleController_Cycle">
10956 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10957 <description>Please enter the description of the metric.</description>
10958 </action>
10959
10955 <action name="WindowDrag_MaximizeLeft"> 10960 <action name="WindowDrag_MaximizeLeft">
10956 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10961 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10957 <description>Please enter the description of this user action.</description> 10962 <description>Please enter the description of this user action.</description>
10958 </action> 10963 </action>
10959 10964
10960 <action name="WindowDrag_MaximizeRight"> 10965 <action name="WindowDrag_MaximizeRight">
10961 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10966 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10962 <description>Please enter the description of this user action.</description> 10967 <description>Please enter the description of this user action.</description>
10963 </action> 10968 </action>
10964 10969
10965 <action name="WindowSelector_Overview"> 10970 <action name="WindowSelector_Overview">
10966 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10971 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10967 <description>Please enter the description of this user action.</description> 10972 <description>Please enter the description of this user action.</description>
10968 </action> 10973 </action>
10969 10974
10970 <action name="WindowSelector_Selection"> 10975 <action name="WindowSelector_OverviewEnterKey">
10971 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10976 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10972 <description>Please enter the description of this user action.</description> 10977 <description>Please enter the description of the metric.</description>
tdanderson 2014/06/09 17:50:46 Why are you making the <description> text differen
Nina 2014/06/09 18:12:50 Well, the automatic tool that extracts these tags
10973 </action> 10978 </action>
10974 10979
10975 <action name="WorkerProcess_BadProcessToKill"> 10980 <action name="WorkerProcess_BadProcessToKill">
10976 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10981 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10977 <description>Please enter the description of this user action.</description> 10982 <description>Please enter the description of this user action.</description>
10978 </action> 10983 </action>
10979 10984
10980 <action name="ZoomMinus"> 10985 <action name="ZoomMinus">
10981 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10986 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10982 <description>Please enter the description of this user action.</description> 10987 <description>Please enter the description of this user action.</description>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
11056 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11057 <description>Please enter the description of this user action.</description> 11062 <description>Please enter the description of this user action.</description>
11058 </action> 11063 </action>
11059 11064
11060 <action name="webapps.AddShortcut.Bookmark"> 11065 <action name="webapps.AddShortcut.Bookmark">
11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11066 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11062 <description>Please enter the description of this user action.</description> 11067 <description>Please enter the description of this user action.</description>
11063 </action> 11068 </action>
11064 11069
11065 </actions> 11070 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698