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

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

Issue 1138703004: [iOS] Upstream CrashReportBackgroundUploader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tools/metrics/actions/actions.xml Created 5 years, 7 months 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. 9 and description for each user action.
10 10
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 <action name="BackMenu_ShowFullHistory"> 1056 <action name="BackMenu_ShowFullHistory">
1057 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1057 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1058 <description>Please enter the description of this user action.</description> 1058 <description>Please enter the description of this user action.</description>
1059 </action> 1059 </action>
1060 1060
1061 <action name="BackgroundImageCache"> 1061 <action name="BackgroundImageCache">
1062 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1062 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1063 <description>Please enter the description of this user action.</description> 1063 <description>Please enter the description of this user action.</description>
1064 </action> 1064 </action>
1065 1065
1066 <action name="BackgroundUploadReportAborted">
Alexei Svitkine (slow) 2015/05/13 14:33:53 Is this a new action being added or was it in the
sdefresne 2015/05/13 14:48:24 The action was in the downstream code and the acti
1067 <owner>olivierrobin@chromium.org</owner>
1068 <owner>pkl@chromium.org</owner>
1069 <description>
1070 An attempt to upload a crash report as a background task failed.
1071 </description>
1072 </action>
1073
1074 <action name="BackgroundUploadReportSucceeded">
1075 <owner>olivierrobin@chromium.org</owner>
1076 <owner>pkl@chromium.org</owner>
1077 <description>
1078 An attempt to upload a crash report as a background task succeeeded.
1079 </description>
1080 </action>
1081
1066 <action name="BadMessageTerminate_ACDH"> 1082 <action name="BadMessageTerminate_ACDH">
1067 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1083 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1068 <description>Please enter the description of this user action.</description> 1084 <description>Please enter the description of this user action.</description>
1069 </action> 1085 </action>
1070 1086
1071 <action name="BadMessageTerminate_AOF"> 1087 <action name="BadMessageTerminate_AOF">
1072 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1088 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1073 <description>Please enter the description of this user action.</description> 1089 <description>Please enter the description of this user action.</description>
1074 </action> 1090 </action>
1075 1091
(...skipping 11259 matching lines...) Expand 10 before | Expand all | Expand 10 after
12335 <action name="webapps.AddShortcut.Manifest"> 12351 <action name="webapps.AddShortcut.Manifest">
12336 <owner>mlamouri@chromium.org</owner> 12352 <owner>mlamouri@chromium.org</owner>
12337 <description> 12353 <description>
12338 Shortcut added to the homescreen with a valid Manifest. This action will be 12354 Shortcut added to the homescreen with a valid Manifest. This action will be
12339 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12355 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12340 to keep a trend of whether the webapp also add meta tags. 12356 to keep a trend of whether the webapp also add meta tags.
12341 </description> 12357 </description>
12342 </action> 12358 </action>
12343 12359
12344 </actions> 12360 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698