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

Unified 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: actions.xml claims to be pretty printed 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/extensions.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index ba7b1f72c2ee13e590776244f283132f25f25c41..41c9f40f00779d1d1ed547cef9c57f518146004f 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1125,6 +1125,10 @@ should be able to be added at any place in this file.
Indicates that an ExtensionOptionsGuest was terminated due to a navigation
to an origin other than the extension it is embedding.
</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Extensions.
+ </obsolete>
</action>
<action name="BadMessageTerminate_EVG">
@@ -1133,6 +1137,10 @@ should be able to be added at any place in this file.
Indicates that an ExtensionViewGuest was terminated due to a navigation to
an origin other than the extension it is embedding.
</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Extensions.
+ </obsolete>
</action>
<action name="BadMessageTerminate_FAMF">
@@ -1182,6 +1190,10 @@ should be able to be added at any place in this file.
Indicates that a renderer process was terminated because it tried to change
iframe sandbox flags for an invalid frame.
</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RVD">
@@ -1212,31 +1224,55 @@ should be able to be added at any place in this file.
<action name="BadMessageTerminate_RWH1">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWH2">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWH3">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWH4">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWH5">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWH6">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWH7">
@@ -1246,6 +1282,10 @@ should be able to be added at any place in this file.
Emitted when a InputHostMsg_QueueSyntheticGesture message is received while
the --enable-gpu-benchmarking flag is not present.
</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_RWHVA1">
@@ -1264,6 +1304,10 @@ should be able to be added at any place in this file.
Emitted when a renderer is terminated due to it attempting to swap a shared
memory surface in aura.
</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_SharedMemoryManager1">
@@ -1279,6 +1323,10 @@ should be able to be added at any place in this file.
<action name="BadMessageTerminate_UnexpectedFrameType">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_WC">
@@ -1288,6 +1336,10 @@ should be able to be added at any place in this file.
malformed or unexpected IPC message. The process was terminated by the
WebContentsImpl class.
</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="BadMessageTerminate_WPH">
@@ -1884,6 +1936,10 @@ should be able to be added at any place in this file.
<action name="CanCommitURL_BlockedAndKilled">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Deprecated 3/2015. Replaced by the histogram
+ Stability.BadMessageTerminate.Content.
+ </obsolete>
</action>
<action name="Cancel">
« no previous file with comments | « extensions/extensions.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698