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

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, 9 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>Please list the metric's owners. Add more owner tags as needed.</owner>
sky 2016/03/25 15:27:53 HA! You are suppose to fill this in!
Qiang(Joe) Xu 2016/03/25 19:09:40 done. It is interesting that most of them just use
Mark P 2016/03/25 21:05:02 Most of these actions predate the existence of a d
710 <description>Please enter the description of this user action.</description>
711 </action>
712
708 <action name="Accel_Toggle_Caps_Lock"> 713 <action name="Accel_Toggle_Caps_Lock">
709 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 714 <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> 715 <description>Please enter the description of this user action.</description>
711 </action> 716 </action>
712 717
713 <action name="Accel_Toggle_Maximized"> 718 <action name="Accel_Toggle_Maximized">
714 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 719 <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> 720 <description>Please enter the description of this user action.</description>
716 </action> 721 </action>
717 722
(...skipping 11273 matching lines...) Expand 10 before | Expand all | Expand 10 after
11991 <action name="Screenshot_TakeFull"> 11996 <action name="Screenshot_TakeFull">
11992 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11997 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11993 <description>Please enter the description of this user action.</description> 11998 <description>Please enter the description of this user action.</description>
11994 </action> 11999 </action>
11995 12000
11996 <action name="Screenshot_TakePartial"> 12001 <action name="Screenshot_TakePartial">
11997 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12002 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11998 <description>Please enter the description of this user action.</description> 12003 <description>Please enter the description of this user action.</description>
11999 </action> 12004 </action>
12000 12005
12006 <action name="Screenshot_TakeWindow">
12007 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12008 <description>Please enter the description of this user action.</description>
12009 </action>
12010
12001 <action name="SearchWithRLZ"> 12011 <action name="SearchWithRLZ">
12002 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12012 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12003 <description>Please enter the description of this user action.</description> 12013 <description>Please enter the description of this user action.</description>
12004 </action> 12014 </action>
12005 12015
12006 <action name="SearchWithoutRLZ"> 12016 <action name="SearchWithoutRLZ">
12007 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12017 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12008 <description>Please enter the description of this user action.</description> 12018 <description>Please enter the description of this user action.</description>
12009 </action> 12019 </action>
12010 12020
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
13978 <action name="webapps.AddShortcut.Manifest"> 13988 <action name="webapps.AddShortcut.Manifest">
13979 <owner>mlamouri@chromium.org</owner> 13989 <owner>mlamouri@chromium.org</owner>
13980 <description> 13990 <description>
13981 Shortcut added to the homescreen with a valid Manifest. This action will be 13991 Shortcut added to the homescreen with a valid Manifest. This action will be
13982 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13992 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13983 to keep a trend of whether the webapp also add meta tags. 13993 to keep a trend of whether the webapp also add meta tags.
13984 </description> 13994 </description>
13985 </action> 13995 </action>
13986 13996
13987 </actions> 13997 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698