Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: tools/metrics/rappor/rappor.xml

Issue 1401073002: Add Rappor reporting for grant/deny/cancel/ignore of Mediastream permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace unusual case with todo Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 <flag>Bit 0</flag> 504 <flag>Bit 0</flag>
505 <summary> 505 <summary>
506 Whether or not the navigation to first contentful paint took over ten 506 Whether or not the navigation to first contentful paint took over ten
507 seconds. We send this over to ease in analysis. The Bucket field has many 507 seconds. We send this over to ease in analysis. The Bucket field has many
508 dimensions of noise (i.e. bits flipped), so it will be much harder 508 dimensions of noise (i.e. bits flipped), so it will be much harder
509 to de-noise than this one. 509 to de-noise than this one.
510 </summary> 510 </summary>
511 </flags-field> 511 </flags-field>
512 </rappor-metric> 512 </rappor-metric>
513 513
514 <rappor-metric name="Permissions.Action.AudioCapture"
515 type="SAFEBROWSING_RAPPOR_TYPE">
516 <owner>kcarattini@chromium.org</owner>
517 <owner>tsergeant@chromium.org</owner>
518 <summary>
519 The domain+registry of a URL that requested the MediaStream Microphone API.
520 </summary>
521 <string-field name="Scheme">
522 <summary>
523 The scheme of a URL that requested a permission.
524 </summary>
525 </string-field>
526 <string-field name="Host">
527 <summary>
528 The host of a URL that requested a permission.
529 </summary>
530 </string-field>
531 <string-field name="Port">
532 <summary>
533 The port of a URL that requested a permission.
534 </summary>
535 </string-field>
536 <string-field name="Domain">
537 <summary>
538 The domain+registry of a URL that requested a permission.
539 </summary>
540 </string-field>
541 <flags-field name="Actions">
542 <flag>Bit 0: GRANTED</flag>
543 <flag>Bit 1: DENIED</flag>
544 <flag>Bit 2: DISMISSED</flag>
545 <flag>Bit 3: IGNORED</flag>
546 <flag>Bit 4: REVOKED</flag>
547 <flag>Bit 5: REENABLED</flag>
548 <flag>Bit 6: REQUESTED</flag>
549 <summary>
550 Bitfield of the permission actions taken for this permission.
551 </summary>
552 </flags-field>
553 </rappor-metric>
554
514 <rappor-metric name="Permissions.Action.DurableStorage" 555 <rappor-metric name="Permissions.Action.DurableStorage"
515 type="SAFEBROWSING_RAPPOR_TYPE"> 556 type="SAFEBROWSING_RAPPOR_TYPE">
516 <owner>kcarattini@chromium.org</owner> 557 <owner>kcarattini@chromium.org</owner>
517 <summary> 558 <summary>
518 The domain+registry of a URL that requested the Durable Storage API. 559 The domain+registry of a URL that requested the Durable Storage API.
519 </summary> 560 </summary>
520 <string-field name="Scheme"> 561 <string-field name="Scheme">
521 <summary> 562 <summary>
522 The scheme of a URL that requested a permission. 563 The scheme of a URL that requested a permission.
523 </summary> 564 </summary>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 <flag>Bit 3: IGNORED</flag> 786 <flag>Bit 3: IGNORED</flag>
746 <flag>Bit 4: REVOKED</flag> 787 <flag>Bit 4: REVOKED</flag>
747 <flag>Bit 5: REENABLED</flag> 788 <flag>Bit 5: REENABLED</flag>
748 <flag>Bit 6: REQUESTED</flag> 789 <flag>Bit 6: REQUESTED</flag>
749 <summary> 790 <summary>
750 Bitfield of the permission actions taken for this permission. 791 Bitfield of the permission actions taken for this permission.
751 </summary> 792 </summary>
752 </flags-field> 793 </flags-field>
753 </rappor-metric> 794 </rappor-metric>
754 795
796 <rappor-metric name="Permissions.Action.VideoCapture"
797 type="SAFEBROWSING_RAPPOR_TYPE">
798 <owner>kcarattini@chromium.org</owner>
799 <owner>tsergeant@chromium.org</owner>
800 <summary>
801 The domain+registry of a URL that requested the MediaStream Camera API.
802 </summary>
803 <string-field name="Scheme">
804 <summary>
805 The scheme of a URL that requested a permission.
806 </summary>
807 </string-field>
808 <string-field name="Host">
809 <summary>
810 The host of a URL that requested a permission.
811 </summary>
812 </string-field>
813 <string-field name="Port">
814 <summary>
815 The port of a URL that requested a permission.
816 </summary>
817 </string-field>
818 <string-field name="Domain">
819 <summary>
820 The domain+registry of a URL that requested a permission.
821 </summary>
822 </string-field>
823 <flags-field name="Actions">
824 <flag>Bit 0: GRANTED</flag>
825 <flag>Bit 1: DENIED</flag>
826 <flag>Bit 2: DISMISSED</flag>
827 <flag>Bit 3: IGNORED</flag>
828 <flag>Bit 4: REVOKED</flag>
829 <flag>Bit 5: REENABLED</flag>
830 <flag>Bit 6: REQUESTED</flag>
831 <summary>
832 Bitfield of the permission actions taken for this permission.
833 </summary>
834 </flags-field>
835 </rappor-metric>
836
755 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> 837 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE">
756 <owner>wfh@chromium.org</owner> 838 <owner>wfh@chromium.org</owner>
757 <summary> 839 <summary>
758 The domain and registry of the top level URL of a page which attempts to 840 The domain and registry of the top level URL of a page which attempts to
759 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed 841 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed
760 and enabled. Recorded when the plugin frame appears for each Flash object 842 and enabled. Recorded when the plugin frame appears for each Flash object
761 found on the page, even if the plugin is click-to-play. 843 found on the page, even if the plugin is click-to-play.
762 </summary> 844 </summary>
763 </rappor-metric> 845 </rappor-metric>
764 846
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1106 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1025 <summary> 1107 <summary>
1026 Bitfield of the state from an SSL warning interstitial. 1108 Bitfield of the state from an SSL warning interstitial.
1027 </summary> 1109 </summary>
1028 </flags-field> 1110 </flags-field>
1029 </rappor-metric> 1111 </rappor-metric>
1030 1112
1031 </rappor-metrics> 1113 </rappor-metrics>
1032 1114
1033 </rappor-configuration> 1115 </rappor-configuration>
OLDNEW
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698