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.Camera" type="SAFEBROWSING_RAPPOR_TYPE"> | |
473 <owner>kcarattini@chromium.org</owner> | |
kcarattini
2015/10/12 06:13:28
Go ahead and put your username here (and below)
tsergeant
2015/10/13 03:31:23
Done.
| |
474 <summary> | |
475 The domain+registry of a URL that requested the Camera API. | |
476 </summary> | |
477 <string-field name="Scheme"> | |
478 <summary> | |
479 The scheme of a URL that requested a permission. | |
480 </summary> | |
481 </string-field> | |
482 <string-field name="Host"> | |
483 <summary> | |
484 The host of a URL that requested a permission. | |
485 </summary> | |
486 </string-field> | |
487 <string-field name="Port"> | |
488 <summary> | |
489 The port of a URL that requested a permission. | |
490 </summary> | |
491 </string-field> | |
492 <string-field name="Domain"> | |
493 <summary> | |
494 The domain+registry of a URL that requested a permission. | |
495 </summary> | |
496 </string-field> | |
497 <flags-field name="Actions"> | |
498 <flag>Bit 0: GRANTED</flag> | |
499 <flag>Bit 1: DENIED</flag> | |
500 <flag>Bit 2: DISMISSED</flag> | |
501 <flag>Bit 3: IGNORED</flag> | |
502 <flag>Bit 4: REVOKED</flag> | |
503 <flag>Bit 5: REENABLED</flag> | |
504 <flag>Bit 6: REQUESTED</flag> | |
505 <summary> | |
506 Bitfield of the permission actions taken for this permission. | |
507 </summary> | |
508 </flags-field> | |
509 </rappor-metric> | |
510 | |
472 <rappor-metric name="Permissions.Action.DurableStorage" | 511 <rappor-metric name="Permissions.Action.DurableStorage" |
473 type="SAFEBROWSING_RAPPOR_TYPE"> | 512 type="SAFEBROWSING_RAPPOR_TYPE"> |
474 <owner>kcarattini@chromium.org</owner> | 513 <owner>kcarattini@chromium.org</owner> |
475 <summary> | 514 <summary> |
476 The domain+registry of a URL that requested the Durable Storage API. | 515 The domain+registry of a URL that requested the Durable Storage API. |
477 </summary> | 516 </summary> |
478 <string-field name="Scheme"> | 517 <string-field name="Scheme"> |
479 <summary> | 518 <summary> |
480 The scheme of a URL that requested a permission. | 519 The scheme of a URL that requested a permission. |
481 </summary> | 520 </summary> |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
542 <flag>Bit 3: IGNORED</flag> | 581 <flag>Bit 3: IGNORED</flag> |
543 <flag>Bit 4: REVOKED</flag> | 582 <flag>Bit 4: REVOKED</flag> |
544 <flag>Bit 5: REENABLED</flag> | 583 <flag>Bit 5: REENABLED</flag> |
545 <flag>Bit 6: REQUESTED</flag> | 584 <flag>Bit 6: REQUESTED</flag> |
546 <summary> | 585 <summary> |
547 Bitfield of the permission actions taken for this permission. | 586 Bitfield of the permission actions taken for this permission. |
548 </summary> | 587 </summary> |
549 </flags-field> | 588 </flags-field> |
550 </rappor-metric> | 589 </rappor-metric> |
551 | 590 |
591 <rappor-metric name="Permissions.Action.Mic" type="SAFEBROWSING_RAPPOR_TYPE"> | |
592 <owner>kcarattini@chromium.org</owner> | |
593 <summary> | |
594 The domain+registry of a URL that requested the Microphone API. | |
595 </summary> | |
596 <string-field name="Scheme"> | |
597 <summary> | |
598 The scheme of a URL that requested a permission. | |
599 </summary> | |
600 </string-field> | |
601 <string-field name="Host"> | |
602 <summary> | |
603 The host of a URL that requested a permission. | |
604 </summary> | |
605 </string-field> | |
606 <string-field name="Port"> | |
607 <summary> | |
608 The port of a URL that requested a permission. | |
609 </summary> | |
610 </string-field> | |
611 <string-field name="Domain"> | |
612 <summary> | |
613 The domain+registry of a URL that requested a permission. | |
614 </summary> | |
615 </string-field> | |
616 <flags-field name="Actions"> | |
617 <flag>Bit 0: GRANTED</flag> | |
618 <flag>Bit 1: DENIED</flag> | |
619 <flag>Bit 2: DISMISSED</flag> | |
620 <flag>Bit 3: IGNORED</flag> | |
621 <flag>Bit 4: REVOKED</flag> | |
622 <flag>Bit 5: REENABLED</flag> | |
623 <flag>Bit 6: REQUESTED</flag> | |
624 <summary> | |
625 Bitfield of the permission actions taken for this permission. | |
626 </summary> | |
627 </flags-field> | |
628 </rappor-metric> | |
629 | |
552 <rappor-metric name="Permissions.Action.MidiSysEx" | 630 <rappor-metric name="Permissions.Action.MidiSysEx" |
553 type="SAFEBROWSING_RAPPOR_TYPE"> | 631 type="SAFEBROWSING_RAPPOR_TYPE"> |
554 <owner>kcarattini@chromium.org</owner> | 632 <owner>kcarattini@chromium.org</owner> |
555 <summary> | 633 <summary> |
556 The domain+registry of a URL that requested the MidiSysEx API. | 634 The domain+registry of a URL that requested the MidiSysEx API. |
557 </summary> | 635 </summary> |
558 <string-field name="Scheme"> | 636 <string-field name="Scheme"> |
559 <summary> | 637 <summary> |
560 The scheme of a URL that requested a permission. | 638 The scheme of a URL that requested a permission. |
561 </summary> | 639 </summary> |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
982 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1060 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
983 <summary> | 1061 <summary> |
984 Bitfield of the state from an SSL warning interstitial. | 1062 Bitfield of the state from an SSL warning interstitial. |
985 </summary> | 1063 </summary> |
986 </flags-field> | 1064 </flags-field> |
987 </rappor-metric> | 1065 </rappor-metric> |
988 | 1066 |
989 </rappor-metrics> | 1067 </rappor-metrics> |
990 | 1068 |
991 </rappor-configuration> | 1069 </rappor-configuration> |
OLD | NEW |