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 3860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3871 </histogram> | 3871 </histogram> |
| 3872 | 3872 |
| 3873 <histogram name="HistoryPage.RemoveEntryPosition"> | 3873 <histogram name="HistoryPage.RemoveEntryPosition"> |
| 3874 <summary> | 3874 <summary> |
| 3875 Number of entries that the deleted entry is older than in History page. Last | 3875 Number of entries that the deleted entry is older than in History page. Last |
| 3876 bucket is any entry of that value or higher. Confirmed removal is not | 3876 bucket is any entry of that value or higher. Confirmed removal is not |
| 3877 guaranteed, just an initiation of 'Remove selected items'. | 3877 guaranteed, just an initiation of 'Remove selected items'. |
| 3878 </summary> | 3878 </summary> |
| 3879 </histogram> | 3879 </histogram> |
| 3880 | 3880 |
| 3881 <histogram name="HomePage.IsHomeButtonEnabled" enum="BooleanEnabled"> | |
|
Mark P
2013/07/26 23:30:23
You do not use either this histogram or the one be
bbudge
2013/07/27 01:33:01
Leftover from a previous version where I based off
| |
| 3882 <summary> | |
| 3883 Whether or not the Home button is enabled in user preferences when a profile | |
| 3884 is loaded. | |
| 3885 </summary> | |
| 3886 </histogram> | |
| 3887 | |
| 3888 <histogram name="HomePage.IsNewTabPage" enum="Boolean"> | |
| 3889 <summary> | |
| 3890 Whether or not the home page user preference is set to the default NTP value | |
| 3891 when a profile is loaded. | |
| 3892 </summary> | |
| 3893 </histogram> | |
| 3894 | |
| 3881 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> | 3895 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> |
| 3882 <summary> | 3896 <summary> |
| 3883 The time spent waiting for write lock on a disk cache entry. | 3897 The time spent waiting for write lock on a disk cache entry. |
| 3884 </summary> | 3898 </summary> |
| 3885 </histogram> | 3899 </histogram> |
| 3886 | 3900 |
| 3887 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus"> | 3901 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus"> |
| 3888 <summary> | 3902 <summary> |
| 3889 Result of a main page HttpCacheTransaction if offline mode had been enabled. | 3903 Result of a main page HttpCacheTransaction if offline mode had been enabled. |
| 3890 </summary> | 3904 </summary> |
| (...skipping 8832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12723 </summary> | 12737 </summary> |
| 12724 </histogram> | 12738 </histogram> |
| 12725 | 12739 |
| 12726 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> | 12740 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
| 12727 <summary> | 12741 <summary> |
| 12728 The id of the default search engine that is loaded after Chrome startup. See | 12742 The id of the default search engine that is loaded after Chrome startup. See |
| 12729 src/chrome/browser/search_engines/prepopulate_engines.json for more info. | 12743 src/chrome/browser/search_engines/prepopulate_engines.json for more info. |
| 12730 </summary> | 12744 </summary> |
| 12731 </histogram> | 12745 </histogram> |
| 12732 | 12746 |
| 12747 <histogram name="Settings.DefaultSearchProvider" enum="OmniboxSearchEngine"> | |
| 12748 <summary> | |
| 12749 The id of the default search engine URL host that is specified in | |
|
Mark P
2013/07/26 23:30:23
Please describe when this is emitted.
(ditto othe
bbudge
2013/07/27 01:33:01
Done.
| |
| 12750 Preferences. | |
| 12751 </summary> | |
| 12752 </histogram> | |
| 12753 | |
| 12754 <histogram name="Settings.FirstStartPageURL" enum="OmniboxSearchEngine"> | |
| 12755 <summary> | |
| 12756 The id of the first start page URL host that is specified in Preferences. | |
|
Mark P
2013/07/26 23:30:23
Please revise this comment; it no longer matches t
bbudge
2013/07/27 01:33:01
Done.
| |
| 12757 The first start page is the active tab at startup. | |
| 12758 </summary> | |
| 12759 </histogram> | |
| 12760 | |
| 12733 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> | 12761 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> |
| 12734 <summary> | 12762 <summary> |
| 12735 Whether or not the home page user preference is set to the default NTP value | 12763 Whether or not the home page user preference is set to the default NTP value |
| 12736 when a profile is loaded. | 12764 when a profile is loaded. |
| 12737 </summary> | 12765 </summary> |
| 12738 </histogram> | 12766 </histogram> |
| 12739 | 12767 |
| 12768 <histogram name="Settings.HomePageURL" enum="OmniboxSearchEngine"> | |
| 12769 <summary> | |
| 12770 The id of the home page URL host that is specified in Preferences. | |
| 12771 </summary> | |
| 12772 </histogram> | |
| 12773 | |
| 12740 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> | 12774 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> |
| 12741 <summary> | 12775 <summary> |
| 12742 Whether or not the Home button is enabled in user preferences when a profile | 12776 Whether or not the Home button is enabled in user preferences when a profile |
| 12743 is loaded. | 12777 is loaded. |
| 12744 </summary> | 12778 </summary> |
| 12745 </histogram> | 12779 </histogram> |
| 12746 | 12780 |
| 12747 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> | 12781 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> |
| 12748 <summary> | 12782 <summary> |
| 12749 Whether or not the CRC was checked at the moment when the last reference to | 12783 Whether or not the CRC was checked at the moment when the last reference to |
| (...skipping 6742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 19492 <int value="77" label="SAPO"/> | 19526 <int value="77" label="SAPO"/> |
| 19493 <int value="82" label="UOL Busca"/> | 19527 <int value="82" label="UOL Busca"/> |
| 19494 <int value="83" label="@MAIL.RU"/> | 19528 <int value="83" label="@MAIL.RU"/> |
| 19495 <int value="85" label="Zoznam"/> | 19529 <int value="85" label="Zoznam"/> |
| 19496 <int value="87" label="Najdi.si"/> | 19530 <int value="87" label="Najdi.si"/> |
| 19497 <int value="89" label="AltaVista"/> | 19531 <int value="89" label="AltaVista"/> |
| 19498 <int value="90" label="Terra"/> | 19532 <int value="90" label="Terra"/> |
| 19499 <int value="99" label="Spray"/> | 19533 <int value="99" label="Spray"/> |
| 19500 <int value="100" label="Sanook!"/> | 19534 <int value="100" label="Sanook!"/> |
| 19501 <int value="101" label="MYNET"/> | 19535 <int value="101" label="MYNET"/> |
| 19536 <int value="102" label="searchnu.com"/> | |
| 19537 <int value="103" label="babylon.com"/> | |
| 19538 <int value="104" label="delta-search.com"/> | |
| 19539 <int value="105" label="iminent.com"/> | |
| 19540 <int value="106" label="hao123.com"/> | |
| 19541 <int value="107" label="sweetim.com"/> | |
| 19542 <int value="108" label="snap.do"/> | |
| 19543 <int value="109" label="snapdo.com"/> | |
| 19544 <int value="110" label="softonic.com"/> | |
| 19545 <int value="111" label="searchfunmoods.com"/> | |
| 19546 <int value="112" label="incredibar.com"/> | |
| 19547 <int value="113" label="sweetpacks.com"/> | |
| 19548 <int value="114" label="imesh.net"/> | |
| 19502 </enum> | 19549 </enum> |
| 19503 | 19550 |
| 19504 <enum name="OmniboxSuggestRequests" type="int"> | 19551 <enum name="OmniboxSuggestRequests" type="int"> |
| 19505 <int value="1" label="requests sent"/> | 19552 <int value="1" label="requests sent"/> |
| 19506 <int value="2" label="requests invalidated"/> | 19553 <int value="2" label="requests invalidated"/> |
| 19507 <int value="3" label="(non-invalidated) replies received"/> | 19554 <int value="3" label="(non-invalidated) replies received"/> |
| 19508 </enum> | 19555 </enum> |
| 19509 | 19556 |
| 19510 <enum name="OSAgnosticErrno" type="int"> | 19557 <enum name="OSAgnosticErrno" type="int"> |
| 19511 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary> | 19558 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary> |
| (...skipping 4053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 23565 <group name="Disabled" label="Neither extra webstore link is visible"/> | 23612 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 23566 <group name="FooterLink" label="Link in bottom right of footer"/> | 23613 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 23567 <group name="PlusIcon" label="Plus icon in apps page"/> | 23614 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 23568 <affected-histogram name="Extensions.AppLaunch"/> | 23615 <affected-histogram name="Extensions.AppLaunch"/> |
| 23569 <affected-histogram name="NewTabPage.DefaultPageType"/> | 23616 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 23570 </fieldtrial> | 23617 </fieldtrial> |
| 23571 | 23618 |
| 23572 </fieldtrials> | 23619 </fieldtrials> |
| 23573 | 23620 |
| 23574 </histogram-configuration> | 23621 </histogram-configuration> |
| OLD | NEW |