| 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 </summary> | 828 </summary> |
| 829 </rappor-metric> | 829 </rappor-metric> |
| 830 | 830 |
| 831 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> | 831 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
| 832 <owner>rdevlin.cronin@chromium.org</owner> | 832 <owner>rdevlin.cronin@chromium.org</owner> |
| 833 <summary> | 833 <summary> |
| 834 The eTLD+1 of a URL that might be doing ad injection. | 834 The eTLD+1 of a URL that might be doing ad injection. |
| 835 </summary> | 835 </summary> |
| 836 </rappor-metric> | 836 </rappor-metric> |
| 837 | 837 |
| 838 <rappor-metric name="GetUserMedia.InsecureOrigin" type="ETLD_PLUS_ONE"> |
| 839 <owner>guidou@chromium.org</owner> |
| 840 <owner>grunell@chromium.org</owner> |
| 841 <owner>hta@chromium.org</owner> |
| 842 <summary> |
| 843 The domain and registry of the URL that is trying to use getUserMedia from |
| 844 an insecure origin. |
| 845 </summary> |
| 846 </rappor-metric> |
| 847 |
| 848 <rappor-metric name="GetUserMedia.SecureOrigin" type="ETLD_PLUS_ONE"> |
| 849 <owner>guidou@chromium.org</owner> |
| 850 <owner>grunell@chromium.org</owner> |
| 851 <owner>hta@chromium.org</owner> |
| 852 <summary> |
| 853 The domain and registry of the URL that is using getUserMedia from a |
| 854 secure origin. |
| 855 </summary> |
| 856 </rappor-metric> |
| 857 |
| 838 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> | 858 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE"> |
| 839 <owner>dfalcantara@chromium.org</owner> | 859 <owner>dfalcantara@chromium.org</owner> |
| 840 <summary> | 860 <summary> |
| 841 The eTLD+1 of a URL that was launched from the Android Home screen into a | 861 The eTLD+1 of a URL that was launched from the Android Home screen into a |
| 842 tab. This explicitly does not count relaunches via the Android Recents | 862 tab. This explicitly does not count relaunches via the Android Recents |
| 843 menu. | 863 menu. |
| 844 </summary> | 864 </summary> |
| 845 </rappor-metric> | 865 </rappor-metric> |
| 846 | 866 |
| 847 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE"> | 867 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE"> |
| (...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1901 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1921 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 1902 <summary> | 1922 <summary> |
| 1903 Bitfield of the state from an SSL warning interstitial. | 1923 Bitfield of the state from an SSL warning interstitial. |
| 1904 </summary> | 1924 </summary> |
| 1905 </flags-field> | 1925 </flags-field> |
| 1906 </rappor-metric> | 1926 </rappor-metric> |
| 1907 | 1927 |
| 1908 </rappor-metrics> | 1928 </rappor-metrics> |
| 1909 | 1929 |
| 1910 </rappor-configuration> | 1930 </rappor-configuration> |
| OLD | NEW |