OLD | NEW |
---|---|
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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
929 </action> | 929 </action> |
930 | 930 |
931 <action name="Android.MultiWindowMode.MultiInstance.Enter"> | 931 <action name="Android.MultiWindowMode.MultiInstance.Enter"> |
932 <owner>twellington@chromium.org</owner> | 932 <owner>twellington@chromium.org</owner> |
933 <description> | 933 <description> |
934 A second activity instance (ChromeTabbedActivity2) has been created in | 934 A second activity instance (ChromeTabbedActivity2) has been created in |
935 Android N multi-window mode. | 935 Android N multi-window mode. |
936 </description> | 936 </description> |
937 </action> | 937 </action> |
938 | 938 |
939 <action name="AndroidManageSpace"> | |
Theresa
2016/06/29 01:24:45
nit: Android.ManageSpace?
dmurph
2016/06/29 19:17:39
Done.
| |
940 <owner>dmurph@chromium.org</owner> | |
941 <description> | |
942 This is recorded when the user navigates to 'Manage Space' from the Android | |
943 settings for Chrome. | |
944 </description> | |
945 </action> | |
946 | |
939 <action name="AppCloseButton_Clk"> | 947 <action name="AppCloseButton_Clk"> |
940 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 948 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
941 <description>Please enter the description of this user action.</description> | 949 <description>Please enter the description of this user action.</description> |
942 </action> | 950 </action> |
943 | 951 |
944 <action name="AppList_AutoLaunchCanceled"> | 952 <action name="AppList_AutoLaunchCanceled"> |
945 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 953 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
946 <description>Please enter the description of this user action.</description> | 954 <description>Please enter the description of this user action.</description> |
947 </action> | 955 </action> |
948 | 956 |
(...skipping 12546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13495 Recorded when the user chooses to undo (abort) the sign in process. It | 13503 Recorded when the user chooses to undo (abort) the sign in process. It |
13496 closes sign in page without signing user in. | 13504 closes sign in page without signing user in. |
13497 </description> | 13505 </description> |
13498 </action> | 13506 </action> |
13499 | 13507 |
13500 <action name="SiteChipPress"> | 13508 <action name="SiteChipPress"> |
13501 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13509 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
13502 <description>Please enter the description of this user action.</description> | 13510 <description>Please enter the description of this user action.</description> |
13503 </action> | 13511 </action> |
13504 | 13512 |
13513 <action name="SiteSettings_Storage_ClearAll"> | |
Theresa
2016/06/29 01:24:45
nit: Use MobileWebsiteSettings in the name to matc
dmurph
2016/06/29 19:17:39
Done.
| |
13514 <owner>dmurph@chromium.org</owner> | |
13515 <description> | |
13516 Recorded when the user clicks on the 'Clear All' button in the Storage | |
13517 section of sites settings. | |
13518 </description> | |
13519 </action> | |
13520 | |
13505 <action name="StackedTab_DragActiveTab"> | 13521 <action name="StackedTab_DragActiveTab"> |
13506 <owner>bruthig@chromium.org</owner> | 13522 <owner>bruthig@chromium.org</owner> |
13507 <owner>tdanderson@chromium.org</owner> | 13523 <owner>tdanderson@chromium.org</owner> |
13508 <description> | 13524 <description> |
13509 Recorded when the active tab is dragged while the tabstrip is using a | 13525 Recorded when the active tab is dragged while the tabstrip is using a |
13510 stacked layout. The user performs this action in order to view tabs which | 13526 stacked layout. The user performs this action in order to view tabs which |
13511 are not currently visible within the tabstrip. Note this user action is only | 13527 are not currently visible within the tabstrip. Note this user action is only |
13512 recorded for platforms which use the Views toolkit. | 13528 recorded for platforms which use the Views toolkit. |
13513 </description> | 13529 </description> |
13514 </action> | 13530 </action> |
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
14862 <action name="webapps.AddShortcut.Manifest"> | 14878 <action name="webapps.AddShortcut.Manifest"> |
14863 <owner>mlamouri@chromium.org</owner> | 14879 <owner>mlamouri@chromium.org</owner> |
14864 <description> | 14880 <description> |
14865 Shortcut added to the homescreen with a valid Manifest. This action will be | 14881 Shortcut added to the homescreen with a valid Manifest. This action will be |
14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14882 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
14867 to keep a trend of whether the webapp also add meta tags. | 14883 to keep a trend of whether the webapp also add meta tags. |
14868 </description> | 14884 </description> |
14869 </action> | 14885 </action> |
14870 | 14886 |
14871 </actions> | 14887 </actions> |
OLD | NEW |