| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!-- | 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome histograms along | 8 This file is used to generate a comprehensive list of Chrome histograms along |
| 9 with a detailed description for each histogram. | 9 with a detailed description for each histogram. |
| 10 | 10 |
| (...skipping 3647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3658 </histogram> | 3658 </histogram> |
| 3659 | 3659 |
| 3660 <histogram name="Net.PublicKeyPinSuccess" enum="BooleanSuccess"> | 3660 <histogram name="Net.PublicKeyPinSuccess" enum="BooleanSuccess"> |
| 3661 <summary> | 3661 <summary> |
| 3662 A validated certificate chain may be subject to additional | 3662 A validated certificate chain may be subject to additional |
| 3663 "pinning" requirements on a per-domain basis. This records the | 3663 "pinning" requirements on a per-domain basis. This records the |
| 3664 fraction of successful matches between a certificate chain and a pin list. | 3664 fraction of successful matches between a certificate chain and a pin list. |
| 3665 </summary> | 3665 </summary> |
| 3666 </histogram> | 3666 </histogram> |
| 3667 | 3667 |
| 3668 <histogram name="Net.QuicCryptoHandshakeState" enum="QuicHandshakeState"> |
| 3669 <summary> |
| 3670 The state of a QUIC connection's crypto hanshake as it progresses from |
| 3671 starting to confirmation or failure. |
| 3672 </summary> |
| 3673 </histogram> |
| 3674 |
| 3675 <histogram name="Net.QuicNumSentClientHellos"> |
| 3676 <summary>The number of client hello messages sent.</summary> |
| 3677 </histogram> |
| 3678 |
| 3679 <histogram name="Net.QuicNumSentClientHellosCryptoHandshakeConfirmed"> |
| 3680 <summary> |
| 3681 The number of client hello messages sent when the crypto handshake was |
| 3682 confirmed. |
| 3683 </summary> |
| 3684 </histogram> |
| 3685 |
| 3668 <histogram name="Net.RenegotiationExtensionSupported"> | 3686 <histogram name="Net.RenegotiationExtensionSupported"> |
| 3669 <summary> | 3687 <summary> |
| 3670 True if the HTTP request was sent to a server which supports the TLS | 3688 True if the HTTP request was sent to a server which supports the TLS |
| 3671 renegotiation extension. | 3689 renegotiation extension. |
| 3672 </summary> | 3690 </summary> |
| 3673 </histogram> | 3691 </histogram> |
| 3674 | 3692 |
| 3675 <histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"> | 3693 <histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"> |
| 3676 <summary>The time an already used socket sat idle before being used.</summary> | 3694 <summary>The time an already used socket sat idle before being used.</summary> |
| 3677 </histogram> | 3695 </histogram> |
| (...skipping 9749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13427 <int value="15" label="DOMAIN_GMAIL_COM"/> | 13445 <int value="15" label="DOMAIN_GMAIL_COM"/> |
| 13428 <int value="16" label="DOMAIN_GOOGLEMAIL_COM"/> | 13446 <int value="16" label="DOMAIN_GOOGLEMAIL_COM"/> |
| 13429 <int value="17" label="DOMAIN_GOOGLEGROUPS_COM"/> | 13447 <int value="17" label="DOMAIN_GOOGLEGROUPS_COM"/> |
| 13430 <int value="18" label="DOMAIN_TORPROJECT_ORG"/> | 13448 <int value="18" label="DOMAIN_TORPROJECT_ORG"/> |
| 13431 <int value="19" label="DOMAIN_TWITTER_COM"/> | 13449 <int value="19" label="DOMAIN_TWITTER_COM"/> |
| 13432 <int value="20" label="DOMAIN_TWIMG_COM"/> | 13450 <int value="20" label="DOMAIN_TWIMG_COM"/> |
| 13433 <int value="21" label="DOMAIN_AKAMAIHD_NET"/> | 13451 <int value="21" label="DOMAIN_AKAMAIHD_NET"/> |
| 13434 <int value="22" label="DOMAIN_NUM_EVENTS"/> | 13452 <int value="22" label="DOMAIN_NUM_EVENTS"/> |
| 13435 </enum> | 13453 </enum> |
| 13436 | 13454 |
| 13455 <enum name="QuicHandshakeState" type="int"> |
| 13456 <int value="0" label="STARTED"/> |
| 13457 <int value="1" label="ENCRYPTION_ESTABLISHED"/> |
| 13458 <int value="2" label="HANDSHAKE_CONFIRMED"/> |
| 13459 <int value="3" label="FAILED"/> |
| 13460 </enum> |
| 13461 |
| 13437 <enum name="ResolutionCategory" type="int"> | 13462 <enum name="ResolutionCategory" type="int"> |
| 13438 <int value="0" label="RESOLVE_SUCCESS"/> | 13463 <int value="0" label="RESOLVE_SUCCESS"/> |
| 13439 <int value="1" label="RESOLVE_FAIL"/> | 13464 <int value="1" label="RESOLVE_FAIL"/> |
| 13440 <int value="2" label="RESOLVE_SPECULATIVE_SUCCESS"/> | 13465 <int value="2" label="RESOLVE_SPECULATIVE_SUCCESS"/> |
| 13441 <int value="3" label="RESOLVE_SPECULATIVE_FAIL"/> | 13466 <int value="3" label="RESOLVE_SPECULATIVE_FAIL"/> |
| 13442 </enum> | 13467 </enum> |
| 13443 | 13468 |
| 13444 <enum name="ResolutionUnspecWasteCategory" type="int"> | 13469 <enum name="ResolutionUnspecWasteCategory" type="int"> |
| 13445 <int value="0" label="AF_WASTE_IPV4_ONLY"> | 13470 <int value="0" label="AF_WASTE_IPV4_ONLY"> |
| 13446 Running in a IPv4-only configuration. No waste. | 13471 Running in a IPv4-only configuration. No waste. |
| (...skipping 2382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15829 <fieldtrial name="SSLResumption"> | 15854 <fieldtrial name="SSLResumption"> |
| 15830 <group name="Resume_Handshake" label="Session Resumption"/> | 15855 <group name="Resume_Handshake" label="Session Resumption"/> |
| 15831 <group name="Full_Handshake" label="Full"/> | 15856 <group name="Full_Handshake" label="Full"/> |
| 15832 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15857 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 15833 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15858 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 15834 </fieldtrial> | 15859 </fieldtrial> |
| 15835 | 15860 |
| 15836 </fieldtrials> | 15861 </fieldtrials> |
| 15837 | 15862 |
| 15838 </histogram-configuration> | 15863 </histogram-configuration> |
| OLD | NEW |