| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 </rappor-metric> | 214 </rappor-metric> |
| 215 | 215 |
| 216 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> | 216 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> |
| 217 <owner>holte@chromium.org</owner> | 217 <owner>holte@chromium.org</owner> |
| 218 <summary> | 218 <summary> |
| 219 The domain and registry of the URL chrome://newtab is rewritten to. | 219 The domain and registry of the URL chrome://newtab is rewritten to. |
| 220 Recorded when a profile is loaded, if the URL is valid. | 220 Recorded when a profile is loaded, if the URL is valid. |
| 221 </summary> | 221 </summary> |
| 222 </rappor-metric> | 222 </rappor-metric> |
| 223 | 223 |
| 224 <rappor-metric name="WebComponents.DocumentRegisterElement" |
| 225 type="ETLD_PLUS_ONE"> |
| 226 <owner>kojii@chromium.org</owner> |
| 227 <summary> |
| 228 The host of a URL that used Document::RegisterElement(). |
| 229 </summary> |
| 230 </rappor-metric> |
| 231 |
| 232 <rappor-metric name="WebComponents.ElementCreateShadowRoot" |
| 233 type="ETLD_PLUS_ONE"> |
| 234 <owner>kojii@chromium.org</owner> |
| 235 <summary> |
| 236 The host of a URL that used Element::CreateShadowRoot(). |
| 237 </summary> |
| 238 </rappor-metric> |
| 239 |
| 224 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> | 240 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> |
| 225 <owner>nparker@chromium.org</owner> | 241 <owner>nparker@chromium.org</owner> |
| 226 <summary> | 242 <summary> |
| 227 The domain+registry of a URL that triggered a safe-browsing UWS | 243 The domain+registry of a URL that triggered a safe-browsing UWS |
| 228 interstitial. | 244 interstitial. |
| 229 </summary> | 245 </summary> |
| 230 </rappor-metric> | 246 </rappor-metric> |
| 231 | 247 |
| 232 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> | 248 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> |
| 233 <owner>nparker@chromium.org</owner> | 249 <owner>nparker@chromium.org</owner> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 249 <owner>nparker@chromium.org</owner> | 265 <owner>nparker@chromium.org</owner> |
| 250 <summary> | 266 <summary> |
| 251 The domain+registry of a URL that triggered an SSL interstitial. Domains | 267 The domain+registry of a URL that triggered an SSL interstitial. Domains |
| 252 for bad-clock warnings are not reported. | 268 for bad-clock warnings are not reported. |
| 253 </summary> | 269 </summary> |
| 254 </rappor-metric> | 270 </rappor-metric> |
| 255 | 271 |
| 256 </rappor-metrics> | 272 </rappor-metrics> |
| 257 | 273 |
| 258 </rappor-configuration> | 274 </rappor-configuration> |
| OLD | NEW |