| 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 <action name="AppList_VoiceSearchCanceled"> | 838 <action name="AppList_VoiceSearchCanceled"> |
| 839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 840 <description>Please enter the description of this user action.</description> | 840 <description>Please enter the description of this user action.</description> |
| 841 </action> | 841 </action> |
| 842 | 842 |
| 843 <action name="AppList_VoiceSearchStartedManually"> | 843 <action name="AppList_VoiceSearchStartedManually"> |
| 844 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 844 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 845 <description>Please enter the description of this user action.</description> | 845 <description>Please enter the description of this user action.</description> |
| 846 </action> | 846 </action> |
| 847 | 847 |
| 848 <action name="AsyncRevalidationCreated"> |
| 849 <owner>ricea@chromium.org</owner> |
| 850 <description>Number of async revalidations created.</description> |
| 851 </action> |
| 852 |
| 853 <action name="AsyncRevalidationRedirected"> |
| 854 <owner>ricea@chromium.org</owner> |
| 855 <description> |
| 856 Number of async revalidations that were cancelled due to receiving a |
| 857 redirect. |
| 858 </description> |
| 859 </action> |
| 860 |
| 861 <action name="AsyncRevalidationTimeout"> |
| 862 <owner>ricea@chromium.org</owner> |
| 863 <description> |
| 864 Number of async revalidations that failed due to timeout. |
| 865 </description> |
| 866 </action> |
| 867 |
| 848 <action name="AutoDetectChange"> | 868 <action name="AutoDetectChange"> |
| 849 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 869 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 850 <description>Please enter the description of this user action.</description> | 870 <description>Please enter the description of this user action.</description> |
| 851 </action> | 871 </action> |
| 852 | 872 |
| 853 <action name="AutomaticReset_WebUIBanner_BannerShown"> | 873 <action name="AutomaticReset_WebUIBanner_BannerShown"> |
| 854 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 874 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 855 <description>Please enter the description of this user action.</description> | 875 <description>Please enter the description of this user action.</description> |
| 856 </action> | 876 </action> |
| 857 | 877 |
| (...skipping 11832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12690 <action name="webapps.AddShortcut.Manifest"> | 12710 <action name="webapps.AddShortcut.Manifest"> |
| 12691 <owner>mlamouri@chromium.org</owner> | 12711 <owner>mlamouri@chromium.org</owner> |
| 12692 <description> | 12712 <description> |
| 12693 Shortcut added to the homescreen with a valid Manifest. This action will be | 12713 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 12694 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12714 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 12695 to keep a trend of whether the webapp also add meta tags. | 12715 to keep a trend of whether the webapp also add meta tags. |
| 12696 </description> | 12716 </description> |
| 12697 </action> | 12717 </action> |
| 12698 | 12718 |
| 12699 </actions> | 12719 </actions> |
| OLD | NEW |