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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 </rappor-metric> | 910 </rappor-metric> |
911 | 911 |
912 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> | 912 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> |
913 <owner>xhwang@chromium.org</owner> | 913 <owner>xhwang@chromium.org</owner> |
914 <summary> | 914 <summary> |
915 The domain and registry of the URL that uses Encrypted Media Extensions | 915 The domain and registry of the URL that uses Encrypted Media Extensions |
916 (EME) from an insecure origin. | 916 (EME) from an insecure origin. |
917 </summary> | 917 </summary> |
918 </rappor-metric> | 918 </rappor-metric> |
919 | 919 |
| 920 <rappor-metric name="Media.OriginUrl.GpuVideoDecoderInitFailure" |
| 921 type="ETLD_PLUS_ONE"> |
| 922 <owner>xhwang@chromium.org</owner> |
| 923 <summary> |
| 924 The domain and registry of the URL that loads an HTML5 media player but |
| 925 seeing a failure when trying to initialize the GpuVideoDecoder. |
| 926 </summary> |
| 927 </rappor-metric> |
| 928 |
920 <rappor-metric name="Media.OriginUrl.HLS" type="ETLD_PLUS_ONE"> | 929 <rappor-metric name="Media.OriginUrl.HLS" type="ETLD_PLUS_ONE"> |
921 <owner>watk@chromium.org</owner> | 930 <owner>watk@chromium.org</owner> |
922 <summary> | 931 <summary> |
923 The domain and registry of the URL that loads an HTML5 media player to play | 932 The domain and registry of the URL that loads an HTML5 media player to play |
924 a HLS stream. | 933 a HLS stream. |
925 </summary> | 934 </summary> |
926 </rappor-metric> | 935 </rappor-metric> |
927 | 936 |
928 <rappor-metric name="Media.OriginUrl.MS" type="ETLD_PLUS_ONE"> | 937 <rappor-metric name="Media.OriginUrl.MS" type="ETLD_PLUS_ONE"> |
929 <owner>xhwang@chromium.org</owner> | 938 <owner>xhwang@chromium.org</owner> |
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1901 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1910 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
1902 <summary> | 1911 <summary> |
1903 Bitfield of the state from an SSL warning interstitial. | 1912 Bitfield of the state from an SSL warning interstitial. |
1904 </summary> | 1913 </summary> |
1905 </flags-field> | 1914 </flags-field> |
1906 </rappor-metric> | 1915 </rappor-metric> |
1907 | 1916 |
1908 </rappor-metrics> | 1917 </rappor-metrics> |
1909 | 1918 |
1910 </rappor-configuration> | 1919 </rappor-configuration> |
OLD | NEW |