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

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

Issue 1041993004: content::ResourceDispatcherHostImpl changes for stale-while-revalidate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-yhirano-patch
Patch Set: Remove Driver::CancelRequest(). Simplify tests. Created 5 years 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 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
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698