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

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

Issue 2720913003: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura (Closed)
Patch Set: Change the descriptions in actions.xml Created 3 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
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/display_options_handler.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. 9 and description for each user action.
10 10
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 <action name="Accel_Restart_PowerButton"> 750 <action name="Accel_Restart_PowerButton">
751 <owner>cschuet@chromium.org</owner> 751 <owner>cschuet@chromium.org</owner>
752 <description>User restarted the device.</description> 752 <description>User restarted the device.</description>
753 </action> 753 </action>
754 754
755 <action name="Accel_Restore_Tab"> 755 <action name="Accel_Restore_Tab">
756 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 756 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
757 <description>Please enter the description of this user action.</description> 757 <description>Please enter the description of this user action.</description>
758 </action> 758 </action>
759 759
760 <action name="Accel_Rotate_Active_Window">
761 <owner>wutao@chromium.org</owner>
762 <description>
763 Metric recorded when the user rotates the active window using the keyboard
764 shortcut. This metric was created in M58. All user actions of rotating the
765 active window using the keyboard shortcut prior to M58, were included in
766 Accel_Rotate_Window.
767 </description>
768 </action>
769
770 <action name="Accel_Rotate_Screen">
771 <owner>wutao@chromium.org</owner>
772 <description>
773 Metric recorded when the user rotates the screen using the keyboard
774 shortcut. This metric was created in M58. All user actions of rotating the
775 screen using the keyboard shortcut prior to M58, were included in
776 Accel_Rotate_Window.
777 </description>
778 </action>
779
760 <action name="Accel_Rotate_Window"> 780 <action name="Accel_Rotate_Window">
761 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 781 <owner>wutao@chromium.org</owner>
762 <description>Please enter the description of this user action.</description> 782 <description>
783 Metric recorded when the user rotates screen and active window using the
Mark P 2017/03/02 05:00:59 nit: and -> or ?
784 keyboard shortcut.
785 </description>
786 <obsolete>
787 Deprecated 03/2017. Replaced by Accel_Rotate_Screen and
788 Accel_Rotate_Active_Window.
789 </obsolete>
763 </action> 790 </action>
764 791
765 <action name="Accel_Scale_Ui_Down"> 792 <action name="Accel_Scale_Ui_Down">
766 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 793 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
767 <description>Please enter the description of this user action.</description> 794 <description>Please enter the description of this user action.</description>
768 </action> 795 </action>
769 796
770 <action name="Accel_Scale_Ui_Reset"> 797 <action name="Accel_Scale_Ui_Reset">
771 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 798 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
772 <description>Please enter the description of this user action.</description> 799 <description>Please enter the description of this user action.</description>
(...skipping 15624 matching lines...) Expand 10 before | Expand all | Expand 10 after
16397 <action name="webapps.AddShortcut.Manifest"> 16424 <action name="webapps.AddShortcut.Manifest">
16398 <owner>mlamouri@chromium.org</owner> 16425 <owner>mlamouri@chromium.org</owner>
16399 <description> 16426 <description>
16400 Shortcut added to the homescreen with a valid Manifest. This action will be 16427 Shortcut added to the homescreen with a valid Manifest. This action will be
16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16428 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16402 to keep a trend of whether the webapp also add meta tags. 16429 to keep a trend of whether the webapp also add meta tags.
16403 </description> 16430 </description>
16404 </action> 16431 </action>
16405 16432
16406 </actions> 16433 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698