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 8910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8921 </histogram> | 8921 </histogram> |
8922 | 8922 |
8923 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> | 8923 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> |
8924 <summary> | 8924 <summary> |
8925 Action taken by the user on the Most Visited NTP pane. If the user switches | 8925 Action taken by the user on the Most Visited NTP pane. If the user switches |
8926 panes during this use of the NTP, this action is sometimes not recorded. Ask | 8926 panes during this use of the NTP, this action is sometimes not recorded. Ask |
8927 mpearson@ for details. | 8927 mpearson@ for details. |
8928 </summary> | 8928 </summary> |
8929 </histogram> | 8929 </histogram> |
8930 | 8930 |
| 8931 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment" |
| 8932 enum="NtpTileExperimentActions"> |
| 8933 <summary> |
| 8934 Records anomalous events for the Most Visited Tile Placement experiment, |
| 8935 where it is unable to operate as expected. These are recorded during New Tab |
| 8936 Page load time, once for every NTP. |
| 8937 </summary> |
| 8938 </histogram> |
| 8939 |
8931 <histogram name="NewTabPage.NonVisibleScreenshots"> | 8940 <histogram name="NewTabPage.NonVisibleScreenshots"> |
8932 <summary> | 8941 <summary> |
8933 The number of screenshots that were cached for the non-visible but ranked | 8942 The number of screenshots that were cached for the non-visible but ranked |
8934 suggestions on the Suggested NTP pane. | 8943 suggestions on the Suggested NTP pane. |
8935 </summary> | 8944 </summary> |
8936 </histogram> | 8945 </histogram> |
8937 | 8946 |
8938 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> | 8947 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> |
8939 <summary> | 8948 <summary> |
8940 Given that the user has typed a URL, and given that that specific URL was | 8949 Given that the user has typed a URL, and given that that specific URL was |
(...skipping 10433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19374 <int value="3" label="Bookmarks"/> | 19383 <int value="3" label="Bookmarks"/> |
19375 <int value="4" label="Suggestions"/> | 19384 <int value="4" label="Suggestions"/> |
19376 </enum> | 19385 </enum> |
19377 | 19386 |
19378 <enum name="NtpPromoAction" type="int"> | 19387 <enum name="NtpPromoAction" type="int"> |
19379 <int value="0" label="NTP Promo viewed"/> | 19388 <int value="0" label="NTP Promo viewed"/> |
19380 <int value="1" label="NTP Promo closed"/> | 19389 <int value="1" label="NTP Promo closed"/> |
19381 <int value="2" label="NTP Promo link clicked"/> | 19390 <int value="2" label="NTP Promo link clicked"/> |
19382 </enum> | 19391 </enum> |
19383 | 19392 |
| 19393 <enum name="NtpTileExperimentActions" type="int"> |
| 19394 <summary> |
| 19395 The types of actions performed by the Most Visited Tile Placement |
| 19396 experiment, used to identify the cases where the experiment could not |
| 19397 operate as expected, and the reason for it. |
| 19398 </summary> |
| 19399 <int value="0" label="Removed URL that was already open in browser"/> |
| 19400 <int value="1" label="Didn't remove URL, too few suggestions in MV"/> |
| 19401 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/> |
| 19402 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/> |
| 19403 </enum> |
| 19404 |
19384 <enum name="OfflineStatus" type="int"> | 19405 <enum name="OfflineStatus" type="int"> |
19385 <int value="0" label="Fresh data load from Cache"/> | 19406 <int value="0" label="Fresh data load from Cache"/> |
19386 <int value="1" label="Successful network request (validation or fetch)."/> | 19407 <int value="1" label="Successful network request (validation or fetch)."/> |
19387 <int value="2" label="Failed network request (non-offline error)."/> | 19408 <int value="2" label="Failed network request (non-offline error)."/> |
19388 <int value="3" label="Server offline and stale data available."/> | 19409 <int value="3" label="Server offline and stale data available."/> |
19389 <int value="4" label="Server offline and stale data not available."/> | 19410 <int value="4" label="Server offline and stale data not available."/> |
19390 </enum> | 19411 </enum> |
19391 | 19412 |
19392 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> | 19413 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> |
19393 <int value="0" label="disabled by flags"/> | 19414 <int value="0" label="disabled by flags"/> |
(...skipping 4131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
23525 <group name="Disabled" label="Neither extra webstore link is visible"/> | 23546 <group name="Disabled" label="Neither extra webstore link is visible"/> |
23526 <group name="FooterLink" label="Link in bottom right of footer"/> | 23547 <group name="FooterLink" label="Link in bottom right of footer"/> |
23527 <group name="PlusIcon" label="Plus icon in apps page"/> | 23548 <group name="PlusIcon" label="Plus icon in apps page"/> |
23528 <affected-histogram name="Extensions.AppLaunch"/> | 23549 <affected-histogram name="Extensions.AppLaunch"/> |
23529 <affected-histogram name="NewTabPage.DefaultPageType"/> | 23550 <affected-histogram name="NewTabPage.DefaultPageType"/> |
23530 </fieldtrial> | 23551 </fieldtrial> |
23531 | 23552 |
23532 </fieldtrials> | 23553 </fieldtrials> |
23533 | 23554 |
23534 </histogram-configuration> | 23555 </histogram-configuration> |
OLD | NEW |