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

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

Issue 1394573003: chromeos: Add SurfaceServiceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 <action name="Accel_SelectPreviousTab"> 623 <action name="Accel_SelectPreviousTab">
624 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 624 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
625 <description>Please enter the description of this user action.</description> 625 <description>Please enter the description of this user action.</description>
626 </action> 626 </action>
627 627
628 <action name="Accel_Show_App_Menu"> 628 <action name="Accel_Show_App_Menu">
629 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 629 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
630 <description>Please enter the description of this user action.</description> 630 <description>Please enter the description of this user action.</description>
631 </action> 631 </action>
632 632
633 <action name="Accel_Show_Fullscreen_Test_Shell_Surface_Overlay">
634 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
635 <description>Please enter the description of this user action.</description>
636 </action>
637
633 <action name="Accel_Show_Keyboard_Overlay"> 638 <action name="Accel_Show_Keyboard_Overlay">
634 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 639 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
635 <description>Please enter the description of this user action.</description> 640 <description>Please enter the description of this user action.</description>
636 </action> 641 </action>
637 642
638 <action name="Accel_Show_Message_Center_Bubble"> 643 <action name="Accel_Show_Message_Center_Bubble">
639 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 644 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
640 <description>Please enter the description of this user action.</description> 645 <description>Please enter the description of this user action.</description>
641 </action> 646 </action>
642 647
643 <action name="Accel_Show_System_Tray_Bubble"> 648 <action name="Accel_Show_System_Tray_Bubble">
644 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 649 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
645 <description>Please enter the description of this user action.</description> 650 <description>Please enter the description of this user action.</description>
646 </action> 651 </action>
647 652
648 <action name="Accel_Show_Task_Manager"> 653 <action name="Accel_Show_Task_Manager">
649 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 654 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
650 <description>Please enter the description of this user action.</description> 655 <description>Please enter the description of this user action.</description>
651 </action> 656 </action>
652 657
658 <action name="Accel_Show_Test_Shell_Surface_Overlay">
659 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
660 <description>Please enter the description of this user action.</description>
661 </action>
662
653 <action name="Accel_ShutDown_PowerButton"> 663 <action name="Accel_ShutDown_PowerButton">
654 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 664 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
655 <description>Please enter the description of this user action.</description> 665 <description>Please enter the description of this user action.</description>
656 </action> 666 </action>
657 667
658 <action name="Accel_Silence_Spoken_Feedback"> 668 <action name="Accel_Silence_Spoken_Feedback">
659 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 669 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
660 <description>Please enter the description of this user action.</description> 670 <description>Please enter the description of this user action.</description>
661 </action> 671 </action>
662 672
(...skipping 12366 matching lines...) Expand 10 before | Expand all | Expand 10 after
13029 <action name="webapps.AddShortcut.Manifest"> 13039 <action name="webapps.AddShortcut.Manifest">
13030 <owner>mlamouri@chromium.org</owner> 13040 <owner>mlamouri@chromium.org</owner>
13031 <description> 13041 <description>
13032 Shortcut added to the homescreen with a valid Manifest. This action will be 13042 Shortcut added to the homescreen with a valid Manifest. This action will be
13033 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13043 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13034 to keep a trend of whether the webapp also add meta tags. 13044 to keep a trend of whether the webapp also add meta tags.
13035 </description> 13045 </description>
13036 </action> 13046 </action>
13037 13047
13038 </actions> 13048 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698