| 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 </rappor-metric> | 609 </rappor-metric> |
| 610 | 610 |
| 611 <rappor-metric name="Media.OriginUrl.MSE.Insecure" type="ETLD_PLUS_ONE"> | 611 <rappor-metric name="Media.OriginUrl.MSE.Insecure" type="ETLD_PLUS_ONE"> |
| 612 <owner>wolenetz@chromium.org</owner> | 612 <owner>wolenetz@chromium.org</owner> |
| 613 <summary> | 613 <summary> |
| 614 The domain and registry of the URL that loads an HTML5 media player using | 614 The domain and registry of the URL that loads an HTML5 media player using |
| 615 Media Source Extensions (MSE) from an insecure origin. | 615 Media Source Extensions (MSE) from an insecure origin. |
| 616 </summary> | 616 </summary> |
| 617 </rappor-metric> | 617 </rappor-metric> |
| 618 | 618 |
| 619 <rappor-metric name="Media.OriginUrl.MSE.PipelineError" type="ETLD_PLUS_ONE"> |
| 620 <owner>xhwang@chromium.org</owner> |
| 621 <summary> |
| 622 The domain and registry of the URL that loads an HTML5 media player using |
| 623 Media Source Extensions (MSE) and ends up with an error. |
| 624 </summary> |
| 625 </rappor-metric> |
| 626 |
| 619 <rappor-metric name="Media.OriginUrl.MSE.Secure" type="ETLD_PLUS_ONE"> | 627 <rappor-metric name="Media.OriginUrl.MSE.Secure" type="ETLD_PLUS_ONE"> |
| 620 <owner>wolenetz@chromium.org</owner> | 628 <owner>wolenetz@chromium.org</owner> |
| 621 <summary> | 629 <summary> |
| 622 The domain and registry of the URL that loads an HTML5 media player using | 630 The domain and registry of the URL that loads an HTML5 media player using |
| 623 Media Source Extensions (MSE) from a potentially trustworthy origin. | 631 Media Source Extensions (MSE) from a potentially trustworthy origin. |
| 624 </summary> | 632 </summary> |
| 625 </rappor-metric> | 633 </rappor-metric> |
| 626 | 634 |
| 627 <rappor-metric name="Media.OriginUrl.SRC" type="ETLD_PLUS_ONE"> | 635 <rappor-metric name="Media.OriginUrl.SRC" type="ETLD_PLUS_ONE"> |
| 628 <owner>xhwang@chromium.org</owner> | 636 <owner>xhwang@chromium.org</owner> |
| 629 <summary> | 637 <summary> |
| 630 The domain and registry of the URL that loads an HTML5 media player using | 638 The domain and registry of the URL that loads an HTML5 media player using |
| 631 SRC. | 639 SRC. |
| 632 </summary> | 640 </summary> |
| 633 </rappor-metric> | 641 </rappor-metric> |
| 634 | 642 |
| 643 <rappor-metric name="Media.OriginUrl.SRC.PipelineError" type="ETLD_PLUS_ONE"> |
| 644 <owner>xhwang@chromium.org</owner> |
| 645 <summary> |
| 646 The domain and registry of the URL that loads an HTML5 media player using |
| 647 SRC and ends up with an error. |
| 648 </summary> |
| 649 </rappor-metric> |
| 650 |
| 635 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" | 651 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" |
| 636 type="UMA_RAPPOR_TYPE"> | 652 type="UMA_RAPPOR_TYPE"> |
| 637 <owner>knn@chromium.org</owner> | 653 <owner>knn@chromium.org</owner> |
| 638 <summary> | 654 <summary> |
| 639 The eTLD+1 of the website visited by a user by clicking on the tile in the | 655 The eTLD+1 of the website visited by a user by clicking on the tile in the |
| 640 NewTabPage. | 656 NewTabPage. |
| 641 </summary> | 657 </summary> |
| 642 </rappor-metric> | 658 </rappor-metric> |
| 643 | 659 |
| 644 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" | 660 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" |
| (...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1465 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 1450 <summary> | 1466 <summary> |
| 1451 Bitfield of the state from an SSL warning interstitial. | 1467 Bitfield of the state from an SSL warning interstitial. |
| 1452 </summary> | 1468 </summary> |
| 1453 </flags-field> | 1469 </flags-field> |
| 1454 </rappor-metric> | 1470 </rappor-metric> |
| 1455 | 1471 |
| 1456 </rappor-metrics> | 1472 </rappor-metrics> |
| 1457 | 1473 |
| 1458 </rappor-configuration> | 1474 </rappor-configuration> |
| OLD | NEW |