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

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: 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 12159 matching lines...) Expand 10 before | Expand all | Expand 10 after
12170 <action name="WindowDrag_MaximizeLeft"> 12170 <action name="WindowDrag_MaximizeLeft">
12171 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12171 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12172 <description>Please enter the description of this user action.</description> 12172 <description>Please enter the description of this user action.</description>
12173 </action> 12173 </action>
12174 12174
12175 <action name="WindowDrag_MaximizeRight"> 12175 <action name="WindowDrag_MaximizeRight">
12176 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12176 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12177 <description>Please enter the description of this user action.</description> 12177 <description>Please enter the description of this user action.</description>
12178 </action> 12178 </action>
12179 12179
12180 <action name="WindowSelector_ActiveWindowChanged">
12181 <owner>tdanderson@chromium.org</owner>
12182 <owner>bruthig@chromium.org</owner>
12183 <description>
12184 Recorded when the window that is active prior to entering overview mode is
12185 different from the window that is active after exiting overview mode. Note
12186 that only normal windows (such as browser and app windows) and panel windows
12187 are considered, since these are the only window types shown in overview
12188 mode.
12189 </description>
12190 </action>
12191
12180 <action name="WindowSelector_Overview"> 12192 <action name="WindowSelector_Overview">
12181 <owner>tdanderson@chromium.org</owner> 12193 <owner>tdanderson@chromium.org</owner>
12182 <owner>flackr@chromium.org</owner> 12194 <owner>flackr@chromium.org</owner>
12183 <description>Starting the window overview mode.</description> 12195 <description>Starting the window overview mode.</description>
12184 </action> 12196 </action>
12185 12197
12186 <action name="WindowSelector_OverviewEnterKey"> 12198 <action name="WindowSelector_OverviewEnterKey">
12187 <owner>tdanderson@chromium.org</owner> 12199 <owner>tdanderson@chromium.org</owner>
12188 <owner>flackr@chromium.org</owner> 12200 <owner>flackr@chromium.org</owner>
12189 <description> 12201 <description>
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
12323 <action name="webapps.AddShortcut.Manifest"> 12335 <action name="webapps.AddShortcut.Manifest">
12324 <owner>mlamouri@chromium.org</owner> 12336 <owner>mlamouri@chromium.org</owner>
12325 <description> 12337 <description>
12326 Shortcut added to the homescreen with a valid Manifest. This action will be 12338 Shortcut added to the homescreen with a valid Manifest. This action will be
12327 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12339 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12328 to keep a trend of whether the webapp also add meta tags. 12340 to keep a trend of whether the webapp also add meta tags.
12329 </description> 12341 </description>
12330 </action> 12342 </action>
12331 12343
12332 </actions> 12344 </actions>
OLDNEW
« ash/wm/overview/window_selector_unittest.cc ('K') | « ash/wm/overview/window_selector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698