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.RanMixedScript" | |
139 type="ETLD_PLUS_ONE"> | |
140 <owner>lgarron@chromium.org</owner> | |
141 <summary> | |
142 The eTLD+1 of a URL that when mixed script actually ran. | |
nasko
2015/06/01 20:52:50
The code will log the origin, not the eTLD+1, righ
lgarron
2015/06/01 20:57:04
All RAPPOR metrics are actually recorded as eTLD+1
nasko
2015/06/01 21:07:02
I think it isn't entirely reasonable to expect rev
lgarron
2015/06/01 22:56:47
The design doc isn't necessary, but anyone working
felt
2015/06/12 00:32:51
FWIW, I came into this file with the same question
| |
143 </summary> | |
144 </rappor-metric> | |
145 | |
138 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url" | 146 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url" |
139 type="ETLD_PLUS_ONE"> | 147 type="ETLD_PLUS_ONE"> |
140 <owner>jialiul@chromium.org</owner> | 148 <owner>jialiul@chromium.org</owner> |
141 <summary> | 149 <summary> |
142 The domain for which a camera permission was revoked. | 150 The domain for which a camera permission was revoked. |
143 </summary> | 151 </summary> |
144 </rappor-metric> | 152 </rappor-metric> |
145 | 153 |
146 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" | 154 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url" |
147 type="ETLD_PLUS_ONE"> | 155 type="ETLD_PLUS_ONE"> |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
432 <owner>nparker@chromium.org</owner> | 440 <owner>nparker@chromium.org</owner> |
433 <summary> | 441 <summary> |
434 The domain+registry of a URL that triggered an SSL interstitial. Domains | 442 The domain+registry of a URL that triggered an SSL interstitial. Domains |
435 for bad-clock warnings are not reported. | 443 for bad-clock warnings are not reported. |
436 </summary> | 444 </summary> |
437 </rappor-metric> | 445 </rappor-metric> |
438 | 446 |
439 </rappor-metrics> | 447 </rappor-metrics> |
440 | 448 |
441 </rappor-configuration> | 449 </rappor-configuration> |
OLD | NEW |