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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1455693007: Add cookie prefix metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mkwst comments and histograms.xml Created 5 years, 1 month 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 4132996a123981b68b3d1702cf59dd2010eaff41..71fb78409490b3133ac988dc22389836a6562ce1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5229,6 +5229,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Intervals between access time updates for each cookie.</summary>
</histogram>
+<histogram name="Cookie.CookiePrefix" enum="CookiePrefix">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Records cookies with prefixes used by the cookie prefix proposal in
+ https://tools.ietf.org/html/draft-west-cookie-prefixes.
Mark P 2015/11/20 17:58:53 All histograms should clearly say when they are em
estark 2015/11/20 18:19:32 Done, PTAL.
Mark P 2015/11/20 19:01:42 Not done in the latest patchset. For example, is
Mark P 2015/11/20 19:01:42 Not done in the latest patchset. You need to say
estark 2015/11/20 19:18:27 Sorry but I'm having trouble understanding what is
Mark P 2015/11/20 20:13:43 Oops, somehow I missed the "is set" section.
+ </summary>
+</histogram>
+
+<histogram name="Cookie.CookiePrefixBlocked" enum="CookiePrefix">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Records cookies with prefixes used by the cookie prefix proposal in
+ https://tools.ietf.org/html/draft-west-cookie-prefixes that would be blocked
+ under that proposal.
+ </summary>
+</histogram>
+
<histogram name="Cookie.CookieSourceScheme" enum="CookieSourceScheme">
<owner>estark@chromium.org</owner>
<summary>
@@ -56511,6 +56528,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="Both"/>
</enum>
+<enum name="CookiePrefix" type="int">
+ <int value="0" label="No special prefix"/>
+ <int value="1" label="Secure prefix"/>
+ <int value="2" label="Host prefix"/>
+</enum>
+
<enum name="CookieSourceScheme" type="int">
<int value="0" label="Secure cookie, source scheme is cryptographic"/>
<int value="1" label="Secure cookie, source scheme is not cryptographic"/>
« net/cookies/canonical_cookie.cc ('K') | « net/cookies/canonical_cookie_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698