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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 TODO(mlloyd): Refactor the XML so that field trials can be distinguished from | 48 TODO(mlloyd): Refactor the XML so that field trials can be distinguished from |
49 other types of suffix sets. | 49 other types of suffix sets. |
50 --> | 50 --> |
51 | 51 |
52 <histogram-configuration> | 52 <histogram-configuration> |
53 | 53 |
54 <!-- Histogram definitions --> | 54 <!-- Histogram definitions --> |
55 | 55 |
56 <histograms> | 56 <histograms> |
57 | 57 |
| 58 <histogram name="Accessibility.CrosHighContrast" enum="BooleanEnabled"> |
| 59 <summary> |
| 60 Whether the Chrome OS High Constrast mode feature is on (checked once 45 |
| 61 secs after startup). |
| 62 </summary> |
| 63 </histogram> |
| 64 |
| 65 <histogram name="Accessibility.CrosScreenMagnifier" enum="BooleanEnabled"> |
| 66 <summary> |
| 67 Whether the Chrome OS Screen Magnifier feature is on (checked once 45 secs |
| 68 after startup). |
| 69 </summary> |
| 70 </histogram> |
| 71 |
| 72 <histogram name="Accessibility.CrosSpokenFeedback" enum="BooleanEnabled"> |
| 73 <summary> |
| 74 Whether the Chrome OS Spoken Feedback feature is on (checked once 45 secs |
| 75 after startup). |
| 76 </summary> |
| 77 </histogram> |
| 78 |
| 79 <histogram name="Accessibility.CrosVirtualKeyboard" enum="BooleanEnabled"> |
| 80 <summary> |
| 81 Whether the Chrome OS Virtual Keyboard feature is on (checked once 45 secs |
| 82 after startup). |
| 83 </summary> |
| 84 </histogram> |
| 85 |
| 86 <histogram name="Accessibility.InvertedColors" enum="BooleanEnabled"> |
| 87 <summary> |
| 88 Whether Windows system settings show that high-contrast mode is enabled and |
| 89 the user has selected a light-on-dark color scheme (checked once 45 secs |
| 90 after startup). This causes Chrome to prompt the user with a bubble to |
| 91 optionally install a High Contrast extension and theme. |
| 92 </summary> |
| 93 </histogram> |
| 94 |
| 95 <histogram name="Accessibility.ManuallyEnabled" enum="BooleanEnabled"> |
| 96 <summary> |
| 97 Whether Chrome has enabled accessibility support because the user passed the |
| 98 --force-renderer-accessibility flag on the command-line (checked once 45 |
| 99 secs after startup). |
| 100 </summary> |
| 101 </histogram> |
| 102 |
| 103 <histogram name="Accessibility.State" enum="BooleanEnabled"> |
| 104 <summary> |
| 105 Whether Chrome has enabled accessibility support because it detects |
| 106 supported assistive technology running, or due to being manually enabled via |
| 107 a command-line flag (checked once 45 secs after startup). |
| 108 </summary> |
| 109 </histogram> |
| 110 |
| 111 <histogram name="Accessibility.WinAudioDescription" enum="BooleanEnabled"> |
| 112 <summary> |
| 113 Whether Windows system settings show that audio descriptions are enabled |
| 114 (checked once 45 secs after startup). |
| 115 </summary> |
| 116 </histogram> |
| 117 |
| 118 <histogram name="Accessibility.WinJAWS" enum="BooleanEnabled"> |
| 119 <summary> |
| 120 Whether the third-party JAWS screen reader is running (checked once 45 secs |
| 121 after startup). |
| 122 </summary> |
| 123 </histogram> |
| 124 |
| 125 <histogram name="Accessibility.WinNVDA" enum="BooleanEnabled"> |
| 126 <summary> |
| 127 Whether the third-party NVDA screen reader is running (checked once 45 secs |
| 128 after startup). |
| 129 </summary> |
| 130 </histogram> |
| 131 |
| 132 <histogram name="Accessibility.WinSAToGo" enum="BooleanEnabled"> |
| 133 <summary> |
| 134 Whether the third-party System Access To Go screen reader is running |
| 135 (checked once 45 secs after startup). |
| 136 </summary> |
| 137 </histogram> |
| 138 |
| 139 <histogram name="Accessibility.WinScreenReader" enum="BooleanEnabled"> |
| 140 <summary> |
| 141 Whether Windows system settings show that a screen reader is running |
| 142 (checked once 45 secs after startup). Note that this does not necessarily |
| 143 mean that Chrome has detected a supported screen reader and has enabled its |
| 144 accessibility mode. |
| 145 </summary> |
| 146 </histogram> |
| 147 |
| 148 <histogram name="Accessibility.WinStickyKeys" enum="BooleanEnabled"> |
| 149 <summary> |
| 150 Whether Windows system settings show that Sticky Keys are enabled. |
| 151 </summary> |
| 152 </histogram> |
| 153 |
| 154 <histogram name="Accessibility.WinZoomText" enum="BooleanEnabled"> |
| 155 <summary> |
| 156 Whether the third-party ZoomText screen magnifier is running. |
| 157 </summary> |
| 158 </histogram> |
| 159 |
58 <histogram name="Apps.AppLaunch" enum="AppLaunch"> | 160 <histogram name="Apps.AppLaunch" enum="AppLaunch"> |
59 <summary> | 161 <summary> |
60 The number of times v2 packaged apps are launched grouped by | 162 The number of times v2 packaged apps are launched grouped by |
61 extension_misc::AppLaunchBuckets. See also Extensions.AppLaunch. | 163 extension_misc::AppLaunchBuckets. See also Extensions.AppLaunch. |
62 </summary> | 164 </summary> |
63 </histogram> | 165 </histogram> |
64 | 166 |
65 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess"> | 167 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess"> |
66 <summary> | 168 <summary> |
67 Whether DnsConfigService::OnConfigChange actually corresponded to a change | 169 Whether DnsConfigService::OnConfigChange actually corresponded to a change |
(...skipping 19734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19802 <group name="Disabled" label="Neither extra webstore link is visible"/> | 19904 <group name="Disabled" label="Neither extra webstore link is visible"/> |
19803 <group name="FooterLink" label="Link in bottom right of footer"/> | 19905 <group name="FooterLink" label="Link in bottom right of footer"/> |
19804 <group name="PlusIcon" label="Plus icon in apps page"/> | 19906 <group name="PlusIcon" label="Plus icon in apps page"/> |
19805 <affected-histogram name="Extensions.AppLaunch"/> | 19907 <affected-histogram name="Extensions.AppLaunch"/> |
19806 <affected-histogram name="NewTabPage.DefaultPageType"/> | 19908 <affected-histogram name="NewTabPage.DefaultPageType"/> |
19807 </fieldtrial> | 19909 </fieldtrial> |
19808 | 19910 |
19809 </fieldtrials> | 19911 </fieldtrials> |
19810 | 19912 |
19811 </histogram-configuration> | 19913 </histogram-configuration> |
OLD | NEW |