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 8845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8856 </histogram> | 8856 </histogram> |
8857 | 8857 |
8858 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> | 8858 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> |
8859 <summary> | 8859 <summary> |
8860 Action taken by the user on the Most Visited NTP pane. If the user switches | 8860 Action taken by the user on the Most Visited NTP pane. If the user switches |
8861 panes during this use of the NTP, this action is sometimes not recorded. Ask | 8861 panes during this use of the NTP, this action is sometimes not recorded. Ask |
8862 mpearson@ for details. | 8862 mpearson@ for details. |
8863 </summary> | 8863 </summary> |
8864 </histogram> | 8864 </histogram> |
8865 | 8865 |
8866 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment" | |
8867 enum="NtpTileExperimentActions"> | |
8868 <summary> | |
8869 Histogram of actions carried out by Most Visited Tile Placement experiment. | |
8870 The reason for this histogram is to identify the cases where the experiment | |
8871 could not operate as expected, and the reason for it. | |
Alexei Svitkine (slow)
2013/07/22 20:59:06
Please mention when this histogram gets recorded.
annark1
2013/07/23 19:52:21
Done.
| |
8872 </summary> | |
8873 </histogram> | |
8874 | |
8866 <histogram name="NewTabPage.NonVisibleScreenshots"> | 8875 <histogram name="NewTabPage.NonVisibleScreenshots"> |
8867 <summary> | 8876 <summary> |
8868 The number of screenshots that were cached for the non-visible but ranked | 8877 The number of screenshots that were cached for the non-visible but ranked |
8869 suggestions on the Suggested NTP pane. | 8878 suggestions on the Suggested NTP pane. |
8870 </summary> | 8879 </summary> |
8871 </histogram> | 8880 </histogram> |
8872 | 8881 |
8873 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> | 8882 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> |
8874 <summary> | 8883 <summary> |
8875 Given that the user has typed a URL, and given that that specific URL was | 8884 Given that the user has typed a URL, and given that that specific URL was |
(...skipping 10395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
19271 <int value="3" label="Bookmarks"/> | 19280 <int value="3" label="Bookmarks"/> |
19272 <int value="4" label="Suggestions"/> | 19281 <int value="4" label="Suggestions"/> |
19273 </enum> | 19282 </enum> |
19274 | 19283 |
19275 <enum name="NtpPromoAction" type="int"> | 19284 <enum name="NtpPromoAction" type="int"> |
19276 <int value="0" label="NTP Promo viewed"/> | 19285 <int value="0" label="NTP Promo viewed"/> |
19277 <int value="1" label="NTP Promo closed"/> | 19286 <int value="1" label="NTP Promo closed"/> |
19278 <int value="2" label="NTP Promo link clicked"/> | 19287 <int value="2" label="NTP Promo link clicked"/> |
19279 </enum> | 19288 </enum> |
19280 | 19289 |
19290 <enum name="NtpTileExperimentActions" type="int"> | |
19291 <summary> | |
19292 The types of actions performed by the Most Visited Tile Placement | |
19293 experiment, used to identify the cases where the experiment could not | |
19294 operate as expected, and the reason for it. | |
19295 </summary> | |
19296 <int value="0" label="Removed URL that was already open in browser"/> | |
19297 <int value="1" label="Didn't remove URL, too few suggestions in MV"/> | |
19298 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/> | |
19299 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/> | |
19300 </enum> | |
19301 | |
19281 <enum name="OfflineStatus" type="int"> | 19302 <enum name="OfflineStatus" type="int"> |
19282 <int value="0" label="Fresh data load from Cache"/> | 19303 <int value="0" label="Fresh data load from Cache"/> |
19283 <int value="1" label="Successful network request (validation or fetch)."/> | 19304 <int value="1" label="Successful network request (validation or fetch)."/> |
19284 <int value="2" label="Failed network request (non-offline error)."/> | 19305 <int value="2" label="Failed network request (non-offline error)."/> |
19285 <int value="3" label="Server offline and stale data available."/> | 19306 <int value="3" label="Server offline and stale data available."/> |
19286 <int value="4" label="Server offline and stale data not available."/> | 19307 <int value="4" label="Server offline and stale data not available."/> |
19287 </enum> | 19308 </enum> |
19288 | 19309 |
19289 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> | 19310 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> |
19290 <int value="0" label="disabled by flags"/> | 19311 <int value="0" label="disabled by flags"/> |
(...skipping 4125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
23416 <group name="Disabled" label="Neither extra webstore link is visible"/> | 23437 <group name="Disabled" label="Neither extra webstore link is visible"/> |
23417 <group name="FooterLink" label="Link in bottom right of footer"/> | 23438 <group name="FooterLink" label="Link in bottom right of footer"/> |
23418 <group name="PlusIcon" label="Plus icon in apps page"/> | 23439 <group name="PlusIcon" label="Plus icon in apps page"/> |
23419 <affected-histogram name="Extensions.AppLaunch"/> | 23440 <affected-histogram name="Extensions.AppLaunch"/> |
23420 <affected-histogram name="NewTabPage.DefaultPageType"/> | 23441 <affected-histogram name="NewTabPage.DefaultPageType"/> |
23421 </fieldtrial> | 23442 </fieldtrial> |
23422 | 23443 |
23423 </fieldtrials> | 23444 </fieldtrials> |
23424 | 23445 |
23425 </histogram-configuration> | 23446 </histogram-configuration> |
OLD | NEW |