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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" | 128 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" |
129 type="ETLD_PLUS_ONE"> | 129 type="ETLD_PLUS_ONE"> |
130 <owner>lgarron@chromium.org</owner> | 130 <owner>lgarron@chromium.org</owner> |
131 <summary> | 131 <summary> |
132 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does | 132 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does |
133 *not* include pages with mixed scripts where the user has already clicked | 133 *not* include pages with mixed scripts where the user has already clicked |
134 through the shield. | 134 through the shield. |
135 </summary> | 135 </summary> |
136 </rappor-metric> | 136 </rappor-metric> |
137 | 137 |
| 138 <rappor-metric name="ContentSettings.MixedScript.UserClickedAllow" |
| 139 type="ETLD_PLUS_ONE"> |
| 140 <owner>lgarron@chromium.org</owner> |
| 141 <summary> |
| 142 The eTLD+1 of a URL where the user clicked "Load unsafe scripts" |
| 143 on a mixed content shield. (This results in a page refresh. Mixed scripts |
| 144 may not actually run until the users triggers them again after the refresh.) |
| 145 </summary> |
| 146 </rappor-metric> |
| 147 |
138 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url" | 148 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url" |
139 type="ETLD_PLUS_ONE"> | 149 type="ETLD_PLUS_ONE"> |
140 <owner>jialiul@chromium.org</owner> | 150 <owner>jialiul@chromium.org</owner> |
141 <summary> | 151 <summary> |
142 The domain for which a camera permission was revoked. | 152 The domain for which a camera permission was revoked. |
143 </summary> | 153 </summary> |
144 </rappor-metric> | 154 </rappor-metric> |
145 | 155 |
146 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" | 156 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" |
147 type="ETLD_PLUS_ONE"> | 157 type="ETLD_PLUS_ONE"> |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 <owner>nparker@chromium.org</owner> | 442 <owner>nparker@chromium.org</owner> |
433 <summary> | 443 <summary> |
434 The domain+registry of a URL that triggered an SSL interstitial. Domains | 444 The domain+registry of a URL that triggered an SSL interstitial. Domains |
435 for bad-clock warnings are not reported. | 445 for bad-clock warnings are not reported. |
436 </summary> | 446 </summary> |
437 </rappor-metric> | 447 </rappor-metric> |
438 | 448 |
439 </rappor-metrics> | 449 </rappor-metrics> |
440 | 450 |
441 </rappor-configuration> | 451 </rappor-configuration> |
OLD | NEW |