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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1212163007: Kill renderers for bad password forms in --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e434ba083dc00c6aca62a0beb903c9ff5e32e86c..8c55b713446c4c6d731014c17dd07aea33803bba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42494,6 +42494,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Stability.BadMessageTerminated.PasswordManager"
+ enum="BadMessageReasonPasswordManager">
+ <owner>nick@chromium.org</owner>
+ <owner>jamescook@chromium.org</owner>
+ <summary>
+ Count of processes killed because they sent a bad IPC that couldn't be
+ properly handled. Categories are the reasons (code locations) for the kills.
+ </summary>
+</histogram>
+
<histogram name="Stability.BrowserExitCodes" enum="WindowsExitCode">
<owner>siggi@chromium.org</owner>
<owner>erikwright@chromium.org</owner>
@@ -51146,6 +51156,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="NHMF_GET_NEXE_FD_BAD_URL"/>
</enum>
+<enum name="BadMessageReasonPasswordManager" type="int">
+<!-- Generated from components/password_manager/content/browser/bad_message.h -->
+
+ <int value="1" label="CPMD_BAD_ORIGIN_FORMS_PARSED"/>
+ <int value="2" label="CPMD_BAD_ORIGIN_FORMS_RENDERED"/>
+ <int value="3" label="CPMD_BAD_ORIGIN_FORM_SUBMITTED"/>
+ <int value="4" label="CPMD_BAD_ORIGIN_FOCUSED_PASSWORD_FORM_FOUND"/>
+ <int value="5" label="CPMD_BAD_ORIGIN_IN_PAGE_NAVIGATION"/>
+ <int value="6" label="CPMD_BAD_ORIGIN_PASSWORD_NO_LONGER_GENERATED"/>
+</enum>
+
<enum name="BadSyncDataReason" type="int">
<int value="0" label="Bad extension ID"/>
<int value="1" label="Bad version"/>
« no previous file with comments | « content/public/browser/child_process_security_policy.h ('k') | tools/metrics/histograms/update_bad_message_reasons.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698