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

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: Modified the test 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/base/l10n/l10n_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10708 matching lines...) Expand 10 before | Expand all | Expand 10 after
10719 </histogram> 10719 </histogram>
10720 10720
10721 <histogram name="Translate.RevertTranslation"> 10721 <histogram name="Translate.RevertTranslation">
10722 <summary> 10722 <summary>
10723 The number of times the show original button was clicked in the translate 10723 The number of times the show original button was clicked in the translate
10724 infobar. 10724 infobar.
10725 </summary> 10725 </summary>
10726 </histogram> 10726 </histogram>
10727 10727
10728 <histogram name="Translate.ServerReportedUnsupportedLanguage"> 10728 <histogram name="Translate.ServerReportedUnsupportedLanguage">
10729 <obsolete>
10730 Deprecated 5/2013 by Translate.UndisplayableLanguage
10731 </obsolete>
10729 <summary> 10732 <summary>
10730 The number of times the detected language is not supported by Translate 10733 The number of times the detected language is not supported by Translate
10731 Element. 10734 Element.
10732 </summary> 10735 </summary>
10733 </histogram> 10736 </histogram>
10734 10737
10735 <histogram name="Translate.ShowBeforeTranslateInfobar"> 10738 <histogram name="Translate.ShowBeforeTranslateInfobar">
10736 <obsolete> 10739 <obsolete>
10737 Deprecated 7/2010. No longer tracked. 10740 Deprecated 7/2010. No longer tracked.
10738 </obsolete> 10741 </obsolete>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
10778 <summary>The time from starting translation to the completion.</summary> 10781 <summary>The time from starting translation to the completion.</summary>
10779 </histogram> 10782 </histogram>
10780 10783
10781 <histogram name="Translate.Translate"> 10784 <histogram name="Translate.Translate">
10782 <summary> 10785 <summary>
10783 The number of times the translate button was clicked in the translate 10786 The number of times the translate button was clicked in the translate
10784 infobar. 10787 infobar.
10785 </summary> 10788 </summary>
10786 </histogram> 10789 </histogram>
10787 10790
10791 <histogram name="Translate.UndisplayableLanguage" enum="LanguageCode">
10792 <summary>
10793 Logs an undisplayable language included in the language list sent by the
10794 Translate server. The Translate server sends the list each time the user
10795 runs Chrome. This metrics tells us that there is a language which UI should
10796 support but doesn't.
10797 </summary>
10798 </histogram>
10799
10788 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> 10800 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
10789 <summary> 10801 <summary>
10790 Logs an unsupported source language detected during initiation of the 10802 Logs an unsupported source language detected during initiation of the
10791 Translate feature. This is reported when the language detector successfully 10803 Translate feature. This is reported when the language detector successfully
10792 detects the language of the webpage, but the language is not supported by 10804 detects the language of the webpage, but the language is not supported by
10793 the translation server because it is too minor. This metric allows us to 10805 the translation server because it is too minor. This metric allows us to
10794 assess how important the unsupported language is for Google translate. 10806 assess how important the unsupported language is for Google translate.
10795 </summary> 10807 </summary>
10796 </histogram> 10808 </histogram>
10797 10809
(...skipping 7619 matching lines...) Expand 10 before | Expand all | Expand 10 after
18417 <group name="Disabled" label="Neither extra webstore link is visible"/> 18429 <group name="Disabled" label="Neither extra webstore link is visible"/>
18418 <group name="FooterLink" label="Link in bottom right of footer"/> 18430 <group name="FooterLink" label="Link in bottom right of footer"/>
18419 <group name="PlusIcon" label="Plus icon in apps page"/> 18431 <group name="PlusIcon" label="Plus icon in apps page"/>
18420 <affected-histogram name="Extensions.AppLaunch"/> 18432 <affected-histogram name="Extensions.AppLaunch"/>
18421 <affected-histogram name="NewTabPage.DefaultPageType"/> 18433 <affected-histogram name="NewTabPage.DefaultPageType"/>
18422 </fieldtrial> 18434 </fieldtrial>
18423 18435
18424 </fieldtrials> 18436 </fieldtrials>
18425 18437
18426 </histogram-configuration> 18438 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/base/l10n/l10n_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698