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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1374883002: Add UMAs for checking header values against RFC 7230 in //net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 24ab831396d14877b353128bd9c668c6a8abdd1b..cb355eb435cdbb4cb73747bdba4a74024a066884 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24165,6 +24165,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpRequestContainsInvalidHeaderValuesInRFC7230"
+ enum="Boolean">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ Whether a request contains invalid request header values in RFC 7230.
+ https://crbug.com/455099.
davidben 2015/12/15 21:16:36 Probably should add "this is counted once for ever
hiroshige 2015/12/17 06:36:02 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpResponseCode">
<owner>mmenke@chromium.org</owner>
<summary>The count of HTTP Response codes encountered.</summary>
@@ -24178,6 +24187,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpResponseContainsInvalidHeaderValuesInRFC7230"
+ enum="Boolean">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ Whether a response contains invalid response header values in RFC 7230.
+ https://crbug.com/455099.
davidben 2015/12/15 21:16:36 Ditto.
hiroshige 2015/12/17 06:36:02 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpResponseInfo.ConnectionInfo" enum="ConnectionInfo">
<owner>bnc@chromium.org</owner>
<summary>
« net/url_request/url_request_http_job.cc ('K') | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698