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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 <action name="AppList_VoiceSearchCanceled"> | 854 <action name="AppList_VoiceSearchCanceled"> |
855 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 855 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
856 <description>Please enter the description of this user action.</description> | 856 <description>Please enter the description of this user action.</description> |
857 </action> | 857 </action> |
858 | 858 |
859 <action name="AppList_VoiceSearchStartedManually"> | 859 <action name="AppList_VoiceSearchStartedManually"> |
860 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 860 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
861 <description>Please enter the description of this user action.</description> | 861 <description>Please enter the description of this user action.</description> |
862 </action> | 862 </action> |
863 | 863 |
| 864 <action name="AsyncRevalidationCreated"> |
| 865 <owner>ricea@chromium.org</owner> |
| 866 <description>Number of async revalidations created.</description> |
| 867 </action> |
| 868 |
| 869 <action name="AsyncRevalidationRedirected"> |
| 870 <owner>ricea@chromium.org</owner> |
| 871 <description> |
| 872 Number of async revalidations that were cancelled due to receiving a |
| 873 redirect. |
| 874 </description> |
| 875 </action> |
| 876 |
| 877 <action name="AsyncRevalidationTimeout"> |
| 878 <owner>ricea@chromium.org</owner> |
| 879 <description> |
| 880 Number of async revalidations that failed due to timeout. |
| 881 </description> |
| 882 </action> |
| 883 |
864 <action name="AutoDetectChange"> | 884 <action name="AutoDetectChange"> |
865 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 885 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
866 <description>Please enter the description of this user action.</description> | 886 <description>Please enter the description of this user action.</description> |
867 </action> | 887 </action> |
868 | 888 |
869 <action name="AutomaticReset_WebUIBanner_BannerShown"> | 889 <action name="AutomaticReset_WebUIBanner_BannerShown"> |
870 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 890 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
871 <description>Please enter the description of this user action.</description> | 891 <description>Please enter the description of this user action.</description> |
872 </action> | 892 </action> |
873 | 893 |
(...skipping 12313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13187 <action name="webapps.AddShortcut.Manifest"> | 13207 <action name="webapps.AddShortcut.Manifest"> |
13188 <owner>mlamouri@chromium.org</owner> | 13208 <owner>mlamouri@chromium.org</owner> |
13189 <description> | 13209 <description> |
13190 Shortcut added to the homescreen with a valid Manifest. This action will be | 13210 Shortcut added to the homescreen with a valid Manifest. This action will be |
13191 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13211 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13192 to keep a trend of whether the webapp also add meta tags. | 13212 to keep a trend of whether the webapp also add meta tags. |
13193 </description> | 13213 </description> |
13194 </action> | 13214 </action> |
13195 | 13215 |
13196 </actions> | 13216 </actions> |
OLD | NEW |