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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 15987004: Translate: Filter and record languages whose names Chrome doesn't show (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made Translate.ServerReportedUnsupportedLanguage deprecated Created 7 years, 6 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:
View unified diff | Download patch
OLDNEW
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 9408 matching lines...) Expand 10 before | Expand all | Expand 10 after
9419 </histogram> 9419 </histogram>
9420 9420
9421 <histogram name="Translate.RevertTranslation"> 9421 <histogram name="Translate.RevertTranslation">
9422 <summary> 9422 <summary>
9423 The number of times the show original button was clicked in the translate 9423 The number of times the show original button was clicked in the translate
9424 infobar. 9424 infobar.
9425 </summary> 9425 </summary>
9426 </histogram> 9426 </histogram>
9427 9427
9428 <histogram name="Translate.ServerReportedUnsupportedLanguage"> 9428 <histogram name="Translate.ServerReportedUnsupportedLanguage">
9429 <obsolete>
9430 Deprecated 5/2013 by Translate.Unsu
Ilya Sherman 2013/06/01 00:59:47 Looks like the text got cut off mid-word.
hajimehoshi 2013/06/05 04:44:05 Done.
9431 </obsolete>
9429 <summary> 9432 <summary>
9430 The number of times the detected language is not supported by Translate 9433 The number of times the detected language is not supported by Translate
9431 Element. 9434 Element.
9432 </summary> 9435 </summary>
9433 </histogram> 9436 </histogram>
9434 9437
9435 <histogram name="Translate.ShowBeforeTranslateInfobar"> 9438 <histogram name="Translate.ShowBeforeTranslateInfobar">
9436 <obsolete> 9439 <obsolete>
9437 Deprecated 7/2010. No longer tracked. 9440 Deprecated 7/2010. No longer tracked.
9438 </obsolete> 9441 </obsolete>
(...skipping 28 matching lines...) Expand all
9467 <summary>The time from starting translation to the completion.</summary> 9470 <summary>The time from starting translation to the completion.</summary>
9468 </histogram> 9471 </histogram>
9469 9472
9470 <histogram name="Translate.Translate"> 9473 <histogram name="Translate.Translate">
9471 <summary> 9474 <summary>
9472 The number of times the translate button was clicked in the translate 9475 The number of times the translate button was clicked in the translate
9473 infobar. 9476 infobar.
9474 </summary> 9477 </summary>
9475 </histogram> 9478 </histogram>
9476 9479
9480 <histogram name="Translate.UndisplayableLanguage" enum="LanguageCode">
9481 <summary>
9482 Logs an undisplayable language are included in the language list sent by the
Ilya Sherman 2013/06/01 00:59:47 nit: "Logs an undisplayable language are included"
hajimehoshi 2013/06/05 04:44:05 Done.
9483 Translate server. The Translate server sends the list each time the user
9484 runs Chrome. This metrics tells us that there is a language which UI should
Ilya Sherman 2013/06/01 00:59:47 nit: "which UI should deal with" -> "which the UI
hajimehoshi 2013/06/05 04:44:05 Done.
9485 deal with but doesn't.
9486 </summary>
9487 </histogram>
9488
9477 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> 9489 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
9478 <summary> 9490 <summary>
9479 Logs an unsupported source language detected during initiation of the 9491 Logs an unsupported source language detected during initiation of the
9480 Translate feature. This is reported when the language detector successfully 9492 Translate feature. This is reported when the language detector successfully
9481 detects the language of the webpage, but the language is not supported by 9493 detects the language of the webpage, but the language is not supported by
9482 the translation server because it is too minor. This metric allows us to 9494 the translation server because it is too minor. This metric allows us to
9483 assess how important the unsupported language is for Google translate. 9495 assess how important the unsupported language is for Google translate.
9484 </summary> 9496 </summary>
9485 </histogram> 9497 </histogram>
9486 9498
(...skipping 7035 matching lines...) Expand 10 before | Expand all | Expand 10 after
16522 <fieldtrial name="SSLResumption"> 16534 <fieldtrial name="SSLResumption">
16523 <group name="Resume_Handshake" label="Session Resumption"/> 16535 <group name="Resume_Handshake" label="Session Resumption"/>
16524 <group name="Full_Handshake" label="Full"/> 16536 <group name="Full_Handshake" label="Full"/>
16525 <affected-histogram name="Net.SSL_Connection_Latency"/> 16537 <affected-histogram name="Net.SSL_Connection_Latency"/>
16526 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 16538 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
16527 </fieldtrial> 16539 </fieldtrial>
16528 16540
16529 </fieldtrials> 16541 </fieldtrials>
16530 16542
16531 </histogram-configuration> 16543 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698