Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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> | |
|
Ilya Sherman
2016/06/13 23:30:45
Can the Host.GetUserMedia metrics be deprecated, s
Guido Urdaneta
2016/06/14 09:25:36
Done.
| |
| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1901 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1922 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 1902 <summary> | 1923 <summary> |
| 1903 Bitfield of the state from an SSL warning interstitial. | 1924 Bitfield of the state from an SSL warning interstitial. |
| 1904 </summary> | 1925 </summary> |
| 1905 </flags-field> | 1926 </flags-field> |
| 1906 </rappor-metric> | 1927 </rappor-metric> |
| 1907 | 1928 |
| 1908 </rappor-metrics> | 1929 </rappor-metrics> |
| 1909 | 1930 |
| 1910 </rappor-configuration> | 1931 </rappor-configuration> |
| OLD | NEW |