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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
===================================================================
--- tools/metrics/actions/actions.xml (revision 270662)
+++ tools/metrics/actions/actions.xml (working copy)
@@ -1047,8 +1047,10 @@
</action>
<action name="BadMessageTerminate_BRPH">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the renderer process is killed because
+ of IPC deserialization failure.
+ </description>
</action>
<action name="BadMessageTerminate_DBMF">
@@ -1081,6 +1083,13 @@
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_GPU">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the GPU process is killed because of
+ IPC deserialization failure.
+ </description>
+</action>
+
<action name="BadMessageTerminate_IDBMF">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -1101,6 +1110,41 @@
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_NativeClientbroker">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the NaCl broker process is killed
+ because of IPC deserialization failure.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_NativeClientmodule">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the NaCl process is killed because of
+ IPC deserialization failure.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_PepperPlugin">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the pepper process is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_PepperPluginBroker">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the pepper broker is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_Plug-in">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the NPAPI process is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
<action name="BadMessageTerminate_RDH">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -1185,6 +1229,13 @@
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_Sandboxhelper">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the zygote process is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
<action name="BadMessageTerminate_SharedMemoryAura">
<owner>jbauman@chromium.org</owner>
<description>
@@ -1208,11 +1259,32 @@
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_Utility">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the utility process is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
<action name="BadMessageTerminate_WPH">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_WebWorker">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the worker process is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_Zygote">
+ <owner>jam@chromium.org</owner>
+ <description>Counts the number of times the zygote process is killed because
+ of IPC deserialization failure.
+ </description>
+</action>
+
<action name="BindingsMismatchTerminate_RVH_WebUI">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698