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

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: Forward-declare GURL. 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
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 &quot;Load unsafe scripts&quot;
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698