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

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

Issue 1138253002: Add user action for changing the active window in Ash overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new approach Created 5 years, 7 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 12187 matching lines...) Expand 10 before | Expand all | Expand 10 after
12198 <action name="WindowDrag_MaximizeLeft"> 12198 <action name="WindowDrag_MaximizeLeft">
12199 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12199 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12200 <description>Please enter the description of this user action.</description> 12200 <description>Please enter the description of this user action.</description>
12201 </action> 12201 </action>
12202 12202
12203 <action name="WindowDrag_MaximizeRight"> 12203 <action name="WindowDrag_MaximizeRight">
12204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12205 <description>Please enter the description of this user action.</description> 12205 <description>Please enter the description of this user action.</description>
12206 </action> 12206 </action>
12207 12207
12208 <action name="WindowSelector_ActiveWindowChanged">
12209 <owner>tdanderson@chromium.org</owner>
12210 <owner>bruthig@chromium.org</owner>
12211 <description>
12212 Recorded when the user selects a window from Ash overview mode which is
12213 different from the window that was active prior to entering overview mode.
12214 </description>
12215 </action>
12216
12208 <action name="WindowSelector_Overview"> 12217 <action name="WindowSelector_Overview">
12209 <owner>tdanderson@chromium.org</owner> 12218 <owner>tdanderson@chromium.org</owner>
12210 <owner>flackr@chromium.org</owner> 12219 <owner>flackr@chromium.org</owner>
12211 <description>Starting the window overview mode.</description> 12220 <description>Starting the window overview mode.</description>
12212 </action> 12221 </action>
12213 12222
12214 <action name="WindowSelector_OverviewEnterKey"> 12223 <action name="WindowSelector_OverviewEnterKey">
12215 <owner>tdanderson@chromium.org</owner> 12224 <owner>tdanderson@chromium.org</owner>
12216 <owner>flackr@chromium.org</owner> 12225 <owner>flackr@chromium.org</owner>
12217 <description> 12226 <description>
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
12351 <action name="webapps.AddShortcut.Manifest"> 12360 <action name="webapps.AddShortcut.Manifest">
12352 <owner>mlamouri@chromium.org</owner> 12361 <owner>mlamouri@chromium.org</owner>
12353 <description> 12362 <description>
12354 Shortcut added to the homescreen with a valid Manifest. This action will be 12363 Shortcut added to the homescreen with a valid Manifest. This action will be
12355 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12364 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12356 to keep a trend of whether the webapp also add meta tags. 12365 to keep a trend of whether the webapp also add meta tags.
12357 </description> 12366 </description>
12358 </action> 12367 </action>
12359 12368
12360 </actions> 12369 </actions>
OLDNEW
« ash/wm/overview/window_selector_item.h ('K') | « ash/wm/overview/window_selector_item.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698