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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 </rappor-metric> | 332 </rappor-metric> |
333 | 333 |
334 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> | 334 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> |
335 <owner>holte@chromium.org</owner> | 335 <owner>holte@chromium.org</owner> |
336 <summary> | 336 <summary> |
337 The domain and registry of the URL chrome://newtab is rewritten to. | 337 The domain and registry of the URL chrome://newtab is rewritten to. |
338 Recorded when a profile is loaded, if the URL is valid. | 338 Recorded when a profile is loaded, if the URL is valid. |
339 </summary> | 339 </summary> |
340 </rappor-metric> | 340 </rappor-metric> |
341 | 341 |
| 342 <rappor-metric name="WebComponents.DocumentRegisterElement" |
| 343 type="ETLD_PLUS_ONE"> |
| 344 <owner>kojii@chromium.org</owner> |
| 345 <summary> |
| 346 The host of a URL that used Document::RegisterElement(). |
| 347 </summary> |
| 348 </rappor-metric> |
| 349 |
| 350 <rappor-metric name="WebComponents.ElementCreateShadowRoot" |
| 351 type="ETLD_PLUS_ONE"> |
| 352 <owner>kojii@chromium.org</owner> |
| 353 <summary> |
| 354 The host of a URL that used Element::CreateShadowRoot(). |
| 355 </summary> |
| 356 </rappor-metric> |
| 357 |
342 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> | 358 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> |
343 <owner>nparker@chromium.org</owner> | 359 <owner>nparker@chromium.org</owner> |
344 <summary> | 360 <summary> |
345 The domain+registry of a URL that triggered a safe-browsing UWS | 361 The domain+registry of a URL that triggered a safe-browsing UWS |
346 interstitial. | 362 interstitial. |
347 </summary> | 363 </summary> |
348 </rappor-metric> | 364 </rappor-metric> |
349 | 365 |
350 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> | 366 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> |
351 <owner>nparker@chromium.org</owner> | 367 <owner>nparker@chromium.org</owner> |
(...skipping 15 matching lines...) Expand all Loading... |
367 <owner>nparker@chromium.org</owner> | 383 <owner>nparker@chromium.org</owner> |
368 <summary> | 384 <summary> |
369 The domain+registry of a URL that triggered an SSL interstitial. Domains | 385 The domain+registry of a URL that triggered an SSL interstitial. Domains |
370 for bad-clock warnings are not reported. | 386 for bad-clock warnings are not reported. |
371 </summary> | 387 </summary> |
372 </rappor-metric> | 388 </rappor-metric> |
373 | 389 |
374 </rappor-metrics> | 390 </rappor-metrics> |
375 | 391 |
376 </rappor-configuration> | 392 </rappor-configuration> |
OLD | NEW |