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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 </rappor-metric> | 469 </rappor-metric> |
470 | 470 |
471 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> | 471 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> |
472 <owner>wychen@chromium.org</owner> | 472 <owner>wychen@chromium.org</owner> |
473 <summary> | 473 <summary> |
474 The eTLD+1 of the frame URL where Reader Mode panel is opened by the | 474 The eTLD+1 of the frame URL where Reader Mode panel is opened by the |
475 user. | 475 user. |
476 </summary> | 476 </summary> |
477 </rappor-metric> | 477 </rappor-metric> |
478 | 478 |
| 479 <rappor-metric name="DomDistiller.OpenPanelShortTime" type="UMA_RAPPOR_TYPE"> |
| 480 <owner>wychen@chromium.org</owner> |
| 481 <summary> |
| 482 The eTLD+1 of the frame URL where Reader Mode panel is opened by the |
| 483 user for less than 2 seconds. |
| 484 </summary> |
| 485 </rappor-metric> |
| 486 |
479 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> | 487 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> |
480 <owner>wychen@chromium.org</owner> | 488 <owner>wychen@chromium.org</owner> |
481 <summary> | 489 <summary> |
482 The eTLD+1 of the frame URL where Reader Mode is prompted. | 490 The eTLD+1 of the frame URL where Reader Mode is prompted. |
483 </summary> | 491 </summary> |
484 </rappor-metric> | 492 </rappor-metric> |
485 | 493 |
486 <rappor-metric name="Extensions.AffectedByIsolateExtensions" | 494 <rappor-metric name="Extensions.AffectedByIsolateExtensions" |
487 type="UMA_RAPPOR_TYPE"> | 495 type="UMA_RAPPOR_TYPE"> |
488 <owner>nick@chromium.org</owner> | 496 <owner>nick@chromium.org</owner> |
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1449 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1457 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
1450 <summary> | 1458 <summary> |
1451 Bitfield of the state from an SSL warning interstitial. | 1459 Bitfield of the state from an SSL warning interstitial. |
1452 </summary> | 1460 </summary> |
1453 </flags-field> | 1461 </flags-field> |
1454 </rappor-metric> | 1462 </rappor-metric> |
1455 | 1463 |
1456 </rappor-metrics> | 1464 </rappor-metrics> |
1457 | 1465 |
1458 </rappor-configuration> | 1466 </rappor-configuration> |
OLD | NEW |