Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: tools/metrics/rappor/rappor.xml

Issue 1148773005: Add a RAPPOR metric to track where users click to allow mixed scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move mixed script shield RAPPOR stats into a new RecordMixedScriptActionWithRAPPOR() function. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 &quot;Load unsafe scripts&quot;
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698