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

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

Issue 872813003: Add Rappor metrics for Safe Browsing and SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fit nit: Remove _MAX from enum Created 5 years, 10 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 | « components/rappor/rappor_service.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 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 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 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome rappor metrics 8 This file is used to generate a comprehensive list of Chrome rappor metrics
9 along with a detailed description for each histogram. See the design doc at 9 along with a detailed description for each histogram. See the design doc at
10 http://www.chromium.org/developers/design-documents/rappor 10 http://www.chromium.org/developers/design-documents/rappor
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> 133 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE">
134 <owner>wfh@chromium.org</owner> 134 <owner>wfh@chromium.org</owner>
135 <summary> 135 <summary>
136 The domain and registry of the top level URL of a page which attempts to 136 The domain and registry of the top level URL of a page which attempts to
137 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed 137 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed
138 and enabled. Recorded when the plugin frame appears for each Flash object 138 and enabled. Recorded when the plugin frame appears for each Flash object
139 found on the page, even if the plugin is click-to-play. 139 found on the page, even if the plugin is click-to-play.
140 </summary> 140 </summary>
141 </rappor-metric> 141 </rappor-metric>
142 142
143 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE">
144 <owner>nparker@chromium.org</owner>
145 <summary>
146 The domain+registry of a URL that triggered a safe-browsing malware
147 interstitial.
148 </summary>
149 </rappor-metric>
150
151 <rappor-metric name="interstitial.phishing.domain" type="COARSE_RAPPOR_TYPE">
152 <owner>nparker@chromium.org</owner>
153 <summary>
154 The domain+registry of a URL that triggered a safe-browsing phishing
155 interstitial.
156 </summary>
157 </rappor-metric>
158
159 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE">
160 <owner>nparker@chromium.org</owner>
161 <summary>
162 The domain+registry of a URL that triggered a safe-browsing UWS
163 interstitial.
164 </summary>
165 </rappor-metric>
166
167 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE">
168 <owner>nparker@chromium.org</owner>
169 <summary>
170 The domain+registry of a URL that triggered an SSL interstitial.
171 Domains for bad-clock warnings are not reported.
172 </summary>
173 </rappor-metric>
174
143 </rappor-metrics> 175 </rappor-metrics>
144 176
145 </rappor-configuration> 177 </rappor-configuration>
OLDNEW
« no previous file with comments | « components/rappor/rappor_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698