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

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

Issue 1009583004: Add UMA histograms and logging for bad IPC message handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 <action name="BadMessageTerminate_ACDH"> 1066 <action name="BadMessageTerminate_ACDH">
1067 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1067 <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> 1068 <description>Please enter the description of this user action.</description>
1069 </action> 1069 </action>
1070 1070
1071 <action name="BadMessageTerminate_AOF"> 1071 <action name="BadMessageTerminate_AOF">
1072 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1072 <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> 1073 <description>Please enter the description of this user action.</description>
1074 </action> 1074 </action>
1075 1075
1076 <action name="BadMessageTerminate_BH1">
1077 <owner>jamescook@chromium.org</owner>
1078 <description>
1079 A renderer was killed due to a bad IPC detected in BlobHolder.
1080 </description>
1081 </action>
1082
1076 <action name="BadMessageTerminate_BMF"> 1083 <action name="BadMessageTerminate_BMF">
1077 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1084 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1078 <description>Please enter the description of this user action.</description> 1085 <description>Please enter the description of this user action.</description>
1079 </action> 1086 </action>
1080 1087
1081 <action name="BadMessageTerminate_BPE"> 1088 <action name="BadMessageTerminate_BPE">
1082 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1089 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1083 <description>Please enter the description of this user action.</description> 1090 <description>Please enter the description of this user action.</description>
1084 </action> 1091 </action>
1085 1092
(...skipping 25 matching lines...) Expand all
1111 <action name="BadMessageTerminate_DSMF_2"> 1118 <action name="BadMessageTerminate_DSMF_2">
1112 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1119 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1113 <description>Please enter the description of this user action.</description> 1120 <description>Please enter the description of this user action.</description>
1114 </action> 1121 </action>
1115 1122
1116 <action name="BadMessageTerminate_EFD"> 1123 <action name="BadMessageTerminate_EFD">
1117 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1124 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1118 <description>Please enter the description of this user action.</description> 1125 <description>Please enter the description of this user action.</description>
1119 </action> 1126 </action>
1120 1127
1128 <action name="BadMessageTerminate_EH1">
1129 <owner>jamescook@chromium.org</owner>
1130 <description>
1131 A renderer was killed due to a bad IPC detected in ExtensionHost.
1132 </description>
1133 </action>
1134
1121 <action name="BadMessageTerminate_EOG"> 1135 <action name="BadMessageTerminate_EOG">
1122 <owner>kalman@chromium.org</owner> 1136 <owner>kalman@chromium.org</owner>
1123 <owner>fsamuel@chromium.org</owner> 1137 <owner>fsamuel@chromium.org</owner>
1124 <description> 1138 <description>
1125 Indicates that an ExtensionOptionsGuest was terminated due to a navigation 1139 Indicates that an ExtensionOptionsGuest was terminated due to a navigation
1126 to an origin other than the extension it is embedding. 1140 to an origin other than the extension it is embedding.
1127 </description> 1141 </description>
1128 </action> 1142 </action>
1129 1143
1130 <action name="BadMessageTerminate_EVG"> 1144 <action name="BadMessageTerminate_EVG">
1131 <owner>fsamuel@chromium.org</owner> 1145 <owner>fsamuel@chromium.org</owner>
1132 <description> 1146 <description>
1133 Indicates that an ExtensionViewGuest was terminated due to a navigation to 1147 Indicates that an ExtensionViewGuest was terminated due to a navigation to
1134 an origin other than the extension it is embedding. 1148 an origin other than the extension it is embedding.
1135 </description> 1149 </description>
1136 </action> 1150 </action>
1137 1151
1138 <action name="BadMessageTerminate_FAMF"> 1152 <action name="BadMessageTerminate_FAMF">
1139 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1140 <description>Please enter the description of this user action.</description> 1154 <description>Please enter the description of this user action.</description>
1141 </action> 1155 </action>
1142 1156
1143 <action name="BadMessageTerminate_IDBMF"> 1157 <action name="BadMessageTerminate_IDBMF">
1144 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1145 <description>Please enter the description of this user action.</description> 1159 <description>Please enter the description of this user action.</description>
1146 </action> 1160 </action>
1147 1161
1162 <action name="BadMessageTerminate_KillEmbeddedWorker">
1163 <owner>scheib@chromium.org</owner>
1164 <description>A service worker process was unexpectedly killed.</description>
1165 </action>
1166
1148 <action name="BadMessageTerminate_MIDI"> 1167 <action name="BadMessageTerminate_MIDI">
1149 <owner>toyoshim@chromium.org</owner> 1168 <owner>toyoshim@chromium.org</owner>
1150 <description> 1169 <description>
1151 Indicates that an IPC message to send a SysEx MIDI message is received from 1170 Indicates that an IPC message to send a SysEx MIDI message is received from
1152 a renderer that is not permitted to send a SysEx MIDI message. 1171 a renderer that is not permitted to send a SysEx MIDI message.
1153 </description> 1172 </description>
1154 </action> 1173 </action>
1155 1174
1156 <action name="BadMessageTerminate_MIDIPort"> 1175 <action name="BadMessageTerminate_MIDIPort">
1157 <owner>toyoshim@chromium.org</owner> 1176 <owner>toyoshim@chromium.org</owner>
1158 <description> 1177 <description>
1159 Indicates that an IPC message to send a MIDI message against out of range 1178 Indicates that an IPC message to send a MIDI message against out of range
1160 output port is received from a renderer. 1179 output port is received from a renderer.
1161 </description> 1180 </description>
1162 </action> 1181 </action>
1163 1182
1164 <action name="BadMessageTerminate_NC"> 1183 <action name="BadMessageTerminate_NC">
1165 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1184 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1166 <description>Please enter the description of this user action.</description> 1185 <description>Please enter the description of this user action.</description>
1167 </action> 1186 </action>
1168 1187
1169 <action name="BadMessageTerminate_NC17"> 1188 <action name="BadMessageTerminate_NC17">
1170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1189 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1171 <description>Please enter the description of this user action.</description> 1190 <description>Please enter the description of this user action.</description>
1172 </action> 1191 </action>
1173 1192
1193 <action name="BadMessageTerminate_NC2">
1194 <owner>jamescook@chromium.org</owner>
1195 <description>
1196 A renderer was killed due to a bad IPC detected in NavigationController.
1197 </description>
1198 </action>
1199
1174 <action name="BadMessageTerminate_RDH"> 1200 <action name="BadMessageTerminate_RDH">
1175 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1201 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1176 <description>Please enter the description of this user action.</description> 1202 <description>Please enter the description of this user action.</description>
1177 </action> 1203 </action>
1178 1204
1179 <action name="BadMessageTerminate_RFH"> 1205 <action name="BadMessageTerminate_RFH">
1180 <owner>alexmos@chromium.org</owner> 1206 <owner>alexmos@chromium.org</owner>
1181 <description> 1207 <description>
1182 Indicates that a renderer process was terminated because it tried to change 1208 Indicates that a renderer process was terminated because it tried to change
1183 iframe sandbox flags for an invalid frame. 1209 iframe sandbox flags for an invalid frame.
1184 </description> 1210 </description>
1185 </action> 1211 </action>
1186 1212
1213 <action name="BadMessageTerminate_RFH2">
1214 <owner>jamescook@chromium.org</owner>
1215 <description>
1216 A renderer was killed due to a bad IPC detected in RenderFrameHost.
1217 </description>
1218 </action>
1219
1220 <action name="BadMessageTerminate_RFH3">
1221 <owner>jamescook@chromium.org</owner>
1222 <description>
1223 A renderer was killed due to a bad IPC detected in RenderFrameHost.
1224 </description>
1225 </action>
1226
1187 <action name="BadMessageTerminate_RVD"> 1227 <action name="BadMessageTerminate_RVD">
1188 <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>
1189 <description>Please enter the description of this user action.</description> 1229 <description>Please enter the description of this user action.</description>
1190 </action> 1230 </action>
1191 1231
1192 <action name="BadMessageTerminate_RVD2"> 1232 <action name="BadMessageTerminate_RVD2">
1193 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1233 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1194 <description>Please enter the description of this user action.</description> 1234 <description>Please enter the description of this user action.</description>
1195 </action> 1235 </action>
1196 1236
1197 <action name="BadMessageTerminate_RVD3"> 1237 <action name="BadMessageTerminate_RVD3">
1198 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1238 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1199 <description>Please enter the description of this user action.</description> 1239 <description>Please enter the description of this user action.</description>
1200 </action> 1240 </action>
1201 1241
1202 <action name="BadMessageTerminate_RVH"> 1242 <action name="BadMessageTerminate_RVH">
1203 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1243 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1204 <description>Please enter the description of this user action.</description> 1244 <description>Please enter the description of this user action.</description>
1205 </action> 1245 </action>
1206 1246
1247 <action name="BadMessageTerminate_RVHI1">
1248 <owner>jamescook@chromium.org</owner>
1249 <description>
1250 A renderer was killed due to a bad IPC detected in RenderViewHostImpl.
1251 </description>
1252 </action>
1253
1254 <action name="BadMessageTerminate_RVHI2">
1255 <owner>jamescook@chromium.org</owner>
1256 <description>
1257 A renderer was killed due to a bad IPC detected in RenderViewHostImpl.
1258 </description>
1259 </action>
1260
1207 <action name="BadMessageTerminate_RWH"> 1261 <action name="BadMessageTerminate_RWH">
1208 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1262 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1209 <description>Please enter the description of this user action.</description> 1263 <description>Please enter the description of this user action.</description>
1210 </action> 1264 </action>
1211 1265
1212 <action name="BadMessageTerminate_RWH1"> 1266 <action name="BadMessageTerminate_RWH1">
1213 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1267 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1214 <description>Please enter the description of this user action.</description> 1268 <description>Please enter the description of this user action.</description>
1215 </action> 1269 </action>
1216 1270
(...skipping 10776 matching lines...) Expand 10 before | Expand all | Expand 10 after
11993 <action name="webapps.AddShortcut.Manifest"> 12047 <action name="webapps.AddShortcut.Manifest">
11994 <owner>mlamouri@chromium.org</owner> 12048 <owner>mlamouri@chromium.org</owner>
11995 <description> 12049 <description>
11996 Shortcut added to the homescreen with a valid Manifest. This action will be 12050 Shortcut added to the homescreen with a valid Manifest. This action will be
11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12051 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11998 to keep a trend of whether the webapp also add meta tags. 12052 to keep a trend of whether the webapp also add meta tags.
11999 </description> 12053 </description>
12000 </action> 12054 </action>
12001 12055
12002 </actions> 12056 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698