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

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

Issue 2131603004: [ash-md] Makes Ctrl+W accelerator close a selected window in overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Makes Ctrl+W accelerator close a selected window in overview mode (UMA) Created 4 years, 5 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
« no previous file with comments | « ash/wm/overview/window_selector_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 14808 matching lines...) Expand 10 before | Expand all | Expand 10 after
14819 different from the window that was active prior to entering overview mode. 14819 different from the window that was active prior to entering overview mode.
14820 </description> 14820 </description>
14821 </action> 14821 </action>
14822 14822
14823 <action name="WindowSelector_Overview"> 14823 <action name="WindowSelector_Overview">
14824 <owner>tdanderson@chromium.org</owner> 14824 <owner>tdanderson@chromium.org</owner>
14825 <owner>flackr@chromium.org</owner> 14825 <owner>flackr@chromium.org</owner>
14826 <description>Starting the window overview mode.</description> 14826 <description>Starting the window overview mode.</description>
14827 </action> 14827 </action>
14828 14828
14829 <action name="WindowSelector_OverviewCloseButton">
14830 <owner>tdanderson@chromium.org</owner>
14831 <owner>varkha@chromium.org</owner>
14832 <description>
14833 Using the 'X' button to close a window in the overview.
14834 </description>
14835 </action>
14836
14837 <action name="WindowSelector_OverviewCloseKey">
14838 <owner>tdanderson@chromium.org</owner>
14839 <owner>varkha@chromium.org</owner>
14840 <description>
14841 Using Ctrl+W shortcut to close a window in the overview.
14842 </description>
14843 </action>
14844
14829 <action name="WindowSelector_OverviewEnterKey"> 14845 <action name="WindowSelector_OverviewEnterKey">
14830 <owner>tdanderson@chromium.org</owner> 14846 <owner>tdanderson@chromium.org</owner>
14831 <owner>flackr@chromium.org</owner> 14847 <owner>flackr@chromium.org</owner>
14832 <description> 14848 <description>
14833 Using the enter key to select a window in the overview. 14849 Using the enter key to select a window in the overview.
14834 </description> 14850 </description>
14835 </action> 14851 </action>
14836 14852
14837 <action name="WindowSelector_Selection"> 14853 <action name="WindowSelector_Selection">
14838 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14854 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
14966 <action name="webapps.AddShortcut.Manifest"> 14982 <action name="webapps.AddShortcut.Manifest">
14967 <owner>mlamouri@chromium.org</owner> 14983 <owner>mlamouri@chromium.org</owner>
14968 <description> 14984 <description>
14969 Shortcut added to the homescreen with a valid Manifest. This action will be 14985 Shortcut added to the homescreen with a valid Manifest. This action will be
14970 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14986 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14971 to keep a trend of whether the webapp also add meta tags. 14987 to keep a trend of whether the webapp also add meta tags.
14972 </description> 14988 </description>
14973 </action> 14989 </action>
14974 14990
14975 </actions> 14991 </actions>
OLDNEW
« no previous file with comments | « 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