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

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

Issue 2663193004: Add rappor metrics to track Web Bluetooth API usage (Closed)
Patch Set: Created 3 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 | « third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp ('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 <!-- 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 </summary> 255 </summary>
256 </rappor-metric> 256 </rappor-metric>
257 257
258 <rappor-metric name="BackgroundSync.Register.Origin" type="UMA_RAPPOR_TYPE"> 258 <rappor-metric name="BackgroundSync.Register.Origin" type="UMA_RAPPOR_TYPE">
259 <owner>jkarlin@chromium.org</owner> 259 <owner>jkarlin@chromium.org</owner>
260 <summary> 260 <summary>
261 The eTLD+1 of a URL which registered a Background Sync event. 261 The eTLD+1 of a URL which registered a Background Sync event.
262 </summary> 262 </summary>
263 </rappor-metric> 263 </rappor-metric>
264 264
265 <rappor-metric name="Bluetooth.APIUsage.Origin" type="ETLD_PLUS_ONE">
266 <owner>jyasskin@chromium.org</owner>
267 <owner>ortuno@chromium.org</owner>
268 <owner>scheib@chromium.org</owner>
269 <summary>
270 The eTLD+1 of the URL of frames using the Web Bluetooth API.
271 </summary>
272 </rappor-metric>
273
265 <rappor-metric name="Cast.Sender.MediaFrameUrl" type="ETLD_PLUS_ONE"> 274 <rappor-metric name="Cast.Sender.MediaFrameUrl" type="ETLD_PLUS_ONE">
266 <owner>avayvod@chromium.org</owner> 275 <owner>avayvod@chromium.org</owner>
267 <owner>aberent@chromium.org</owner> 276 <owner>aberent@chromium.org</owner>
268 <summary> 277 <summary>
269 The domain and registry of the frame URL that the user is trying to cast the 278 The domain and registry of the frame URL that the user is trying to cast the
270 media from. Recorded every time the user casts the media. 279 media from. Recorded every time the user casts the media.
271 </summary> 280 </summary>
272 </rappor-metric> 281 </rappor-metric>
273 282
274 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" 283 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield"
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2390 <flag bit="1" label="IS_REPEAT_VISIT"/> 2399 <flag bit="1" label="IS_REPEAT_VISIT"/>
2391 <summary> 2400 <summary>
2392 Bitfield of the state from an SSL warning interstitial. 2401 Bitfield of the state from an SSL warning interstitial.
2393 </summary> 2402 </summary>
2394 </flags-field> 2403 </flags-field>
2395 </rappor-metric> 2404 </rappor-metric>
2396 2405
2397 </rappor-metrics> 2406 </rappor-metrics>
2398 2407
2399 </rappor-configuration> 2408 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698