Chromium Code Reviews| 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 8567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8578 <summary> | 8578 <summary> |
| 8579 The time from injecting scripts for Chrome Translate to the finishing loads | 8579 The time from injecting scripts for Chrome Translate to the finishing loads |
| 8580 of all depending libraries. | 8580 of all depending libraries. |
| 8581 </summary> | 8581 </summary> |
| 8582 </histogram> | 8582 </histogram> |
| 8583 | 8583 |
| 8584 <histogram name="Translate.TimeToTranslate" units="milliseconds"> | 8584 <histogram name="Translate.TimeToTranslate" units="milliseconds"> |
| 8585 <summary>The time from starting translation to the completion.</summary> | 8585 <summary>The time from starting translation to the completion.</summary> |
| 8586 </histogram> | 8586 </histogram> |
| 8587 | 8587 |
| 8588 <histogram name="Translate.UnavailableLanguage" enum="LanguageCode"> | |
| 8589 <summary> | |
| 8590 A language which is not available for the user locale but reported by the | |
| 8591 server. | |
|
Takashi Toyoshima
2013/05/21 11:11:43
for the user locale -> to show in infobar UI in th
hajimehoshi
2013/05/22 04:19:27
Done.
| |
| 8592 </summary> | |
| 8593 </histogram> | |
| 8594 | |
| 8595 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> | |
| 8596 <summary> | |
| 8597 An unsupported language for the translation. This is reported when the | |
| 8598 translation is initialized. | |
|
Takashi Toyoshima
2013/05/21 11:11:43
initialized -> going to be initiated
hajimehoshi
2013/05/22 04:19:27
Done.
| |
| 8599 </summary> | |
| 8600 </histogram> | |
| 8601 | |
| 8588 <histogram name="Translate.UserActionDuration" units="milliseconds"> | 8602 <histogram name="Translate.UserActionDuration" units="milliseconds"> |
| 8589 <summary> | 8603 <summary> |
| 8590 The time from a page content language being determined to user requesting | 8604 The time from a page content language being determined to user requesting |
| 8591 Chrome Translate. | 8605 Chrome Translate. |
| 8592 </summary> | 8606 </summary> |
| 8593 </histogram> | 8607 </histogram> |
| 8594 | 8608 |
| 8595 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> | 8609 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> |
| 8596 <summary> | 8610 <summary> |
| 8597 A count of successes and various failure modes related to collecting and | 8611 A count of successes and various failure modes related to collecting and |
| (...skipping 6655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15253 <fieldtrial name="SSLResumption"> | 15267 <fieldtrial name="SSLResumption"> |
| 15254 <group name="Resume_Handshake" label="Session Resumption"/> | 15268 <group name="Resume_Handshake" label="Session Resumption"/> |
| 15255 <group name="Full_Handshake" label="Full"/> | 15269 <group name="Full_Handshake" label="Full"/> |
| 15256 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15270 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 15257 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15271 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 15258 </fieldtrial> | 15272 </fieldtrial> |
| 15259 | 15273 |
| 15260 </fieldtrials> | 15274 </fieldtrials> |
| 15261 | 15275 |
| 15262 </histogram-configuration> | 15276 </histogram-configuration> |
| OLD | NEW |