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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23503084: Remove control character cookie UMA stats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Un-obseleted BooleanValid in histograms Created 7 years, 3 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 | « net/cookies/parsed_cookie.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 3a5fb0ae3905e1b221beec102b902d359c59010c..4e44473231062ef19d558a6cae5b61630d3d12b7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1381,6 +1381,10 @@ other types of suffix sets.
</histogram>
<histogram name="Cookie.ParsedCookieStatus" enum="ParsedCookieStatus">
+ <obsolete>
+ Deprecated as of 9/2013. Experiment to measure control characters in cookies
+ is finished.
+ </obsolete>
<summary>
When parsing a cookie, indicates if control characters were present in any
of the cookie values and if any of the cookie values were invalid.
@@ -1400,6 +1404,10 @@ other types of suffix sets.
</histogram>
<histogram name="Cookie.SetAttributePairCharsValidity" enum="BooleanValid">
+ <obsolete>
+ Deprecated as of 9/2013. Experiment to measure control characters in cookies
+ is finished.
+ </obsolete>
<summary>
Indicates whether a cookie attribute pair was set with both a valid key and
a valid attribute value or not. For the key, this implies that it was a
@@ -1412,6 +1420,10 @@ other types of suffix sets.
</histogram>
<histogram name="Cookie.SetNameValidity" enum="BooleanValid">
+ <obsolete>
+ Deprecated as of 9/2013. Experiment to measure control characters in cookies
+ is finished.
+ </obsolete>
<summary>
Indicates whether a cookie name was set with a valid token. A valid token is
defined in Section 2.2 of RFC2616 which specifies a token must have no
@@ -1422,6 +1434,10 @@ other types of suffix sets.
</histogram>
<histogram name="Cookie.SetValueCookieValueValidity" enum="BooleanValid">
+ <obsolete>
+ Deprecated as of 9/2013. Experiment to measure control characters in cookies
+ is finished.
+ </obsolete>
<summary>
Indicates whether a cookie value was valid or invalid when there was an
attempt to set it, where a valid value is defined in RFC 6265 as ASCII
@@ -23944,6 +23960,10 @@ other types of suffix sets.
</enum>
<enum name="ParsedCookieStatus" type="int">
+ <obsolete>
+ Deprecated as of 9/2013. Experiment to measure control characters in cookies
+ is finished.
+ </obsolete>
<int value="0" label="All cookie values valid and without control chars"/>
<int value="1" label="Cookie contains control chars"/>
<int value="2" label="Cookie is invalid"/>
« no previous file with comments | « net/cookies/parsed_cookie.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698