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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 </summary> | 461 </summary> |
462 </rappor-metric> | 462 </rappor-metric> |
463 | 463 |
464 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> | 464 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> |
465 <owner>timvolodine@chromium.org</owner> | 465 <owner>timvolodine@chromium.org</owner> |
466 <summary> | 466 <summary> |
467 The domain and registry of the URL that is using Device Orientation API. | 467 The domain and registry of the URL that is using Device Orientation API. |
468 </summary> | 468 </summary> |
469 </rappor-metric> | 469 </rappor-metric> |
470 | 470 |
| 471 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> |
| 472 <owner>wychen@chromium.org</owner> |
| 473 <summary> |
| 474 The eTLD+1 of the frame URL where Reader Mode panel is opened by the |
| 475 user. |
| 476 </summary> |
| 477 </rappor-metric> |
| 478 |
| 479 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> |
| 480 <owner>wychen@chromium.org</owner> |
| 481 <summary> |
| 482 The eTLD+1 of the frame URL where Reader Mode is prompted. |
| 483 </summary> |
| 484 </rappor-metric> |
| 485 |
471 <rappor-metric name="Extensions.AffectedByIsolateExtensions" | 486 <rappor-metric name="Extensions.AffectedByIsolateExtensions" |
472 type="UMA_RAPPOR_TYPE"> | 487 type="UMA_RAPPOR_TYPE"> |
473 <owner>nick@chromium.org</owner> | 488 <owner>nick@chromium.org</owner> |
474 <summary> | 489 <summary> |
475 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 |
476 --isolate-extensions. This metric is logged even if --isolate-extensions is | 491 --isolate-extensions. This metric is logged even if --isolate-extensions is |
477 disabled. Includes framing in both directions: non-extension documents that | 492 disabled. Includes framing in both directions: non-extension documents that |
478 contain chrome-extension:// iframes, or vice versa. Hosted apps are not | 493 contain chrome-extension:// iframes, or vice versa. Hosted apps are not |
479 considered extensions for the purposes of this metric. | 494 considered extensions for the purposes of this metric. |
480 </summary> | 495 </summary> |
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1433 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1448 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
1434 <summary> | 1449 <summary> |
1435 Bitfield of the state from an SSL warning interstitial. | 1450 Bitfield of the state from an SSL warning interstitial. |
1436 </summary> | 1451 </summary> |
1437 </flags-field> | 1452 </flags-field> |
1438 </rappor-metric> | 1453 </rappor-metric> |
1439 | 1454 |
1440 </rappor-metrics> | 1455 </rappor-metrics> |
1441 | 1456 |
1442 </rappor-configuration> | 1457 </rappor-configuration> |
OLD | NEW |