| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 | 303 |
| 304 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE"> | 304 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE"> |
| 305 <owner>dfalcantara@chromium.org</owner> | 305 <owner>dfalcantara@chromium.org</owner> |
| 306 <summary> | 306 <summary> |
| 307 The eTLD+1 of a URL that was launched from the Android Home screen into a | 307 The eTLD+1 of a URL that was launched from the Android Home screen into a |
| 308 WebappActivity. This explicitly does not count relaunches via the Android | 308 WebappActivity. This explicitly does not count relaunches via the Android |
| 309 Recents menu. | 309 Recents menu. |
| 310 </summary> | 310 </summary> |
| 311 </rappor-metric> | 311 </rappor-metric> |
| 312 | 312 |
| 313 <rappor-metric name="Launch.HomeScreenSource.AddToHomeScreen" |
| 314 type="ETLD_PLUS_ONE"> |
| 315 <owner>dominickn@chromium.org</owner> |
| 316 <summary> |
| 317 The eTLD+1 of a URL that was launched from the Android Home screen via an |
| 318 intent added from an add to homescreen menu item. This explicitly does not |
| 319 count relaunches via the Android Recents menu. |
| 320 </summary> |
| 321 </rappor-metric> |
| 322 |
| 323 <rappor-metric name="Launch.HomeScreenSource.AppBanner" type="ETLD_PLUS_ONE"> |
| 324 <owner>dominickn@chromium.org</owner> |
| 325 <summary> |
| 326 The eTLD+1 of a URL that was launched from the Android Home screen via an |
| 327 intent added from an app banner. This explicitly does not count relaunches |
| 328 via the Android Recents menu. |
| 329 </summary> |
| 330 </rappor-metric> |
| 331 |
| 332 <rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE"> |
| 333 <owner>dominickn@chromium.org</owner> |
| 334 <summary> |
| 335 The eTLD+1 of a URL that was launched from the Android Home screen via an |
| 336 intent added from an unknown source. This explicitly does not count |
| 337 relaunches via the Android Recents menu. |
| 338 </summary> |
| 339 </rappor-metric> |
| 340 |
| 313 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> | 341 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> |
| 314 <owner>xhwang@chromium.org</owner> | 342 <owner>xhwang@chromium.org</owner> |
| 315 <summary> | 343 <summary> |
| 316 The domain and registry of the URL that uses Encrypted Media Extensions | 344 The domain and registry of the URL that uses Encrypted Media Extensions |
| 317 (EME). | 345 (EME). |
| 318 </summary> | 346 </summary> |
| 319 </rappor-metric> | 347 </rappor-metric> |
| 320 | 348 |
| 321 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> | 349 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> |
| 322 <owner>xhwang@chromium.org</owner> | 350 <owner>xhwang@chromium.org</owner> |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 <owner>nparker@chromium.org</owner> | 524 <owner>nparker@chromium.org</owner> |
| 497 <summary> | 525 <summary> |
| 498 The domain+registry of a URL that triggered an SSL interstitial. Domains | 526 The domain+registry of a URL that triggered an SSL interstitial. Domains |
| 499 for bad-clock warnings are not reported. | 527 for bad-clock warnings are not reported. |
| 500 </summary> | 528 </summary> |
| 501 </rappor-metric> | 529 </rappor-metric> |
| 502 | 530 |
| 503 </rappor-metrics> | 531 </rappor-metrics> |
| 504 | 532 |
| 505 </rappor-configuration> | 533 </rappor-configuration> |
| OLD | NEW |