| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 </summary> | 176 </summary> |
| 177 </rappor-metric> | 177 </rappor-metric> |
| 178 | 178 |
| 179 <rappor-metric name="AppBanner.WebApp.Shown" type="ETLD_PLUS_ONE"> | 179 <rappor-metric name="AppBanner.WebApp.Shown" type="ETLD_PLUS_ONE"> |
| 180 <owner>dfalcantara@chromium.org</owner> | 180 <owner>dfalcantara@chromium.org</owner> |
| 181 <summary> | 181 <summary> |
| 182 The eTLD+1 of a URL that displayed a web app banner. | 182 The eTLD+1 of a URL that displayed a web app banner. |
| 183 </summary> | 183 </summary> |
| 184 </rappor-metric> | 184 </rappor-metric> |
| 185 | 185 |
| 186 <rappor-metric name="Autofill.CardUploadNotOfferedConflictingNames" |
| 187 type="ETLD_PLUS_ONE"> |
| 188 <owner>mathp@chromium.org</owner> |
| 189 <summary> |
| 190 The eTLD+1 of a URL for which there was an attempted upload of a credit card |
| 191 but for which we found conflicting names between the address and the card. |
| 192 </summary> |
| 193 </rappor-metric> |
| 194 |
| 195 <rappor-metric name="Autofill.CardUploadNotOfferedNoAddress" |
| 196 type="ETLD_PLUS_ONE"> |
| 197 <owner>mathp@chromium.org</owner> |
| 198 <summary> |
| 199 The eTLD+1 of a URL for which there was an attempted upload of a credit card |
| 200 but for which we couldn't find a recently used address to associate with it. |
| 201 </summary> |
| 202 </rappor-metric> |
| 203 |
| 204 <rappor-metric name="Autofill.CardUploadNotOfferedNoCvc" type="ETLD_PLUS_ONE"> |
| 205 <owner>mathp@chromium.org</owner> |
| 206 <summary> |
| 207 The eTLD+1 of a URL for which there was an attempted upload of a credit card |
| 208 but the form data didn't contain the card CVC. |
| 209 </summary> |
| 210 </rappor-metric> |
| 211 |
| 212 <rappor-metric name="Autofill.CardUploadNotOfferedNoName" type="ETLD_PLUS_ONE"> |
| 213 <owner>mathp@chromium.org</owner> |
| 214 <summary> |
| 215 The eTLD+1 of a URL for which there was an attempted upload of a credit card |
| 216 but for which we found no name associated with the address or the card. |
| 217 </summary> |
| 218 </rappor-metric> |
| 219 |
| 186 <rappor-metric name="Autofill.HighNumberOfHeuristicMismatches" | 220 <rappor-metric name="Autofill.HighNumberOfHeuristicMismatches" |
| 187 type="ETLD_PLUS_ONE"> | 221 type="ETLD_PLUS_ONE"> |
| 188 <owner>mathp@chromium.org</owner> | 222 <owner>mathp@chromium.org</owner> |
| 189 <summary> | 223 <summary> |
| 190 The eTLD+1 of a URL for which there was a high number of mismatches for the | 224 The eTLD+1 of a URL for which there was a high number of mismatches for the |
| 191 heuristic prediction of the form field types. | 225 heuristic prediction of the form field types. |
| 192 </summary> | 226 </summary> |
| 193 </rappor-metric> | 227 </rappor-metric> |
| 194 | 228 |
| 195 <rappor-metric name="Autofill.HighNumberOfServerMismatches" | 229 <rappor-metric name="Autofill.HighNumberOfServerMismatches" |
| (...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1935 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1969 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 1936 <summary> | 1970 <summary> |
| 1937 Bitfield of the state from an SSL warning interstitial. | 1971 Bitfield of the state from an SSL warning interstitial. |
| 1938 </summary> | 1972 </summary> |
| 1939 </flags-field> | 1973 </flags-field> |
| 1940 </rappor-metric> | 1974 </rappor-metric> |
| 1941 | 1975 |
| 1942 </rappor-metrics> | 1976 </rappor-metrics> |
| 1943 | 1977 |
| 1944 </rappor-configuration> | 1978 </rappor-configuration> |
| OLD | NEW |