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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 338483002: Chrome Participated Tamper Detect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0ef82fff9f2756cf671835d0477609ee582d3078..258c7d5dc47088cebe03481ab0b99c2b8fd34166 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3201,6 +3201,493 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DataReductionProxy.HTTPHeaderTamperDetection">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses that have been checked
+ for tampering. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTamperDetection_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses that have been checked for tampering.
+ This assumes the data reduction proxy injected fingerprints have not been
+ tampered with. Only the data reduction proxy responses with 200 OK response
+ code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ChromeProxy">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses whose Chrome-Proxy
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ChromeProxy_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses whose Chrome-Proxy header has been
+ tampered with. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_CSS">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses of CSS object whose
+ Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_CSS_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses of CSS object whose Content-Length header
+ has been tampered with. This assumes the data reduction proxy injected
+ fingerprints have not been tampered with. Only the data reduction proxy
+ responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_Image">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses of image object whose
+ Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram
+ name="DataReductionProxy.HTTPHeaderTampered_ContentLength_Image_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses of image object whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_JS">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses of JavaScript object
+ whose Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_JS_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses of JavaScript object whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_Other">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses of all other objects
+ whose Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram
+ name="DataReductionProxy.HTTPHeaderTampered_ContentLength_Other_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses of all other objects whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_ContentLength_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses whose Chrome-Proxy header has been
+ tampered with. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_OtherHeaders">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses whose some other
+ headers have been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_OtherHeaders_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses whose some other headers have been
+ tampered with. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_Via">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses whose Via header shows
+ intermediaries between the Chromium client and the data reduction proxy.
+ This assumes the data reduction proxy injected fingerprints have not been
+ tampered with. Only the data reduction proxy responses with 200 OK response
+ code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_Via_Missing">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTP responses whose data reduction
+ proxy's Via header is missing. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_Via_Missing_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses whose data reduction proxy's Via header
+ is missing. This assumes the data reduction proxy injected fingerprints are
+ not tampered. Only the data reduction proxy responses with 200 OK response
+ code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPHeaderTampered_Via_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTP responses whose Via header shows intermediaries
+ between the Chromium client and the data reduction proxy. This assumes the
+ data reduction proxy injected fingerprints have not been tampered with. Only
+ the data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTamperDetection">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses that have been checked
+ for tampering. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTamperDetection_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses that have been checked for tampering.
+ This assumes the data reduction proxy injected fingerprints have not been
+ tampered with. Only the data reduction proxy responses with 200 OK response
+ code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ChromeProxy">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses whose Chrome-Proxy
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ChromeProxy_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses whose Chrome-Proxy header has been
+ tampered with. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_CSS">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses of CSS object whose
+ Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram
+ name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_CSS_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses of CSS object whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_Image">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses of image object whose
+ Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram
+ name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_Image_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses of image object whose Content-Length
+ header has been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_JS">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses of JavaScript object
+ whose Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_JS_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses of JavaScript object whose
+ Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_Other">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses of all other objects
+ whose Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram
+ name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_Other_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses of all other objects whose
+ Content-Length header has been tampered with. This assumes the data
+ reduction proxy injected fingerprints have not been tampered with. Only the
+ data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_ContentLength_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses whose Chrome-Proxy header has been
+ tampered with. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_OtherHeaders">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses whose some other
+ headers have been tampered with. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_OtherHeaders_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses whose some other headers have been
+ tampered with. This assumes the data reduction proxy injected fingerprints
+ have not been tampered with. Only the data reduction proxy responses with
+ 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_Via">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses whose Via header shows
+ intermediaries between the Chromium client and the data reduction proxy.
+ This assumes the data reduction proxy injected fingerprints have not been
+ tampered with. Only the data reduction proxy responses with 200 OK response
+ code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_Via_Missing">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ For each carrier, the total number of HTTPS responses whose data reduction
+ proxy's Via header is missing. This assumes the data reduction proxy
+ injected fingerprints have not been tampered with. Only the data reduction
+ proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_Via_Missing_Total">
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses whose data reduction proxy's Via header
+ is missing. This assumes the data reduction proxy injected fingerprints are
+ not tampered. Only the data reduction proxy responses with 200 OK response
+ code are checked.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.HTTPSHeaderTampered_Via_Total">
Alexei Svitkine (slow) 2014/08/04 18:48:56 Can you use a histogram-suffixes tag to avoid dupl
xingx1 2014/08/04 19:23:40 Done.
+ <owner>xingx@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total number of HTTPS responses whose Via header shows intermediaries
+ between the Chromium client and the data reduction proxy. This assumes the
+ data reduction proxy injected fingerprints have not been tampered with. Only
+ the data reduction proxy responses with 200 OK response code are checked.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.NetworkChangeEvents"
enum="DataReductionProxyNetworkChangeEvent">
<owner>bengr@chromium.org</owner>
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698