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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE"> | 462 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE"> |
463 <owner>meacer@chromium.org</owner> | 463 <owner>meacer@chromium.org</owner> |
464 <summary> | 464 <summary> |
465 The domain and registry of the URL that resulted in a main frame navigation | 465 The domain and registry of the URL that resulted in a main frame navigation |
466 to a |data:| URL. This includes page initiated navigations (e.g. redirects) | 466 to a |data:| URL. This includes page initiated navigations (e.g. redirects) |
467 and users clicking links, but excludes navigations initiated by users typing | 467 and users clicking links, but excludes navigations initiated by users typing |
468 |data:| URLs. | 468 |data:| URLs. |
469 </summary> | 469 </summary> |
470 </rappor-metric> | 470 </rappor-metric> |
471 | 471 |
| 472 <rappor-metric name="Permissions.Action.AudioCapture" |
| 473 type="SAFEBROWSING_RAPPOR_TYPE"> |
| 474 <owner>kcarattini@chromium.org</owner> |
| 475 <owner>tsergeant@chromium.org</owner> |
| 476 <summary> |
| 477 The domain+registry of a URL that requested the MediaStream Microphone API. |
| 478 </summary> |
| 479 <string-field name="Scheme"> |
| 480 <summary> |
| 481 The scheme of a URL that requested a permission. |
| 482 </summary> |
| 483 </string-field> |
| 484 <string-field name="Host"> |
| 485 <summary> |
| 486 The host of a URL that requested a permission. |
| 487 </summary> |
| 488 </string-field> |
| 489 <string-field name="Port"> |
| 490 <summary> |
| 491 The port of a URL that requested a permission. |
| 492 </summary> |
| 493 </string-field> |
| 494 <string-field name="Domain"> |
| 495 <summary> |
| 496 The domain+registry of a URL that requested a permission. |
| 497 </summary> |
| 498 </string-field> |
| 499 <flags-field name="Actions"> |
| 500 <flag>Bit 0: GRANTED</flag> |
| 501 <flag>Bit 1: DENIED</flag> |
| 502 <flag>Bit 2: DISMISSED</flag> |
| 503 <flag>Bit 3: IGNORED</flag> |
| 504 <flag>Bit 4: REVOKED</flag> |
| 505 <flag>Bit 5: REENABLED</flag> |
| 506 <flag>Bit 6: REQUESTED</flag> |
| 507 <summary> |
| 508 Bitfield of the permission actions taken for this permission. |
| 509 </summary> |
| 510 </flags-field> |
| 511 </rappor-metric> |
| 512 |
472 <rappor-metric name="Permissions.Action.DurableStorage" | 513 <rappor-metric name="Permissions.Action.DurableStorage" |
473 type="SAFEBROWSING_RAPPOR_TYPE"> | 514 type="SAFEBROWSING_RAPPOR_TYPE"> |
474 <owner>kcarattini@chromium.org</owner> | 515 <owner>kcarattini@chromium.org</owner> |
475 <summary> | 516 <summary> |
476 The domain+registry of a URL that requested the Durable Storage API. | 517 The domain+registry of a URL that requested the Durable Storage API. |
477 </summary> | 518 </summary> |
478 <string-field name="Scheme"> | 519 <string-field name="Scheme"> |
479 <summary> | 520 <summary> |
480 The scheme of a URL that requested a permission. | 521 The scheme of a URL that requested a permission. |
481 </summary> | 522 </summary> |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 <flag>Bit 3: IGNORED</flag> | 744 <flag>Bit 3: IGNORED</flag> |
704 <flag>Bit 4: REVOKED</flag> | 745 <flag>Bit 4: REVOKED</flag> |
705 <flag>Bit 5: REENABLED</flag> | 746 <flag>Bit 5: REENABLED</flag> |
706 <flag>Bit 6: REQUESTED</flag> | 747 <flag>Bit 6: REQUESTED</flag> |
707 <summary> | 748 <summary> |
708 Bitfield of the permission actions taken for this permission. | 749 Bitfield of the permission actions taken for this permission. |
709 </summary> | 750 </summary> |
710 </flags-field> | 751 </flags-field> |
711 </rappor-metric> | 752 </rappor-metric> |
712 | 753 |
| 754 <rappor-metric name="Permissions.Action.VideoCapture" |
| 755 type="SAFEBROWSING_RAPPOR_TYPE"> |
| 756 <owner>kcarattini@chromium.org</owner> |
| 757 <owner>tsergeant@chromium.org</owner> |
| 758 <summary> |
| 759 The domain+registry of a URL that requested the MediaStream Camera API. |
| 760 </summary> |
| 761 <string-field name="Scheme"> |
| 762 <summary> |
| 763 The scheme of a URL that requested a permission. |
| 764 </summary> |
| 765 </string-field> |
| 766 <string-field name="Host"> |
| 767 <summary> |
| 768 The host of a URL that requested a permission. |
| 769 </summary> |
| 770 </string-field> |
| 771 <string-field name="Port"> |
| 772 <summary> |
| 773 The port of a URL that requested a permission. |
| 774 </summary> |
| 775 </string-field> |
| 776 <string-field name="Domain"> |
| 777 <summary> |
| 778 The domain+registry of a URL that requested a permission. |
| 779 </summary> |
| 780 </string-field> |
| 781 <flags-field name="Actions"> |
| 782 <flag>Bit 0: GRANTED</flag> |
| 783 <flag>Bit 1: DENIED</flag> |
| 784 <flag>Bit 2: DISMISSED</flag> |
| 785 <flag>Bit 3: IGNORED</flag> |
| 786 <flag>Bit 4: REVOKED</flag> |
| 787 <flag>Bit 5: REENABLED</flag> |
| 788 <flag>Bit 6: REQUESTED</flag> |
| 789 <summary> |
| 790 Bitfield of the permission actions taken for this permission. |
| 791 </summary> |
| 792 </flags-field> |
| 793 </rappor-metric> |
| 794 |
713 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> | 795 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> |
714 <owner>wfh@chromium.org</owner> | 796 <owner>wfh@chromium.org</owner> |
715 <summary> | 797 <summary> |
716 The domain and registry of the top level URL of a page which attempts to | 798 The domain and registry of the top level URL of a page which attempts to |
717 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed | 799 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed |
718 and enabled. Recorded when the plugin frame appears for each Flash object | 800 and enabled. Recorded when the plugin frame appears for each Flash object |
719 found on the page, even if the plugin is click-to-play. | 801 found on the page, even if the plugin is click-to-play. |
720 </summary> | 802 </summary> |
721 </rappor-metric> | 803 </rappor-metric> |
722 | 804 |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
982 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1064 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
983 <summary> | 1065 <summary> |
984 Bitfield of the state from an SSL warning interstitial. | 1066 Bitfield of the state from an SSL warning interstitial. |
985 </summary> | 1067 </summary> |
986 </flags-field> | 1068 </flags-field> |
987 </rappor-metric> | 1069 </rappor-metric> |
988 | 1070 |
989 </rappor-metrics> | 1071 </rappor-metrics> |
990 | 1072 |
991 </rappor-configuration> | 1073 </rappor-configuration> |
OLD | NEW |