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

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: Call PermissionContextUmaUtil methods Created 5 years, 2 months 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
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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 <flag>Bit 3: IGNORED</flag> 542 <flag>Bit 3: IGNORED</flag>
543 <flag>Bit 4: REVOKED</flag> 543 <flag>Bit 4: REVOKED</flag>
544 <flag>Bit 5: REENABLED</flag> 544 <flag>Bit 5: REENABLED</flag>
545 <flag>Bit 6: REQUESTED</flag> 545 <flag>Bit 6: REQUESTED</flag>
546 <summary> 546 <summary>
547 Bitfield of the permission actions taken for this permission. 547 Bitfield of the permission actions taken for this permission.
548 </summary> 548 </summary>
549 </flags-field> 549 </flags-field>
550 </rappor-metric> 550 </rappor-metric>
551 551
552 <rappor-metric name="Permissions.Action.MediaStreamCamera"
553 type="SAFEBROWSING_RAPPOR_TYPE">
554 <owner>kcarattini@chromium.org</owner>
555 <owner>tsergeant@chromium.org</owner>
556 <summary>
557 The domain+registry of a URL that requested the MediaStream Camera API.
558 </summary>
559 <string-field name="Scheme">
560 <summary>
561 The scheme of a URL that requested a permission.
562 </summary>
563 </string-field>
564 <string-field name="Host">
565 <summary>
566 The host of a URL that requested a permission.
567 </summary>
568 </string-field>
569 <string-field name="Port">
570 <summary>
571 The port of a URL that requested a permission.
572 </summary>
573 </string-field>
574 <string-field name="Domain">
575 <summary>
576 The domain+registry of a URL that requested a permission.
577 </summary>
578 </string-field>
579 <flags-field name="Actions">
580 <flag>Bit 0: GRANTED</flag>
581 <flag>Bit 1: DENIED</flag>
582 <flag>Bit 2: DISMISSED</flag>
583 <flag>Bit 3: IGNORED</flag>
584 <flag>Bit 4: REVOKED</flag>
585 <flag>Bit 5: REENABLED</flag>
586 <flag>Bit 6: REQUESTED</flag>
587 <summary>
588 Bitfield of the permission actions taken for this permission.
589 </summary>
590 </flags-field>
591 </rappor-metric>
592
593 <rappor-metric name="Permissions.Action.MediaStreamMic"
594 type="SAFEBROWSING_RAPPOR_TYPE">
595 <owner>kcarattini@chromium.org</owner>
596 <owner>tsergeant@chromium.org</owner>
597 <summary>
598 The domain+registry of a URL that requested the MediaStream Microphone API.
599 </summary>
600 <string-field name="Scheme">
601 <summary>
602 The scheme of a URL that requested a permission.
603 </summary>
604 </string-field>
605 <string-field name="Host">
606 <summary>
607 The host of a URL that requested a permission.
608 </summary>
609 </string-field>
610 <string-field name="Port">
611 <summary>
612 The port of a URL that requested a permission.
613 </summary>
614 </string-field>
615 <string-field name="Domain">
616 <summary>
617 The domain+registry of a URL that requested a permission.
618 </summary>
619 </string-field>
620 <flags-field name="Actions">
621 <flag>Bit 0: GRANTED</flag>
622 <flag>Bit 1: DENIED</flag>
623 <flag>Bit 2: DISMISSED</flag>
624 <flag>Bit 3: IGNORED</flag>
625 <flag>Bit 4: REVOKED</flag>
626 <flag>Bit 5: REENABLED</flag>
627 <flag>Bit 6: REQUESTED</flag>
628 <summary>
629 Bitfield of the permission actions taken for this permission.
630 </summary>
631 </flags-field>
632 </rappor-metric>
633
552 <rappor-metric name="Permissions.Action.MidiSysEx" 634 <rappor-metric name="Permissions.Action.MidiSysEx"
553 type="SAFEBROWSING_RAPPOR_TYPE"> 635 type="SAFEBROWSING_RAPPOR_TYPE">
554 <owner>kcarattini@chromium.org</owner> 636 <owner>kcarattini@chromium.org</owner>
555 <summary> 637 <summary>
556 The domain+registry of a URL that requested the MidiSysEx API. 638 The domain+registry of a URL that requested the MidiSysEx API.
557 </summary> 639 </summary>
558 <string-field name="Scheme"> 640 <string-field name="Scheme">
559 <summary> 641 <summary>
560 The scheme of a URL that requested a permission. 642 The scheme of a URL that requested a permission.
561 </summary> 643 </summary>
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698