| 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 <!-- | 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome rappor metrics | 8 This file is used to generate a comprehensive list of Chrome rappor metrics |
| 9 along with a detailed description for each histogram. See the design doc at | 9 along with a detailed description for each histogram. See the design doc at |
| 10 http://www.chromium.org/developers/design-documents/rappor | 10 http://www.chromium.org/developers/design-documents/rappor |
| (...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 </summary> | 899 </summary> |
| 900 </rappor-metric> | 900 </rappor-metric> |
| 901 | 901 |
| 902 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> | 902 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> |
| 903 <owner>timvolodine@chromium.org</owner> | 903 <owner>timvolodine@chromium.org</owner> |
| 904 <summary> | 904 <summary> |
| 905 The domain and registry of the URL that is using Device Motion API. | 905 The domain and registry of the URL that is using Device Motion API. |
| 906 </summary> | 906 </summary> |
| 907 </rappor-metric> | 907 </rappor-metric> |
| 908 | 908 |
| 909 <rappor-metric name="DeviceSensors.DeviceMotionCrossOrigin" |
| 910 type="ETLD_PLUS_ONE"> |
| 911 <owner>timvolodine@chromium.org</owner> |
| 912 <summary> |
| 913 The domain and registry of the URL that is using Device Motion API from a |
| 914 frame with an origin different to that of the main frame. |
| 915 </summary> |
| 916 </rappor-metric> |
| 917 |
| 909 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> | 918 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> |
| 910 <owner>timvolodine@chromium.org</owner> | 919 <owner>timvolodine@chromium.org</owner> |
| 911 <summary> | 920 <summary> |
| 912 The domain and registry of the URL that is using Device Orientation API. | 921 The domain and registry of the URL that is using Device Orientation API. |
| 913 </summary> | 922 </summary> |
| 914 </rappor-metric> | 923 </rappor-metric> |
| 915 | 924 |
| 925 <rappor-metric name="DeviceSensors.DeviceOrientationCrossOrigin" |
| 926 type="ETLD_PLUS_ONE"> |
| 927 <owner>timvolodine@chromium.org</owner> |
| 928 <summary> |
| 929 The domain and registry of the URL that is using Device Orientation API from |
| 930 a frame with an origin different to that of the main frame. |
| 931 </summary> |
| 932 </rappor-metric> |
| 933 |
| 916 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> | 934 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> |
| 917 <owner>wychen@chromium.org</owner> | 935 <owner>wychen@chromium.org</owner> |
| 918 <summary> | 936 <summary> |
| 919 The eTLD+1 of the frame URL where Reader Mode panel is opened by the user. | 937 The eTLD+1 of the frame URL where Reader Mode panel is opened by the user. |
| 920 </summary> | 938 </summary> |
| 921 </rappor-metric> | 939 </rappor-metric> |
| 922 | 940 |
| 923 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> | 941 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> |
| 924 <owner>wychen@chromium.org</owner> | 942 <owner>wychen@chromium.org</owner> |
| 925 <summary> | 943 <summary> |
| (...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2438 <flag bit="1" label="IS_REPEAT_VISIT"/> |
| 2421 <summary> | 2439 <summary> |
| 2422 Bitfield of the state from an SSL warning interstitial. | 2440 Bitfield of the state from an SSL warning interstitial. |
| 2423 </summary> | 2441 </summary> |
| 2424 </flags-field> | 2442 </flags-field> |
| 2425 </rappor-metric> | 2443 </rappor-metric> |
| 2426 | 2444 |
| 2427 </rappor-metrics> | 2445 </rappor-metrics> |
| 2428 | 2446 |
| 2429 </rappor-configuration> | 2447 </rappor-configuration> |
| OLD | NEW |