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

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

Issue 2057153002: Add GetUserMedia ETLD+1 rappor metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stop reporting host-based GetUserMedia rappor Created 4 years, 6 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/public/platform/Platform.h ('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 <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 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 <owner>wfh@chromium.org</owner> 1423 <owner>wfh@chromium.org</owner>
1424 <summary> 1424 <summary>
1425 Deprecated with NPAPI removal. The domain and registry of the top level URL 1425 Deprecated with NPAPI removal. The domain and registry of the top level URL
1426 of a page which attempts to launch a Silverlight NPAPI plugin, if the client 1426 of a page which attempts to launch a Silverlight NPAPI plugin, if the client
1427 has Silverlight installed and enabled. Recorded when the plugin frame 1427 has Silverlight installed and enabled. Recorded when the plugin frame
1428 appears for each Silverlight object found on the page, even if the plugin is 1428 appears for each Silverlight object found on the page, even if the plugin is
1429 click-to-play. 1429 click-to-play.
1430 </summary> 1430 </summary>
1431 </rappor-metric> 1431 </rappor-metric>
1432 1432
1433 <rappor-metric name="PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Insecure"
1434 type="ETLD_PLUS_ONE">
1435 <owner>guidou@chromium.org</owner>
1436 <owner>grunell@chromium.org</owner>
1437 <owner>hta@chromium.org</owner>
1438 <summary>
1439 The ETLD+1 of the URL that uses the getUserMedia API from an insecure
1440 origin.
1441 </summary>
1442 </rappor-metric>
1443
1444 <rappor-metric name="PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Secure"
1445 type="ETLD_PLUS_ONE">
1446 <owner>guidou@chromium.org</owner>
1447 <owner>grunell@chromium.org</owner>
1448 <owner>hta@chromium.org</owner>
1449 <summary>
1450 The ETLD+1 of the URL that uses the getUserMedia API from a secure origin.
1451 </summary>
1452 </rappor-metric>
1453
1433 <rappor-metric name="PowerfulFeatureUse.Host.ApplicationCacheAPI.Insecure" 1454 <rappor-metric name="PowerfulFeatureUse.Host.ApplicationCacheAPI.Insecure"
1434 type="ETLD_PLUS_ONE"> 1455 type="ETLD_PLUS_ONE">
1435 <owner>jww@chromium.org</owner> 1456 <owner>jww@chromium.org</owner>
1436 <summary> 1457 <summary>
1437 The host of the URL that uses a the Application Cache programmatic API from 1458 The host of the URL that uses a the Application Cache programmatic API from
1438 an insecure origin. 1459 an insecure origin.
1439 </summary> 1460 </summary>
1440 </rappor-metric> 1461 </rappor-metric>
1441 1462
1442 <rappor-metric 1463 <rappor-metric
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 <owner>jww@chromium.org</owner> 1500 <owner>jww@chromium.org</owner>
1480 <summary> 1501 <summary>
1481 The host of the URL that uses the geolocation API from an insecure origin. 1502 The host of the URL that uses the geolocation API from an insecure origin.
1482 </summary> 1503 </summary>
1483 </rappor-metric> 1504 </rappor-metric>
1484 1505
1485 <rappor-metric name="PowerfulFeatureUse.Host.GetUserMedia.Insecure" 1506 <rappor-metric name="PowerfulFeatureUse.Host.GetUserMedia.Insecure"
1486 type="ETLD_PLUS_ONE"> 1507 type="ETLD_PLUS_ONE">
1487 <owner>jww@chromium.org</owner> 1508 <owner>jww@chromium.org</owner>
1488 <summary> 1509 <summary>
1489 The host of the URL that uses the getUserMedia API from an insecure origin. 1510 **DEPRECATED. No longer reporting as of M53. Replaced by
1511 PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Insecure The host of the URL that
1512 uses the getUserMedia API from an insecure origin.
1490 </summary> 1513 </summary>
1491 </rappor-metric> 1514 </rappor-metric>
1492 1515
1493 <rappor-metric name="PowerfulFeatureUse.Host.GetUserMedia.Secure" 1516 <rappor-metric name="PowerfulFeatureUse.Host.GetUserMedia.Secure"
1494 type="ETLD_PLUS_ONE"> 1517 type="ETLD_PLUS_ONE">
1495 <owner>jww@chromium.org</owner> 1518 <owner>jww@chromium.org</owner>
1496 <summary> 1519 <summary>
1497 The host of the URL that uses the getUserMedia API from a secure origin. 1520 **DEPRECATED. No longer reporting as of M53. Replaced by
1521 PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Secure. The host of the URL that
1522 uses the getUserMedia API from a secure origin.
1498 </summary> 1523 </summary>
1499 </rappor-metric> 1524 </rappor-metric>
1500 1525
1501 <rappor-metric name="PushMessaging.GenericNotificationShown.Origin" 1526 <rappor-metric name="PushMessaging.GenericNotificationShown.Origin"
1502 type="ETLD_PLUS_ONE"> 1527 type="ETLD_PLUS_ONE">
1503 <owner>miguelg@chromium.org</owner> 1528 <owner>miguelg@chromium.org</owner>
1504 <summary> 1529 <summary>
1505 Number of times the generic (forced) notification was shown per origin. 1530 Number of times the generic (forced) notification was shown per origin.
1506 This happens if the site uses the push api but does not generate a 1531 This happens if the site uses the push api but does not generate a
1507 notification of their own. 1532 notification of their own.
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1926 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1902 <summary> 1927 <summary>
1903 Bitfield of the state from an SSL warning interstitial. 1928 Bitfield of the state from an SSL warning interstitial.
1904 </summary> 1929 </summary>
1905 </flags-field> 1930 </flags-field>
1906 </rappor-metric> 1931 </rappor-metric>
1907 1932
1908 </rappor-metrics> 1933 </rappor-metrics>
1909 1934
1910 </rappor-configuration> 1935 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698