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

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

Issue 2706593002: [Blink>Media] Adding rappor metrics to record autoplay muted by attribute usage (Closed)
Patch Set: record separately 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/core/html/AutoplayUmaHelper.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 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 1327
1328 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE"> 1328 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE">
1329 <owner>avayvod@chromium.org</owner> 1329 <owner>avayvod@chromium.org</owner>
1330 <owner>mlamouri@chromium.org</owner> 1330 <owner>mlamouri@chromium.org</owner>
1331 <owner>zqzhang@chromium.org</owner> 1331 <owner>zqzhang@chromium.org</owner>
1332 <summary> 1332 <summary>
1333 The eTLD+1 of the URL of frames using the Media Session API. 1333 The eTLD+1 of the URL of frames using the Media Session API.
1334 </summary> 1334 </summary>
1335 </rappor-metric> 1335 </rappor-metric>
1336 1336
1337 <rappor-metric name="Media.Video.Autoplay.Muted.Attribute.Frame"
1338 type="ETLD_PLUS_ONE">
1339 <owner>avayvod@chromium.org</owner>
1340 <owner>mlamouri@chromium.org</owner>
1341 <owner>zqzhang@chromium.org</owner>
1342 <summary>
1343 The eTLD+1 of the frame URL that has an autoplay muted video by attribute.
1344 </summary>
1345 </rappor-metric>
1346
1347 <rappor-metric name="Media.Video.Autoplay.Muted.PlayMethod.Frame"
1348 type="ETLD_PLUS_ONE">
1349 <owner>avayvod@chromium.org</owner>
1350 <owner>mlamouri@chromium.org</owner>
1351 <owner>zqzhang@chromium.org</owner>
1352 <summary>
1353 The eTLD+1 of the frame URL that has an autoplay muted video by play()
1354 method.
1355 </summary>
1356 </rappor-metric>
1357
1337 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" 1358 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick"
1338 type="UMA_RAPPOR_TYPE"> 1359 type="UMA_RAPPOR_TYPE">
1339 <owner>knn@chromium.org</owner> 1360 <owner>knn@chromium.org</owner>
1340 <summary> 1361 <summary>
1341 The eTLD+1 of the website visited by a user by clicking on the tile in the 1362 The eTLD+1 of the website visited by a user by clicking on the tile in the
1342 NewTabPage. 1363 NewTabPage.
1343 </summary> 1364 </summary>
1344 </rappor-metric> 1365 </rappor-metric>
1345 1366
1346 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" 1367 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch"
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2399 <flag bit="1" label="IS_REPEAT_VISIT"/> 2420 <flag bit="1" label="IS_REPEAT_VISIT"/>
2400 <summary> 2421 <summary>
2401 Bitfield of the state from an SSL warning interstitial. 2422 Bitfield of the state from an SSL warning interstitial.
2402 </summary> 2423 </summary>
2403 </flags-field> 2424 </flags-field>
2404 </rappor-metric> 2425 </rappor-metric>
2405 2426
2406 </rappor-metrics> 2427 </rappor-metrics>
2407 2428
2408 </rappor-configuration> 2429 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698