| 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 </summary> | 476 </summary> |
| 477 </rappor-metric> | 477 </rappor-metric> |
| 478 | 478 |
| 479 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> | 479 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> |
| 480 <owner>wychen@chromium.org</owner> | 480 <owner>wychen@chromium.org</owner> |
| 481 <summary> | 481 <summary> |
| 482 The eTLD+1 of the frame URL where Reader Mode is prompted. | 482 The eTLD+1 of the frame URL where Reader Mode is prompted. |
| 483 </summary> | 483 </summary> |
| 484 </rappor-metric> | 484 </rappor-metric> |
| 485 | 485 |
| 486 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> | |
| 487 <owner>wychen@chromium.org</owner> | |
| 488 <summary> | |
| 489 The eTLD+1 of the frame URL where Reader Mode panel is opened by the | |
| 490 user. | |
| 491 </summary> | |
| 492 </rappor-metric> | |
| 493 | |
| 494 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> | |
| 495 <owner>wychen@chromium.org</owner> | |
| 496 <summary> | |
| 497 The eTLD+1 of the frame URL where Reader Mode is prompted. | |
| 498 </summary> | |
| 499 </rappor-metric> | |
| 500 | |
| 501 <rappor-metric name="Extensions.AffectedByIsolateExtensions" | 486 <rappor-metric name="Extensions.AffectedByIsolateExtensions" |
| 502 type="UMA_RAPPOR_TYPE"> | 487 type="UMA_RAPPOR_TYPE"> |
| 503 <owner>nick@chromium.org</owner> | 488 <owner>nick@chromium.org</owner> |
| 504 <summary> | 489 <summary> |
| 505 The ID of an extension which will trigger out-of-process iframes under | 490 The ID of an extension which will trigger out-of-process iframes under |
| 506 --isolate-extensions. This metric is logged even if --isolate-extensions is | 491 --isolate-extensions. This metric is logged even if --isolate-extensions is |
| 507 disabled. Includes framing in both directions: non-extension documents that | 492 disabled. Includes framing in both directions: non-extension documents that |
| 508 contain chrome-extension:// iframes, or vice versa. Hosted apps are not | 493 contain chrome-extension:// iframes, or vice versa. Hosted apps are not |
| 509 considered extensions for the purposes of this metric. | 494 considered extensions for the purposes of this metric. |
| 510 </summary> | 495 </summary> |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1464 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1449 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 1465 <summary> | 1450 <summary> |
| 1466 Bitfield of the state from an SSL warning interstitial. | 1451 Bitfield of the state from an SSL warning interstitial. |
| 1467 </summary> | 1452 </summary> |
| 1468 </flags-field> | 1453 </flags-field> |
| 1469 </rappor-metric> | 1454 </rappor-metric> |
| 1470 | 1455 |
| 1471 </rappor-metrics> | 1456 </rappor-metrics> |
| 1472 | 1457 |
| 1473 </rappor-configuration> | 1458 </rappor-configuration> |
| OLD | NEW |