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

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

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed to ETLD_PLUS_ONE Created 5 years, 9 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 </rappor-metric> 214 </rappor-metric>
215 215
216 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> 216 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE">
217 <owner>holte@chromium.org</owner> 217 <owner>holte@chromium.org</owner>
218 <summary> 218 <summary>
219 The domain and registry of the URL chrome://newtab is rewritten to. 219 The domain and registry of the URL chrome://newtab is rewritten to.
220 Recorded when a profile is loaded, if the URL is valid. 220 Recorded when a profile is loaded, if the URL is valid.
221 </summary> 221 </summary>
222 </rappor-metric> 222 </rappor-metric>
223 223
224 <rappor-metric name="WebComponents.DocumentRegisterElement"
225 type="ETLD_PLUS_ONE">
226 <owner>kojii@chromium.org</owner>
227 <summary>
228 The host of a URL that used Document::RegisterElement().
229 </summary>
230 </rappor-metric>
231
232 <rappor-metric name="WebComponents.ElementCreateShadowRoot"
233 type="ETLD_PLUS_ONE">
234 <owner>kojii@chromium.org</owner>
235 <summary>
236 The host of a URL that used Element::CreateShadowRoot().
237 </summary>
238 </rappor-metric>
239
224 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> 240 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE">
225 <owner>nparker@chromium.org</owner> 241 <owner>nparker@chromium.org</owner>
226 <summary> 242 <summary>
227 The domain+registry of a URL that triggered a safe-browsing UWS 243 The domain+registry of a URL that triggered a safe-browsing UWS
228 interstitial. 244 interstitial.
229 </summary> 245 </summary>
230 </rappor-metric> 246 </rappor-metric>
231 247
232 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> 248 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE">
233 <owner>nparker@chromium.org</owner> 249 <owner>nparker@chromium.org</owner>
(...skipping 15 matching lines...) Expand all
249 <owner>nparker@chromium.org</owner> 265 <owner>nparker@chromium.org</owner>
250 <summary> 266 <summary>
251 The domain+registry of a URL that triggered an SSL interstitial. Domains 267 The domain+registry of a URL that triggered an SSL interstitial. Domains
252 for bad-clock warnings are not reported. 268 for bad-clock warnings are not reported.
253 </summary> 269 </summary>
254 </rappor-metric> 270 </rappor-metric>
255 271
256 </rappor-metrics> 272 </rappor-metrics>
257 273
258 </rappor-configuration> 274 </rappor-configuration>
OLDNEW
« content/renderer/renderer_blink_platform_impl.cc ('K') | « ios/web/public/user_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698