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

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

Issue 2665733003: Add rappor metrics to track Media Session 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/mediasession/MediaSession.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 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 </rappor-metric> 1309 </rappor-metric>
1310 1310
1311 <rappor-metric name="Media.OriginUrl.SRC.VideoCodec.vp9" type="ETLD_PLUS_ONE"> 1311 <rappor-metric name="Media.OriginUrl.SRC.VideoCodec.vp9" type="ETLD_PLUS_ONE">
1312 <owner>xhwang@chromium.org</owner> 1312 <owner>xhwang@chromium.org</owner>
1313 <summary> 1313 <summary>
1314 The domain and registry of the URL that loads an HTML5 media player using 1314 The domain and registry of the URL that loads an HTML5 media player using
1315 SRC with VP9 video codec. 1315 SRC with VP9 video codec.
1316 </summary> 1316 </summary>
1317 </rappor-metric> 1317 </rappor-metric>
1318 1318
1319 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE">
1320 <owner>avayvod@chromium.org</owner>
1321 <owner>mlamouri@chromium.org</owner>
1322 <owner>zqzhang@chromium.org</owner>
1323 <summary>
1324 The eTLD+1 of the URL of frames using the Media Session API.
1325 </summary>
1326 </rappor-metric>
1327
1319 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" 1328 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick"
1320 type="UMA_RAPPOR_TYPE"> 1329 type="UMA_RAPPOR_TYPE">
1321 <owner>knn@chromium.org</owner> 1330 <owner>knn@chromium.org</owner>
1322 <summary> 1331 <summary>
1323 The eTLD+1 of the website visited by a user by clicking on the tile in the 1332 The eTLD+1 of the website visited by a user by clicking on the tile in the
1324 NewTabPage. 1333 NewTabPage.
1325 </summary> 1334 </summary>
1326 </rappor-metric> 1335 </rappor-metric>
1327 1336
1328 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" 1337 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch"
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2371 <flag bit="1" label="IS_REPEAT_VISIT"/> 2380 <flag bit="1" label="IS_REPEAT_VISIT"/>
2372 <summary> 2381 <summary>
2373 Bitfield of the state from an SSL warning interstitial. 2382 Bitfield of the state from an SSL warning interstitial.
2374 </summary> 2383 </summary>
2375 </flags-field> 2384 </flags-field>
2376 </rappor-metric> 2385 </rappor-metric>
2377 2386
2378 </rappor-metrics> 2387 </rappor-metrics>
2379 2388
2380 </rappor-configuration> 2389 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediasession/MediaSession.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698