| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 </rappor-metric> | 136 </rappor-metric> |
| 137 | 137 |
| 138 <rappor-metric name="ContentSettings.MixedScript.RanMixedScript" | 138 <rappor-metric name="ContentSettings.MixedScript.RanMixedScript" |
| 139 type="ETLD_PLUS_ONE"> | 139 type="ETLD_PLUS_ONE"> |
| 140 <owner>lgarron@chromium.org</owner> | 140 <owner>lgarron@chromium.org</owner> |
| 141 <summary> | 141 <summary> |
| 142 The eTLD+1 of a URL that when mixed script actually ran. | 142 The eTLD+1 of a URL that when mixed script actually ran. |
| 143 </summary> | 143 </summary> |
| 144 </rappor-metric> | 144 </rappor-metric> |
| 145 | 145 |
| 146 <rappor-metric name="ContentSettings.MixedScript.UserClickedAllow" |
| 147 type="ETLD_PLUS_ONE"> |
| 148 <owner>lgarron@chromium.org</owner> |
| 149 <summary> |
| 150 The eTLD+1 of a URL where the user clicked "Load unsafe scripts" |
| 151 on a mixed content shield. (This results in a page refresh. Mixed scripts |
| 152 may not actually run until the users triggers them again after the refresh.) |
| 153 </summary> |
| 154 </rappor-metric> |
| 155 |
| 146 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url" | 156 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url" |
| 147 type="ETLD_PLUS_ONE"> | 157 type="ETLD_PLUS_ONE"> |
| 148 <owner>jialiul@chromium.org</owner> | 158 <owner>jialiul@chromium.org</owner> |
| 149 <summary> | 159 <summary> |
| 150 The domain for which a camera permission was revoked. | 160 The domain for which a camera permission was revoked. |
| 151 </summary> | 161 </summary> |
| 152 </rappor-metric> | 162 </rappor-metric> |
| 153 | 163 |
| 154 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" | 164 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" |
| 155 type="ETLD_PLUS_ONE"> | 165 type="ETLD_PLUS_ONE"> |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 <owner>nparker@chromium.org</owner> | 464 <owner>nparker@chromium.org</owner> |
| 455 <summary> | 465 <summary> |
| 456 The domain+registry of a URL that triggered an SSL interstitial. Domains | 466 The domain+registry of a URL that triggered an SSL interstitial. Domains |
| 457 for bad-clock warnings are not reported. | 467 for bad-clock warnings are not reported. |
| 458 </summary> | 468 </summary> |
| 459 </rappor-metric> | 469 </rappor-metric> |
| 460 | 470 |
| 461 </rappor-metrics> | 471 </rappor-metrics> |
| 462 | 472 |
| 463 </rappor-configuration> | 473 </rappor-configuration> |
| OLD | NEW |