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

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

Issue 283313002: Ensure that any IPC sent from a child process that couldn't be deserialized causes that p… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 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 | Annotate | Revision Log
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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1040 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1041 <description>Please enter the description of this user action.</description> 1041 <description>Please enter the description of this user action.</description>
1042 </action> 1042 </action>
1043 1043
1044 <action name="BadMessageTerminate_BPGM"> 1044 <action name="BadMessageTerminate_BPGM">
1045 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1045 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1046 <description>Please enter the description of this user action.</description> 1046 <description>Please enter the description of this user action.</description>
1047 </action> 1047 </action>
1048 1048
1049 <action name="BadMessageTerminate_BRPH"> 1049 <action name="BadMessageTerminate_BRPH">
1050 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1050 <owner>jam@chromium.org</owner>
1051 <description>Please enter the description of this user action.</description> 1051 <description>Counts the number of times the renderer process is killed because
1052 of IPC deserialization failure.
1053 </description>
1052 </action> 1054 </action>
1053 1055
1054 <action name="BadMessageTerminate_DBMF"> 1056 <action name="BadMessageTerminate_DBMF">
1055 <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>
1056 <description>Please enter the description of this user action.</description> 1058 <description>Please enter the description of this user action.</description>
1057 </action> 1059 </action>
1058 1060
1059 <action name="BadMessageTerminate_DSMF"> 1061 <action name="BadMessageTerminate_DSMF">
1060 <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>
1061 <description>Please enter the description of this user action.</description> 1063 <description>Please enter the description of this user action.</description>
(...skipping 12 matching lines...) Expand all
1074 <action name="BadMessageTerminate_EFD"> 1076 <action name="BadMessageTerminate_EFD">
1075 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1077 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1076 <description>Please enter the description of this user action.</description> 1078 <description>Please enter the description of this user action.</description>
1077 </action> 1079 </action>
1078 1080
1079 <action name="BadMessageTerminate_FAMF"> 1081 <action name="BadMessageTerminate_FAMF">
1080 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1082 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1081 <description>Please enter the description of this user action.</description> 1083 <description>Please enter the description of this user action.</description>
1082 </action> 1084 </action>
1083 1085
1086 <action name="BadMessageTerminate_GPU">
1087 <owner>jam@chromium.org</owner>
1088 <description>Counts the number of times the GPU process is killed because of
1089 IPC deserialization failure.
1090 </description>
1091 </action>
1092
1084 <action name="BadMessageTerminate_IDBMF"> 1093 <action name="BadMessageTerminate_IDBMF">
1085 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1094 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1086 <description>Please enter the description of this user action.</description> 1095 <description>Please enter the description of this user action.</description>
1087 </action> 1096 </action>
1088 1097
1089 <action name="BadMessageTerminate_MIDI"> 1098 <action name="BadMessageTerminate_MIDI">
1090 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1099 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1091 <description>Please enter the description of this user action.</description> 1100 <description>Please enter the description of this user action.</description>
1092 </action> 1101 </action>
1093 1102
1094 <action name="BadMessageTerminate_NC"> 1103 <action name="BadMessageTerminate_NC">
1095 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1104 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1096 <description>Please enter the description of this user action.</description> 1105 <description>Please enter the description of this user action.</description>
1097 </action> 1106 </action>
1098 1107
1099 <action name="BadMessageTerminate_NC17"> 1108 <action name="BadMessageTerminate_NC17">
1100 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1109 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1101 <description>Please enter the description of this user action.</description> 1110 <description>Please enter the description of this user action.</description>
1102 </action> 1111 </action>
1103 1112
1113 <action name="BadMessageTerminate_NativeClientbroker">
1114 <owner>jam@chromium.org</owner>
1115 <description>Counts the number of times the NaCl broker process is killed
1116 because of IPC deserialization failure.
1117 </description>
1118 </action>
1119
1120 <action name="BadMessageTerminate_NativeClientmodule">
1121 <owner>jam@chromium.org</owner>
1122 <description>Counts the number of times the NaCl process is killed because of
1123 IPC deserialization failure.
1124 </description>
1125 </action>
1126
1127 <action name="BadMessageTerminate_PepperPlugin">
1128 <owner>jam@chromium.org</owner>
1129 <description>Counts the number of times the pepper process is killed because
1130 of IPC deserialization failure.
1131 </description>
1132 </action>
1133
1134 <action name="BadMessageTerminate_PepperPluginBroker">
1135 <owner>jam@chromium.org</owner>
1136 <description>Counts the number of times the pepper broker is killed because
1137 of IPC deserialization failure.
1138 </description>
1139 </action>
1140
1141 <action name="BadMessageTerminate_Plug-in">
1142 <owner>jam@chromium.org</owner>
1143 <description>Counts the number of times the NPAPI process is killed because
1144 of IPC deserialization failure.
1145 </description>
1146 </action>
1147
1104 <action name="BadMessageTerminate_RDH"> 1148 <action name="BadMessageTerminate_RDH">
1105 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1149 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1106 <description>Please enter the description of this user action.</description> 1150 <description>Please enter the description of this user action.</description>
1107 </action> 1151 </action>
1108 1152
1109 <action name="BadMessageTerminate_RFH"> 1153 <action name="BadMessageTerminate_RFH">
1110 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1154 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1111 <description>Please enter the description of this user action.</description> 1155 <description>Please enter the description of this user action.</description>
1112 </action> 1156 </action>
1113 1157
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 <action name="BadMessageTerminate_RWHVA1"> 1222 <action name="BadMessageTerminate_RWHVA1">
1179 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1223 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1180 <description>Please enter the description of this user action.</description> 1224 <description>Please enter the description of this user action.</description>
1181 </action> 1225 </action>
1182 1226
1183 <action name="BadMessageTerminate_RWHVA2"> 1227 <action name="BadMessageTerminate_RWHVA2">
1184 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1228 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1185 <description>Please enter the description of this user action.</description> 1229 <description>Please enter the description of this user action.</description>
1186 </action> 1230 </action>
1187 1231
1232 <action name="BadMessageTerminate_Sandboxhelper">
1233 <owner>jam@chromium.org</owner>
1234 <description>Counts the number of times the zygote process is killed because
1235 of IPC deserialization failure.
1236 </description>
1237 </action>
1238
1188 <action name="BadMessageTerminate_SharedMemoryAura"> 1239 <action name="BadMessageTerminate_SharedMemoryAura">
1189 <owner>jbauman@chromium.org</owner> 1240 <owner>jbauman@chromium.org</owner>
1190 <description> 1241 <description>
1191 Emitted when a renderer is terminated due to it attempting to swap a shared 1242 Emitted when a renderer is terminated due to it attempting to swap a shared
1192 memory surface in aura. 1243 memory surface in aura.
1193 </description> 1244 </description>
1194 </action> 1245 </action>
1195 1246
1196 <action name="BadMessageTerminate_SharedMemoryManager1"> 1247 <action name="BadMessageTerminate_SharedMemoryManager1">
1197 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1248 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1198 <description>Please enter the description of this user action.</description> 1249 <description>Please enter the description of this user action.</description>
1199 </action> 1250 </action>
1200 1251
1201 <action name="BadMessageTerminate_SharedMemoryManager2"> 1252 <action name="BadMessageTerminate_SharedMemoryManager2">
1202 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1253 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1203 <description>Please enter the description of this user action.</description> 1254 <description>Please enter the description of this user action.</description>
1204 </action> 1255 </action>
1205 1256
1206 <action name="BadMessageTerminate_UnexpectedFrameType"> 1257 <action name="BadMessageTerminate_UnexpectedFrameType">
1207 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1258 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1208 <description>Please enter the description of this user action.</description> 1259 <description>Please enter the description of this user action.</description>
1209 </action> 1260 </action>
1210 1261
1262 <action name="BadMessageTerminate_Utility">
1263 <owner>jam@chromium.org</owner>
1264 <description>Counts the number of times the utility process is killed because
1265 of IPC deserialization failure.
1266 </description>
1267 </action>
1268
1211 <action name="BadMessageTerminate_WPH"> 1269 <action name="BadMessageTerminate_WPH">
1212 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1270 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1213 <description>Please enter the description of this user action.</description> 1271 <description>Please enter the description of this user action.</description>
1214 </action> 1272 </action>
1215 1273
1274 <action name="BadMessageTerminate_WebWorker">
1275 <owner>jam@chromium.org</owner>
1276 <description>Counts the number of times the worker process is killed because
1277 of IPC deserialization failure.
1278 </description>
1279 </action>
1280
1281 <action name="BadMessageTerminate_Zygote">
1282 <owner>jam@chromium.org</owner>
1283 <description>Counts the number of times the zygote process is killed because
1284 of IPC deserialization failure.
1285 </description>
1286 </action>
1287
1216 <action name="BindingsMismatchTerminate_RVH_WebUI"> 1288 <action name="BindingsMismatchTerminate_RVH_WebUI">
1217 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1289 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1218 <description>Please enter the description of this user action.</description> 1290 <description>Please enter the description of this user action.</description>
1219 </action> 1291 </action>
1220 1292
1221 <action name="BindingsMismatch_GetProcessHostPerSite"> 1293 <action name="BindingsMismatch_GetProcessHostPerSite">
1222 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1294 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1223 <description>Please enter the description of this user action.</description> 1295 <description>Please enter the description of this user action.</description>
1224 </action> 1296 </action>
1225 1297
(...skipping 9830 matching lines...) Expand 10 before | Expand all | Expand 10 after
11056 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11128 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11057 <description>Please enter the description of this user action.</description> 11129 <description>Please enter the description of this user action.</description>
11058 </action> 11130 </action>
11059 11131
11060 <action name="webapps.AddShortcut.Bookmark"> 11132 <action name="webapps.AddShortcut.Bookmark">
11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11133 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11062 <description>Please enter the description of this user action.</description> 11134 <description>Please enter the description of this user action.</description>
11063 </action> 11135 </action>
11064 11136
11065 </actions> 11137 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698