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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 376333003: Find reasons for the SSL common name invalid error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase-Update 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 | « chrome/browser/ssl/ssl_error_classification_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 a8e775366dbdec09a4589d952ea86135511b7f11..07e0db582fa2fb69c07d1314338b59f68d9096e8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48045,6 +48045,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<enum name="SSLNonAttackCauses" type="int">
<int value="0" label="CLOCK_PAST: System clock set early"/>
<int value="1" label="CLOCK_FUTURE: System clock set late"/>
+ <int value="2"
Mark P 2014/08/05 22:07:27 How where these buckets evaluated in the past? We
radhikabhar 2014/08/06 00:10:18 These buckets weren't evaluated in the past but th
felt 2014/08/06 01:00:24 Wait, please don't rename my histogram. Mark, why
felt 2014/08/06 19:32:36 HiOn 2014/08/06 01:00:24, felt wrote:
Mark P 2014/08/06 20:19:28 Then this should be explained in the (two) histogr
+ label="WWW_SUBDOMAIN_MATCH: Difference between the URL and the DNS is
+ www"/>
+ <int value="3" label="SUBDOMAIN_MATCH: The URL is a subdomain of the DNS"/>
+ <int value="4"
+ label="SUBDOMAIN_INVERSE_MATCH: The DNS is a subdomian of the URL"/>
+ <int value="5"
+ label="SUBDOMAIN_OUTSIDE_WILDCARD: The URL is outside the scope of the
+ wildcard certificate"/>
Mark P 2014/08/05 22:07:27 Am I correct in assuming this will only be emitted
radhikabhar 2014/08/06 00:10:18 We haven't prioritized the errors and the SUBDOMIA
Mark P 2014/08/06 19:04:51 I think you have implicitly. For instance, the di
+ <int value="6" label="SELF_SIGNED: The certificate is self_signed"/>
+ <int value="7"
+ label="HOST_NAME_NOT_KNOWN_TLD: The host name is not a known TLD"/>
</enum>
<enum name="SSLResponseTypesV2" type="int">
« no previous file with comments | « chrome/browser/ssl/ssl_error_classification_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698