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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 </rappor-metric> | 228 </rappor-metric> |
229 | 229 |
230 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url" | 230 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url" |
231 type="ETLD_PLUS_ONE"> | 231 type="ETLD_PLUS_ONE"> |
232 <owner>miguelg@chromium.org</owner> | 232 <owner>miguelg@chromium.org</owner> |
233 <summary> | 233 <summary> |
234 The domain that issues a Notification permission prompt. | 234 The domain that issues a Notification permission prompt. |
235 </summary> | 235 </summary> |
236 </rappor-metric> | 236 </rappor-metric> |
237 | 237 |
| 238 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> |
| 239 <owner>timvolodine@chromium.org</owner> |
| 240 <summary> |
| 241 The domain and registry of the URL that is using Device Motion API. |
| 242 </summary> |
| 243 </rappor-metric> |
| 244 |
| 245 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> |
| 246 <owner>timvolodine@chromium.org</owner> |
| 247 <summary> |
| 248 The domain and registry of the URL that is using Device Orientation API. |
| 249 </summary> |
| 250 </rappor-metric> |
| 251 |
238 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> | 252 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
239 <owner>rdevlin.cronin@chromium.org</owner> | 253 <owner>rdevlin.cronin@chromium.org</owner> |
240 <summary> | 254 <summary> |
241 The eTLD+1 of a URL that might be doing ad injection. | 255 The eTLD+1 of a URL that might be doing ad injection. |
242 </summary> | 256 </summary> |
243 </rappor-metric> | 257 </rappor-metric> |
244 | 258 |
245 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> | 259 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> |
246 <owner>dfalcantara@chromium.org</owner> | 260 <owner>dfalcantara@chromium.org</owner> |
247 <summary> | 261 <summary> |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 <owner>nparker@chromium.org</owner> | 414 <owner>nparker@chromium.org</owner> |
401 <summary> | 415 <summary> |
402 The domain+registry of a URL that triggered an SSL interstitial. Domains | 416 The domain+registry of a URL that triggered an SSL interstitial. Domains |
403 for bad-clock warnings are not reported. | 417 for bad-clock warnings are not reported. |
404 </summary> | 418 </summary> |
405 </rappor-metric> | 419 </rappor-metric> |
406 | 420 |
407 </rappor-metrics> | 421 </rappor-metrics> |
408 | 422 |
409 </rappor-configuration> | 423 </rappor-configuration> |
OLD | NEW |