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

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

Issue 1909043002: Add UMA metrics for multi-window mode and multi-instance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from review 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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 </description> 848 </description>
849 </action> 849 </action>
850 850
851 <action name="AlertIndicatorButton_Unmute"> 851 <action name="AlertIndicatorButton_Unmute">
852 <owner>miu@chromium.org</owner> 852 <owner>miu@chromium.org</owner>
853 <description> 853 <description>
854 User clicked the tab alert indicator button to unmute the tab. 854 User clicked the tab alert indicator button to unmute the tab.
855 </description> 855 </description>
856 </action> 856 </action>
857 857
858 <action name="Android.MultiWindowMode.Enter">
859 <owner>twellington@chromium.org</owner>
860 <description>The activity entered Android N multi-window mode.</description>
861 </action>
862
863 <action name="Android.MultiWindowMode.Enter-SecondInstance">
864 <owner>twellington@chromium.org</owner>
865 <description>
866 The second activity instance (ChromeTabbedActivity2) entered Android N
867 multi-window mode. Recorded separately from Android.MultiWindowMode.Enter to
868 avoid double counting when two instances are running.
869 </description>
870 </action>
871
872 <action name="Android.MultiWindowMode.Exit">
873 <owner>twellington@chromium.org</owner>
874 <description>The activity exited Android N multi-window mode.</description>
875 </action>
876
877 <action name="Android.MultiWindowMode.Exit-SecondInstance">
878 <owner>twellington@chromium.org</owner>
879 <description>
880 The second activity instance (ChromeTabbedActivity2) exited Android N
881 multi-window mode. Recorded separately from Android.MultiWindowMode.Exit to
882 avoid double counting when two instances are running.
883 </description>
884 </action>
885
886 <action name="Android.MultiWindowMode.MultiInstance.Enter">
887 <owner>twellington@chromium.org</owner>
888 <description>
889 A second activity instance (ChromeTabbedActivity2) has been created in
890 Android N multi-window mode.
891 </description>
892 </action>
893
858 <action name="AppCloseButton_Clk"> 894 <action name="AppCloseButton_Clk">
859 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 895 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
860 <description>Please enter the description of this user action.</description> 896 <description>Please enter the description of this user action.</description>
861 </action> 897 </action>
862 898
863 <action name="AppList_AutoLaunchCanceled"> 899 <action name="AppList_AutoLaunchCanceled">
864 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 900 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
865 <description>Please enter the description of this user action.</description> 901 <description>Please enter the description of this user action.</description>
866 </action> 902 </action>
867 903
(...skipping 13493 matching lines...) Expand 10 before | Expand all | Expand 10 after
14361 <action name="webapps.AddShortcut.Manifest"> 14397 <action name="webapps.AddShortcut.Manifest">
14362 <owner>mlamouri@chromium.org</owner> 14398 <owner>mlamouri@chromium.org</owner>
14363 <description> 14399 <description>
14364 Shortcut added to the homescreen with a valid Manifest. This action will be 14400 Shortcut added to the homescreen with a valid Manifest. This action will be
14365 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14366 to keep a trend of whether the webapp also add meta tags. 14402 to keep a trend of whether the webapp also add meta tags.
14367 </description> 14403 </description>
14368 </action> 14404 </action>
14369 14405
14370 </actions> 14406 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698