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 1827323002: Take screenshot of active window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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. 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 <action name="Accel_Take_Partial_Screenshot"> 698 <action name="Accel_Take_Partial_Screenshot">
699 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 699 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
700 <description>Please enter the description of this user action.</description> 700 <description>Please enter the description of this user action.</description>
701 </action> 701 </action>
702 702
703 <action name="Accel_Take_Screenshot"> 703 <action name="Accel_Take_Screenshot">
704 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 704 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
705 <description>Please enter the description of this user action.</description> 705 <description>Please enter the description of this user action.</description>
706 </action> 706 </action>
707 707
708 <action name="Accel_Take_Window_Screenshot">
709 <owner>warx@chromium.org</owner>
710 <description>
711 Metric recorded when shortcut key to initiate an active window screenshot
712 per kuscher@'s request.
713 </description>
714 </action>
715
708 <action name="Accel_Toggle_Caps_Lock"> 716 <action name="Accel_Toggle_Caps_Lock">
709 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
710 <description>Please enter the description of this user action.</description> 718 <description>Please enter the description of this user action.</description>
711 </action> 719 </action>
712 720
713 <action name="Accel_Toggle_Maximized"> 721 <action name="Accel_Toggle_Maximized">
714 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 722 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
715 <description>Please enter the description of this user action.</description> 723 <description>Please enter the description of this user action.</description>
716 </action> 724 </action>
717 725
(...skipping 11537 matching lines...) Expand 10 before | Expand all | Expand 10 after
12255 <action name="Screenshot_TakeFull"> 12263 <action name="Screenshot_TakeFull">
12256 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12264 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12257 <description>Please enter the description of this user action.</description> 12265 <description>Please enter the description of this user action.</description>
12258 </action> 12266 </action>
12259 12267
12260 <action name="Screenshot_TakePartial"> 12268 <action name="Screenshot_TakePartial">
12261 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12269 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12262 <description>Please enter the description of this user action.</description> 12270 <description>Please enter the description of this user action.</description>
12263 </action> 12271 </action>
12264 12272
12273 <action name="Screenshot_TakeWindow">
12274 <owner>warx@chromium.org</owner>
12275 <description>
12276 User initiates an active window screenshot, a window selection per
12277 kuscher@'s request.
12278 </description>
12279 </action>
12280
12265 <action name="SearchWithRLZ"> 12281 <action name="SearchWithRLZ">
12266 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12282 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12267 <description>Please enter the description of this user action.</description> 12283 <description>Please enter the description of this user action.</description>
12268 </action> 12284 </action>
12269 12285
12270 <action name="SearchWithoutRLZ"> 12286 <action name="SearchWithoutRLZ">
12271 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12287 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12272 <description>Please enter the description of this user action.</description> 12288 <description>Please enter the description of this user action.</description>
12273 </action> 12289 </action>
12274 12290
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
14250 <action name="webapps.AddShortcut.Manifest"> 14266 <action name="webapps.AddShortcut.Manifest">
14251 <owner>mlamouri@chromium.org</owner> 14267 <owner>mlamouri@chromium.org</owner>
14252 <description> 14268 <description>
14253 Shortcut added to the homescreen with a valid Manifest. This action will be 14269 Shortcut added to the homescreen with a valid Manifest. This action will be
14254 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14270 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14255 to keep a trend of whether the webapp also add meta tags. 14271 to keep a trend of whether the webapp also add meta tags.
14256 </description> 14272 </description>
14257 </action> 14273 </action>
14258 14274
14259 </actions> 14275 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698