| 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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 </summary> | 906 </summary> |
| 907 </rappor-metric> | 907 </rappor-metric> |
| 908 | 908 |
| 909 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> | 909 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> |
| 910 <owner>timvolodine@chromium.org</owner> | 910 <owner>timvolodine@chromium.org</owner> |
| 911 <summary> | 911 <summary> |
| 912 The domain and registry of the URL that is using Device Orientation API. | 912 The domain and registry of the URL that is using Device Orientation API. |
| 913 </summary> | 913 </summary> |
| 914 </rappor-metric> | 914 </rappor-metric> |
| 915 | 915 |
| 916 <rappor-metric name="DeviceSensors.DeviceOrientationCrossOrigin" |
| 917 type="ETLD_PLUS_ONE"> |
| 918 <owner>timvolodine@chromium.org</owner> |
| 919 <summary> |
| 920 The domain and registry of the URL that is using Device Orientation API from |
| 921 a frame with an origin different to that of the main frame. |
| 922 </summary> |
| 923 </rappor-metric> |
| 924 |
| 916 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> | 925 <rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE"> |
| 917 <owner>wychen@chromium.org</owner> | 926 <owner>wychen@chromium.org</owner> |
| 918 <summary> | 927 <summary> |
| 919 The eTLD+1 of the frame URL where Reader Mode panel is opened by the user. | 928 The eTLD+1 of the frame URL where Reader Mode panel is opened by the user. |
| 920 </summary> | 929 </summary> |
| 921 </rappor-metric> | 930 </rappor-metric> |
| 922 | 931 |
| 923 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> | 932 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> |
| 924 <owner>wychen@chromium.org</owner> | 933 <owner>wychen@chromium.org</owner> |
| 925 <summary> | 934 <summary> |
| (...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2399 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2408 <flag bit="1" label="IS_REPEAT_VISIT"/> |
| 2400 <summary> | 2409 <summary> |
| 2401 Bitfield of the state from an SSL warning interstitial. | 2410 Bitfield of the state from an SSL warning interstitial. |
| 2402 </summary> | 2411 </summary> |
| 2403 </flags-field> | 2412 </flags-field> |
| 2404 </rappor-metric> | 2413 </rappor-metric> |
| 2405 | 2414 |
| 2406 </rappor-metrics> | 2415 </rappor-metrics> |
| 2407 | 2416 |
| 2408 </rappor-configuration> | 2417 </rappor-configuration> |
| OLD | NEW |