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 7160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
7171 </histogram> | 7171 </histogram> |
7172 | 7172 |
7173 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> | 7173 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> |
7174 <summary> | 7174 <summary> |
7175 Action taken by the user on the Most Visited NTP pane. If the user switches | 7175 Action taken by the user on the Most Visited NTP pane. If the user switches |
7176 panes during this use of the NTP, this action is sometimes not recorded. Ask | 7176 panes during this use of the NTP, this action is sometimes not recorded. Ask |
7177 mpearson@ for details. | 7177 mpearson@ for details. |
7178 </summary> | 7178 </summary> |
7179 </histogram> | 7179 </histogram> |
7180 | 7180 |
7181 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment" | |
7182 enum="NtpTileExperimentActions"> | |
7183 <summary> | |
7184 Histogram of actions carried out by Most Visited Tile Placement experiment. | |
beaudoin
2013/06/20 21:55:44
This could be a bit more detailed. As such, it's u
annark1
2013/07/04 18:29:15
Done.
| |
7185 </summary> | |
7186 </histogram> | |
7187 | |
7181 <histogram name="NewTabPage.NonVisibleScreenshots"> | 7188 <histogram name="NewTabPage.NonVisibleScreenshots"> |
7182 <summary> | 7189 <summary> |
7183 The number of screenshots that were cached for the non-visible but ranked | 7190 The number of screenshots that were cached for the non-visible but ranked |
7184 suggestions on the Suggested NTP pane. | 7191 suggestions on the Suggested NTP pane. |
7185 </summary> | 7192 </summary> |
7186 </histogram> | 7193 </histogram> |
7187 | 7194 |
7188 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> | 7195 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> |
7189 <summary> | 7196 <summary> |
7190 Given that the user has typed a URL, and given that that specific URL was | 7197 Given that the user has typed a URL, and given that that specific URL was |
(...skipping 8679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
15870 <int value="3" label="Bookmarks"/> | 15877 <int value="3" label="Bookmarks"/> |
15871 <int value="4" label="Suggestions"/> | 15878 <int value="4" label="Suggestions"/> |
15872 </enum> | 15879 </enum> |
15873 | 15880 |
15874 <enum name="NtpPromoAction" type="int"> | 15881 <enum name="NtpPromoAction" type="int"> |
15875 <int value="0" label="NTP Promo viewed"/> | 15882 <int value="0" label="NTP Promo viewed"/> |
15876 <int value="1" label="NTP Promo closed"/> | 15883 <int value="1" label="NTP Promo closed"/> |
15877 <int value="2" label="NTP Promo link clicked"/> | 15884 <int value="2" label="NTP Promo link clicked"/> |
15878 </enum> | 15885 </enum> |
15879 | 15886 |
15887 <enum name="NtpTileExperimentActions" type="int"> | |
15888 <summary> | |
15889 The types of actions performed by the Most Visited Tile Placement experiment | |
beaudoin
2013/06/20 21:55:44
Same here, a bit more details.
annark1
2013/07/04 18:29:15
Done.
| |
15890 </summary> | |
15891 <int value="0" label="Removed URL that was already open in browser"/> | |
15892 <int value="1" label="Didn't remove URL, too few suggestions in MV"/> | |
15893 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/> | |
15894 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/> | |
15895 <int value="4" label="No URL, couldn't flip any tiles"/> | |
15896 </enum> | |
15897 | |
15880 <enum name="OfflineStatus" type="int"> | 15898 <enum name="OfflineStatus" type="int"> |
15881 <int value="0" label="Fresh data load from Cache"/> | 15899 <int value="0" label="Fresh data load from Cache"/> |
15882 <int value="1" label="Successful network request (validation or fetch)."/> | 15900 <int value="1" label="Successful network request (validation or fetch)."/> |
15883 <int value="2" label="Failed network request (non-offline error)."/> | 15901 <int value="2" label="Failed network request (non-offline error)."/> |
15884 <int value="3" label="Server offline and stale data available."/> | 15902 <int value="3" label="Server offline and stale data available."/> |
15885 <int value="4" label="Server offline and stale data not available."/> | 15903 <int value="4" label="Server offline and stale data not available."/> |
15886 </enum> | 15904 </enum> |
15887 | 15905 |
15888 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> | 15906 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> |
15889 <int value="0" label="disabled by flags"/> | 15907 <int value="0" label="disabled by flags"/> |
(...skipping 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
18924 <group name="Disabled" label="Neither extra webstore link is visible"/> | 18942 <group name="Disabled" label="Neither extra webstore link is visible"/> |
18925 <group name="FooterLink" label="Link in bottom right of footer"/> | 18943 <group name="FooterLink" label="Link in bottom right of footer"/> |
18926 <group name="PlusIcon" label="Plus icon in apps page"/> | 18944 <group name="PlusIcon" label="Plus icon in apps page"/> |
18927 <affected-histogram name="Extensions.AppLaunch"/> | 18945 <affected-histogram name="Extensions.AppLaunch"/> |
18928 <affected-histogram name="NewTabPage.DefaultPageType"/> | 18946 <affected-histogram name="NewTabPage.DefaultPageType"/> |
18929 </fieldtrial> | 18947 </fieldtrial> |
18930 | 18948 |
18931 </fieldtrials> | 18949 </fieldtrials> |
18932 | 18950 |
18933 </histogram-configuration> | 18951 </histogram-configuration> |
OLD | NEW |