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

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: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura 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
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_Screen">
761 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
762 <description>Please enter the description of the metric.</description>
bruthig 2017/02/28 22:49:22 nit: Please document according to: https://chromiu
wutao 2017/02/28 23:44:44 I will add myself to be the owner. Please feel fre
763 </action>
764
760 <action name="Accel_Rotate_Window"> 765 <action name="Accel_Rotate_Window">
761 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 766 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
762 <description>Please enter the description of this user action.</description> 767 <description>Please enter the description of this user action.</description>
bruthig 2017/02/28 22:49:22 Can you please add a note here that 'Accel_Rotate_
wutao 2017/02/28 23:44:44 Will add the note. It could be M59 depends when I
763 </action> 768 </action>
764 769
765 <action name="Accel_Scale_Ui_Down"> 770 <action name="Accel_Scale_Ui_Down">
766 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 771 <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> 772 <description>Please enter the description of this user action.</description>
768 </action> 773 </action>
769 774
770 <action name="Accel_Scale_Ui_Reset"> 775 <action name="Accel_Scale_Ui_Reset">
771 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 776 <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> 777 <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"> 16402 <action name="webapps.AddShortcut.Manifest">
16398 <owner>mlamouri@chromium.org</owner> 16403 <owner>mlamouri@chromium.org</owner>
16399 <description> 16404 <description>
16400 Shortcut added to the homescreen with a valid Manifest. This action will be 16405 Shortcut added to the homescreen with a valid Manifest. This action will be
16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16406 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16402 to keep a trend of whether the webapp also add meta tags. 16407 to keep a trend of whether the webapp also add meta tags.
16403 </description> 16408 </description>
16404 </action> 16409 </action>
16405 16410
16406 </actions> 16411 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698