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

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: Created 5 years, 8 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 | « ipc/ipc_message_start.h ('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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 </rappor-metric> 299 </rappor-metric>
300 300
301 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> 301 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE">
302 <owner>holte@chromium.org</owner> 302 <owner>holte@chromium.org</owner>
303 <summary> 303 <summary>
304 The domain and registry of the URL chrome://newtab is rewritten to. 304 The domain and registry of the URL chrome://newtab is rewritten to.
305 Recorded when a profile is loaded, if the URL is valid. 305 Recorded when a profile is loaded, if the URL is valid.
306 </summary> 306 </summary>
307 </rappor-metric> 307 </rappor-metric>
308 308
309 <rappor-metric name="WebComponents.DocumentRegisterElement"
310 type="ETLD_PLUS_ONE">
311 <owner>kojii@chromium.org</owner>
312 <summary>
313 The host of a URL that used Document::RegisterElement().
314 </summary>
315 </rappor-metric>
316
317 <rappor-metric name="WebComponents.ElementCreateShadowRoot"
318 type="ETLD_PLUS_ONE">
319 <owner>kojii@chromium.org</owner>
320 <summary>
321 The host of a URL that used Element::CreateShadowRoot().
322 </summary>
323 </rappor-metric>
324
309 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE"> 325 <rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE">
310 <owner>nparker@chromium.org</owner> 326 <owner>nparker@chromium.org</owner>
311 <summary> 327 <summary>
312 The domain+registry of a URL that triggered a safe-browsing UWS 328 The domain+registry of a URL that triggered a safe-browsing UWS
313 interstitial. 329 interstitial.
314 </summary> 330 </summary>
315 </rappor-metric> 331 </rappor-metric>
316 332
317 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE"> 333 <rappor-metric name="interstitial.malware.domain" type="COARSE_RAPPOR_TYPE">
318 <owner>nparker@chromium.org</owner> 334 <owner>nparker@chromium.org</owner>
(...skipping 15 matching lines...) Expand all
334 <owner>nparker@chromium.org</owner> 350 <owner>nparker@chromium.org</owner>
335 <summary> 351 <summary>
336 The domain+registry of a URL that triggered an SSL interstitial. Domains 352 The domain+registry of a URL that triggered an SSL interstitial. Domains
337 for bad-clock warnings are not reported. 353 for bad-clock warnings are not reported.
338 </summary> 354 </summary>
339 </rappor-metric> 355 </rappor-metric>
340 356
341 </rappor-metrics> 357 </rappor-metrics>
342 358
343 </rappor-configuration> 359 </rappor-configuration>
OLDNEW
« no previous file with comments | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698