| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 </rappor-metric> | 299 </rappor-metric> |
| 300 | 300 |
| 301 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> | 301 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> |
| 302 <owner>holte@chromium.org</owner> | 302 <owner>holte@chromium.org</owner> |
| 303 <summary> | 303 <summary> |
| 304 The domain and registry of the URL chrome://newtab is rewritten to. | 304 The domain and registry of the URL chrome://newtab is rewritten to. |
| 305 Recorded when a profile is loaded, if the URL is valid. | 305 Recorded when a profile is loaded, if the URL is valid. |
| 306 </summary> | 306 </summary> |
| 307 </rappor-metric> | 307 </rappor-metric> |
| 308 | 308 |
| 309 <rappor-metric name="WebComponents.DocumentRegisterElement" |
| 310 type="ETLD_PLUS_ONE"> |
| 311 <owner>kojii@chromium.org</owner> |
| 312 <summary> |
| 313 The host of a URL that used Document::RegisterElement(). |
| 314 </summary> |
| 315 </rappor-metric> |
| 316 |
| 317 <rappor-metric name="WebComponents.ElementCreateShadowRoot" |
| 318 type="ETLD_PLUS_ONE"> |
| 319 <owner>kojii@chromium.org</owner> |
| 320 <summary> |
| 321 The host of a URL that used Element::CreateShadowRoot(). |
| 322 </summary> |
| 323 </rappor-metric> |
| 324 |
| 309 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> | 325 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> |
| 310 <owner>nparker@chromium.org</owner> | 326 <owner>nparker@chromium.org</owner> |
| 311 <summary> | 327 <summary> |
| 312 The domain+registry of a URL that triggered a safe-browsing UWS | 328 The domain+registry of a URL that triggered a safe-browsing UWS |
| 313 interstitial. | 329 interstitial. |
| 314 </summary> | 330 </summary> |
| 315 </rappor-metric> | 331 </rappor-metric> |
| 316 | 332 |
| 317 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> | 333 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> |
| 318 <owner>nparker@chromium.org</owner> | 334 <owner>nparker@chromium.org</owner> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 334 <owner>nparker@chromium.org</owner> | 350 <owner>nparker@chromium.org</owner> |
| 335 <summary> | 351 <summary> |
| 336 The domain+registry of a URL that triggered an SSL interstitial. Domains | 352 The domain+registry of a URL that triggered an SSL interstitial. Domains |
| 337 for bad-clock warnings are not reported. | 353 for bad-clock warnings are not reported. |
| 338 </summary> | 354 </summary> |
| 339 </rappor-metric> | 355 </rappor-metric> |
| 340 | 356 |
| 341 </rappor-metrics> | 357 </rappor-metrics> |
| 342 | 358 |
| 343 </rappor-configuration> | 359 </rappor-configuration> |
| OLD | NEW |