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

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, 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 </rappor-metric> 221 </rappor-metric>
222 222
223 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE"> 223 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE">
224 <owner>nparker@chromium.org</owner> 224 <owner>nparker@chromium.org</owner>
225 <summary> 225 <summary>
226 The domain+registry of a URL that triggered an SSL interstitial. Domains 226 The domain+registry of a URL that triggered an SSL interstitial. Domains
227 for bad-clock warnings are not reported. 227 for bad-clock warnings are not reported.
228 </summary> 228 </summary>
229 </rappor-metric> 229 </rappor-metric>
230 230
231 <rappor-metric name="WebComponents.ElementCreateShadowRoot" type="COARSE_RAPPOR_ TYPE">
232 <owner>kojii@chromium.org</owner>
233 <summary>
234 The host of a URL that used Element::CreateShadowRoot().
235 </summary>
236 </rappor-metric>
237
238 <rappor-metric name="WebComponents.DocumentRegisterElement" type="COARSE_RAPPOR_ TYPE">
Steven Holte 2015/03/23 20:34:06 These metrics should use ETLD_PLUS_ONE type.
kojii 2015/03/25 08:05:54 Done, the call to RecordSample was also changed.
239 <owner>kojii@chromium.org</owner>
240 <summary>
241 The host of a URL that used Document::RegisterElement().
242 </summary>
243 </rappor-metric>
244
231 </rappor-metrics> 245 </rappor-metrics>
232 246
233 </rappor-configuration> 247 </rappor-configuration>
OLDNEW
« components/rappor/rappor_service.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