| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 </summary> | 349 </summary> |
| 350 </rappor-metric> | 350 </rappor-metric> |
| 351 | 351 |
| 352 <rappor-metric name="SoftwareReporter.FoundUwS" type="COARSE_RAPPOR_TYPE"> | 352 <rappor-metric name="SoftwareReporter.FoundUwS" type="COARSE_RAPPOR_TYPE"> |
| 353 <owner>mad@chromium.org</owner> | 353 <owner>mad@chromium.org</owner> |
| 354 <summary> | 354 <summary> |
| 355 The IDs of unwanted software found by the software reporter tool. | 355 The IDs of unwanted software found by the software reporter tool. |
| 356 </summary> | 356 </summary> |
| 357 </rappor-metric> | 357 </rappor-metric> |
| 358 | 358 |
| 359 <rappor-metric name="WebComponents.DocumentRegisterElement" |
| 360 type="ETLD_PLUS_ONE"> |
| 361 <owner>kojii@chromium.org</owner> |
| 362 <summary> |
| 363 The host of a URL that used Document::RegisterElement(). |
| 364 </summary> |
| 365 </rappor-metric> |
| 366 |
| 367 <rappor-metric name="WebComponents.ElementCreateShadowRoot" |
| 368 type="ETLD_PLUS_ONE"> |
| 369 <owner>kojii@chromium.org</owner> |
| 370 <summary> |
| 371 The host of a URL that used Element::CreateShadowRoot(). |
| 372 </summary> |
| 373 </rappor-metric> |
| 374 |
| 359 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> | 375 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> |
| 360 <owner>nparker@chromium.org</owner> | 376 <owner>nparker@chromium.org</owner> |
| 361 <summary> | 377 <summary> |
| 362 The domain+registry of a URL that triggered a safe-browsing UWS | 378 The domain+registry of a URL that triggered a safe-browsing UWS |
| 363 interstitial. | 379 interstitial. |
| 364 </summary> | 380 </summary> |
| 365 </rappor-metric> | 381 </rappor-metric> |
| 366 | 382 |
| 367 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> | 383 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> |
| 368 <owner>nparker@chromium.org</owner> | 384 <owner>nparker@chromium.org</owner> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 384 <owner>nparker@chromium.org</owner> | 400 <owner>nparker@chromium.org</owner> |
| 385 <summary> | 401 <summary> |
| 386 The domain+registry of a URL that triggered an SSL interstitial. Domains | 402 The domain+registry of a URL that triggered an SSL interstitial. Domains |
| 387 for bad-clock warnings are not reported. | 403 for bad-clock warnings are not reported. |
| 388 </summary> | 404 </summary> |
| 389 </rappor-metric> | 405 </rappor-metric> |
| 390 | 406 |
| 391 </rappor-metrics> | 407 </rappor-metrics> |
| 392 | 408 |
| 393 </rappor-configuration> | 409 </rappor-configuration> |
| OLD | NEW |