| 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="AsyncRevalidationReadTimeout"> |
| 870 <owner>ricea@chromium.org</owner> |
| 871 <description> |
| 872 Number of async revalidations that timed out while reading the body. |
| 873 </description> |
| 874 </action> |
| 875 |
| 876 <action name="AsyncRevalidationRedirected"> |
| 877 <owner>ricea@chromium.org</owner> |
| 878 <description> |
| 879 Number of async revalidations that were cancelled due to receiving a |
| 880 redirect. |
| 881 </description> |
| 882 </action> |
| 883 |
| 884 <action name="AsyncRevalidationResponseTimeout"> |
| 885 <owner>ricea@chromium.org</owner> |
| 886 <description> |
| 887 Number of async revalidations that timed out before receiving a response. |
| 888 </description> |
| 889 </action> |
| 890 |
| 864 <action name="AutoDetectChange"> | 891 <action name="AutoDetectChange"> |
| 865 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 892 <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> | 893 <description>Please enter the description of this user action.</description> |
| 867 </action> | 894 </action> |
| 868 | 895 |
| 869 <action name="AutomaticReset_WebUIBanner_BannerShown"> | 896 <action name="AutomaticReset_WebUIBanner_BannerShown"> |
| 870 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 897 <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> | 898 <description>Please enter the description of this user action.</description> |
| 872 </action> | 899 </action> |
| 873 | 900 |
| (...skipping 12382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13256 <action name="webapps.AddShortcut.Manifest"> | 13283 <action name="webapps.AddShortcut.Manifest"> |
| 13257 <owner>mlamouri@chromium.org</owner> | 13284 <owner>mlamouri@chromium.org</owner> |
| 13258 <description> | 13285 <description> |
| 13259 Shortcut added to the homescreen with a valid Manifest. This action will be | 13286 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 13260 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13287 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 13261 to keep a trend of whether the webapp also add meta tags. | 13288 to keep a trend of whether the webapp also add meta tags. |
| 13262 </description> | 13289 </description> |
| 13263 </action> | 13290 </action> |
| 13264 | 13291 |
| 13265 </actions> | 13292 </actions> |
| OLD | NEW |