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

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

Issue 2709013006: [Blink>Media] Adding rappor metrics to record autoplay muted by attribute usage (Closed)
Patch Set: Created 3 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
« 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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 1318
1319 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE"> 1319 <rappor-metric name="Media.Session.APIUsage.Origin" type="ETLD_PLUS_ONE">
1320 <owner>avayvod@chromium.org</owner> 1320 <owner>avayvod@chromium.org</owner>
1321 <owner>mlamouri@chromium.org</owner> 1321 <owner>mlamouri@chromium.org</owner>
1322 <owner>zqzhang@chromium.org</owner> 1322 <owner>zqzhang@chromium.org</owner>
1323 <summary> 1323 <summary>
1324 The eTLD+1 of the URL of frames using the Media Session API. 1324 The eTLD+1 of the URL of frames using the Media Session API.
1325 </summary> 1325 </summary>
1326 </rappor-metric> 1326 </rappor-metric>
1327 1327
1328 <rappor-metric name="Media.Video.Autoplay.Muted.Attribute.Frame"
1329 type="ETLD_PLUS_ONE">
1330 <owner>avayvod@chromium.org</owner>
1331 <owner>mlamouri@chromium.org</owner>
1332 <owner>zqzhang@chromium.org</owner>
1333 <summary>
1334 The eTLD+1 of the frame URL that has an autoplay muted video by attribute.
1335 </summary>
1336 </rappor-metric>
1337
1338 <rappor-metric name="Media.Video.Autoplay.Muted.PlayMethod.Frame"
1339 type="ETLD_PLUS_ONE">
1340 <owner>avayvod@chromium.org</owner>
1341 <owner>mlamouri@chromium.org</owner>
1342 <owner>zqzhang@chromium.org</owner>
1343 <summary>
1344 The eTLD+1 of the frame URL that has an autoplay muted video by play()
1345 method.
1346 </summary>
1347 </rappor-metric>
1348
1328 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" 1349 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick"
1329 type="UMA_RAPPOR_TYPE"> 1350 type="UMA_RAPPOR_TYPE">
1330 <owner>knn@chromium.org</owner> 1351 <owner>knn@chromium.org</owner>
1331 <summary> 1352 <summary>
1332 The eTLD+1 of the website visited by a user by clicking on the tile in the 1353 The eTLD+1 of the website visited by a user by clicking on the tile in the
1333 NewTabPage. 1354 NewTabPage.
1334 </summary> 1355 </summary>
1335 </rappor-metric> 1356 </rappor-metric>
1336 1357
1337 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" 1358 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch"
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2390 <flag bit="1" label="IS_REPEAT_VISIT"/> 2411 <flag bit="1" label="IS_REPEAT_VISIT"/>
2391 <summary> 2412 <summary>
2392 Bitfield of the state from an SSL warning interstitial. 2413 Bitfield of the state from an SSL warning interstitial.
2393 </summary> 2414 </summary>
2394 </flags-field> 2415 </flags-field>
2395 </rappor-metric> 2416 </rappor-metric>
2396 2417
2397 </rappor-metrics> 2418 </rappor-metrics>
2398 2419
2399 </rappor-configuration> 2420 </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