| 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 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 <flag>Bit 0</flag> | 1189 <flag>Bit 0</flag> |
| 1190 <summary> | 1190 <summary> |
| 1191 Whether or not the navigation to first contentful paint took over ten | 1191 Whether or not the navigation to first contentful paint took over ten |
| 1192 seconds. We send this over to ease in analysis. The Bucket field has many | 1192 seconds. We send this over to ease in analysis. The Bucket field has many |
| 1193 dimensions of noise (i.e. bits flipped), so it will be much harder | 1193 dimensions of noise (i.e. bits flipped), so it will be much harder |
| 1194 to de-noise than this one. | 1194 to de-noise than this one. |
| 1195 </summary> | 1195 </summary> |
| 1196 </flags-field> | 1196 </flags-field> |
| 1197 </rappor-metric> | 1197 </rappor-metric> |
| 1198 | 1198 |
| 1199 <rappor-metric |
| 1200 name="PageLoad.Experimental.PaintTiming.FirstMeaningfulPaintNotRecorded" |
| 1201 type="ETLD_PLUS_ONE"> |
| 1202 <owner>ksakamoto@chromium.org</owner> |
| 1203 <summary> |
| 1204 The domain and registry of the URL of a page which did not report |
| 1205 PageLoad.Experimental.PaintTiming.NavigationToFirstMeaningfulPaint UMA |
| 1206 because the user left the page before the page's network activity settles |
| 1207 down. |
| 1208 </summary> |
| 1209 </rappor-metric> |
| 1210 |
| 1199 <rappor-metric name="Permissions.Action.AudioCapture" | 1211 <rappor-metric name="Permissions.Action.AudioCapture" |
| 1200 type="SAFEBROWSING_RAPPOR_TYPE"> | 1212 type="SAFEBROWSING_RAPPOR_TYPE"> |
| 1201 <owner>kcarattini@chromium.org</owner> | 1213 <owner>kcarattini@chromium.org</owner> |
| 1202 <owner>tsergeant@chromium.org</owner> | 1214 <owner>tsergeant@chromium.org</owner> |
| 1203 <summary> | 1215 <summary> |
| 1204 **DEPRECATED. No longer reported as of M52. The domain+registry of a URL | 1216 **DEPRECATED. No longer reported as of M52. The domain+registry of a URL |
| 1205 that requested the MediaStream Microphone API. | 1217 that requested the MediaStream Microphone API. |
| 1206 </summary> | 1218 </summary> |
| 1207 <string-field name="Scheme"> | 1219 <string-field name="Scheme"> |
| 1208 <summary> | 1220 <summary> |
| (...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2079 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 2091 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 2080 <summary> | 2092 <summary> |
| 2081 Bitfield of the state from an SSL warning interstitial. | 2093 Bitfield of the state from an SSL warning interstitial. |
| 2082 </summary> | 2094 </summary> |
| 2083 </flags-field> | 2095 </flags-field> |
| 2084 </rappor-metric> | 2096 </rappor-metric> |
| 2085 | 2097 |
| 2086 </rappor-metrics> | 2098 </rappor-metrics> |
| 2087 | 2099 |
| 2088 </rappor-configuration> | 2100 </rappor-configuration> |
| OLD | NEW |