OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2015 The Chromium Authors. All rights reserved. | 2 Copyright 2015 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 <rappor-configuration> | 7 <rappor-configuration> |
8 <!-- | 8 <!-- |
9 This file is used to generate a comprehensive list of Chrome rappor metrics | 9 This file is used to generate a comprehensive list of Chrome rappor metrics |
10 along with a detailed description for each histogram. See the design doc at | 10 along with a detailed description for each histogram. See the design doc at |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" | 110 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" |
111 type="ETLD_PLUS_ONE"> | 111 type="ETLD_PLUS_ONE"> |
112 <owner>lgarron@chromium.org</owner> | 112 <owner>lgarron@chromium.org</owner> |
113 <summary> | 113 <summary> |
114 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does | 114 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does |
115 *not* include pages with mixed scripts where the user has already clicked | 115 *not* include pages with mixed scripts where the user has already clicked |
116 through the shield. | 116 through the shield. |
117 </summary> | 117 </summary> |
118 </rappor-metric> | 118 </rappor-metric> |
119 | 119 |
| 120 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" |
| 121 type="ETLD_PLUS_ONE"> |
| 122 <owner>miguelg@chromium.org</owner> |
| 123 <summary> |
| 124 The domain for which a Geolocation permission prompt was Denied. |
| 125 </summary> |
| 126 </rappor-metric> |
| 127 |
| 128 <rappor-metric |
| 129 name="ContentSettings.PermissionActions_Geolocation.Dismissed.Url" |
| 130 type="ETLD_PLUS_ONE"> |
| 131 <owner>miguelg@chromium.org</owner> |
| 132 <summary> |
| 133 The domain for which a Geolocation permission prompt was Dismissed. |
| 134 </summary> |
| 135 </rappor-metric> |
| 136 |
| 137 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Granted.Url" |
| 138 type="ETLD_PLUS_ONE"> |
| 139 <owner>miguelg@chromium.org</owner> |
| 140 <summary> |
| 141 The domain for which a Geolocation permission prompt was accepted. |
| 142 </summary> |
| 143 </rappor-metric> |
| 144 |
| 145 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Ignored.Url" |
| 146 type="ETLD_PLUS_ONE"> |
| 147 <owner>miguelg@chromium.org</owner> |
| 148 <summary> |
| 149 The domain for which a Geolocation permission prompt was Ignored. |
| 150 </summary> |
| 151 </rappor-metric> |
| 152 |
| 153 <rappor-metric |
| 154 name="ContentSettings.PermissionActions_Notifications.Denied.Url" |
| 155 type="ETLD_PLUS_ONE"> |
| 156 <owner>miguelg@chromium.org</owner> |
| 157 <summary> |
| 158 The domain for which a Notification permission prompt was Denied. |
| 159 </summary> |
| 160 </rappor-metric> |
| 161 |
| 162 <rappor-metric |
| 163 name="ContentSettings.PermissionActions_Notifications.Dismissed.Url" |
| 164 type="ETLD_PLUS_ONE"> |
| 165 <owner>miguelg@chromium.org</owner> |
| 166 <summary> |
| 167 The domain for which a Notification permission prompt was Dismissed. |
| 168 </summary> |
| 169 </rappor-metric> |
| 170 |
| 171 <rappor-metric |
| 172 name="ContentSettings.PermissionActions_Notifications.Granted.Url" |
| 173 type="ETLD_PLUS_ONE"> |
| 174 <owner>miguelg@chromium.org</owner> |
| 175 <summary> |
| 176 The domain for which a Notification permission prompt was accepted. |
| 177 </summary> |
| 178 </rappor-metric> |
| 179 |
| 180 <rappor-metric |
| 181 name="ContentSettings.PermissionActions_Notifications.Ignored.Url" |
| 182 type="ETLD_PLUS_ONE"> |
| 183 <owner>miguelg@chromium.org</owner> |
| 184 <summary> |
| 185 The domain for which a Notification permission prompt was Ignored. |
| 186 </summary> |
| 187 </rappor-metric> |
| 188 |
| 189 <rappor-metric name="ContentSettings.PermissionRequested.Geolocation.Url" |
| 190 type="ETLD_PLUS_ONE"> |
| 191 <owner>miguelg@chromium.org</owner> |
| 192 <summary> |
| 193 The domain that issues a Geolocation permission prompt. |
| 194 </summary> |
| 195 </rappor-metric> |
| 196 |
| 197 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url" |
| 198 type="ETLD_PLUS_ONE"> |
| 199 <owner>miguelg@chromium.org</owner> |
| 200 <summary> |
| 201 The domain that issues a Notification permission prompt. |
| 202 </summary> |
| 203 </rappor-metric> |
| 204 |
120 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> | 205 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
121 <owner>rdevlin.cronin@chromium.org</owner> | 206 <owner>rdevlin.cronin@chromium.org</owner> |
122 <summary> | 207 <summary> |
123 The eTLD+1 of a URL that might be doing ad injection. | 208 The eTLD+1 of a URL that might be doing ad injection. |
124 </summary> | 209 </summary> |
125 </rappor-metric> | 210 </rappor-metric> |
126 | 211 |
127 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> | 212 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> |
128 <owner>dfalcantara@chromium.org</owner> | 213 <owner>dfalcantara@chromium.org</owner> |
129 <summary> | 214 <summary> |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 <owner>nparker@chromium.org</owner> | 334 <owner>nparker@chromium.org</owner> |
250 <summary> | 335 <summary> |
251 The domain+registry of a URL that triggered an SSL interstitial. Domains | 336 The domain+registry of a URL that triggered an SSL interstitial. Domains |
252 for bad-clock warnings are not reported. | 337 for bad-clock warnings are not reported. |
253 </summary> | 338 </summary> |
254 </rappor-metric> | 339 </rappor-metric> |
255 | 340 |
256 </rappor-metrics> | 341 </rappor-metrics> |
257 | 342 |
258 </rappor-configuration> | 343 </rappor-configuration> |
OLD | NEW |