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

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: changes on calling TakeScreenshot 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 </description>
713 </action>
714
708 <action name="Accel_Toggle_Caps_Lock"> 715 <action name="Accel_Toggle_Caps_Lock">
709 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 716 <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> 717 <description>Please enter the description of this user action.</description>
711 </action> 718 </action>
712 719
713 <action name="Accel_Toggle_Maximized"> 720 <action name="Accel_Toggle_Maximized">
714 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 721 <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> 722 <description>Please enter the description of this user action.</description>
716 </action> 723 </action>
717 724
(...skipping 11339 matching lines...) Expand 10 before | Expand all | Expand 10 after
12057 <action name="Screenshot_TakeFull"> 12064 <action name="Screenshot_TakeFull">
12058 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12065 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12059 <description>Please enter the description of this user action.</description> 12066 <description>Please enter the description of this user action.</description>
12060 </action> 12067 </action>
12061 12068
12062 <action name="Screenshot_TakePartial"> 12069 <action name="Screenshot_TakePartial">
12063 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12070 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12064 <description>Please enter the description of this user action.</description> 12071 <description>Please enter the description of this user action.</description>
12065 </action> 12072 </action>
12066 12073
12074 <action name="Screenshot_TakeWindow">
12075 <owner>warx@chromium.org</owner>
12076 <description>User initiates an active window screenshot.</description>
oshima 2016/04/13 23:05:37 "a window screenshot" I'll add a window selection
Qiang(Joe) Xu 2016/04/13 23:36:16 Done.
12077 </action>
12078
12067 <action name="SearchWithRLZ"> 12079 <action name="SearchWithRLZ">
12068 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12080 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12069 <description>Please enter the description of this user action.</description> 12081 <description>Please enter the description of this user action.</description>
12070 </action> 12082 </action>
12071 12083
12072 <action name="SearchWithoutRLZ"> 12084 <action name="SearchWithoutRLZ">
12073 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12085 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12074 <description>Please enter the description of this user action.</description> 12086 <description>Please enter the description of this user action.</description>
12075 </action> 12087 </action>
12076 12088
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
14044 <action name="webapps.AddShortcut.Manifest"> 14056 <action name="webapps.AddShortcut.Manifest">
14045 <owner>mlamouri@chromium.org</owner> 14057 <owner>mlamouri@chromium.org</owner>
14046 <description> 14058 <description>
14047 Shortcut added to the homescreen with a valid Manifest. This action will be 14059 Shortcut added to the homescreen with a valid Manifest. This action will be
14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14060 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14049 to keep a trend of whether the webapp also add meta tags. 14061 to keep a trend of whether the webapp also add meta tags.
14050 </description> 14062 </description>
14051 </action> 14063 </action>
14052 14064
14053 </actions> 14065 </actions>
OLDNEW
« chrome/app/chromeos_strings.grdp ('K') | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698