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

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

Issue 1723353002: Add deprecation message for AppCache in insecure contexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 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
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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 <rappor-metric name="Plugins.SilverlightOriginUrl" type="ETLD_PLUS_ONE"> 997 <rappor-metric name="Plugins.SilverlightOriginUrl" type="ETLD_PLUS_ONE">
998 <owner>wfh@chromium.org</owner> 998 <owner>wfh@chromium.org</owner>
999 <summary> 999 <summary>
1000 The domain and registry of the top level URL of a page which attempts to 1000 The domain and registry of the top level URL of a page which attempts to
1001 launch a Silverlight NPAPI plugin, if the client has Silverlight installed 1001 launch a Silverlight NPAPI plugin, if the client has Silverlight installed
1002 and enabled. Recorded when the plugin frame appears for each Silverlight 1002 and enabled. Recorded when the plugin frame appears for each Silverlight
1003 object found on the page, even if the plugin is click-to-play. 1003 object found on the page, even if the plugin is click-to-play.
1004 </summary> 1004 </summary>
1005 </rappor-metric> 1005 </rappor-metric>
1006 1006
1007 <rappor-metric name="PowerfulFeatureUse.Host.ApplicationCacheAPI.Insecure"
1008 type="ETLD_PLUS_ONE">
1009 <owner>jww@chromium.org</owner>
1010 <summary>
1011 The host of the URL that uses a the Application Cache programmatic API from
1012 an insecure origin.
1013 </summary>
1014 </rappor-metric>
1015
1016 <rappor-metric
1017 name="PowerfulFeatureUse.Host.ApplicationCacheManifestSelect.Insecure"
1018 type="ETLD_PLUS_ONE">
1019 <owner>jww@chromium.org</owner>
1020 <summary>
1021 The host of the URL that uses an Application Cache manifest from an insecure
1022 origin.
1023 </summary>
1024 </rappor-metric>
1025
1007 <rappor-metric name="PowerfulFeatureUse.Host.DeviceMotion.Insecure" 1026 <rappor-metric name="PowerfulFeatureUse.Host.DeviceMotion.Insecure"
1008 type="ETLD_PLUS_ONE"> 1027 type="ETLD_PLUS_ONE">
1009 <owner>jww@chromium.org</owner> 1028 <owner>jww@chromium.org</owner>
1010 <summary> 1029 <summary>
1011 The host of the URL that uses the device motion API from an insecure origin. 1030 The host of the URL that uses the device motion API from an insecure origin.
1012 </summary> 1031 </summary>
1013 </rappor-metric> 1032 </rappor-metric>
1014 1033
1015 <rappor-metric name="PowerfulFeatureUse.Host.DeviceOrientation.Insecure" 1034 <rappor-metric name="PowerfulFeatureUse.Host.DeviceOrientation.Insecure"
1016 type="ETLD_PLUS_ONE"> 1035 type="ETLD_PLUS_ONE">
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1379 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1361 <summary> 1380 <summary>
1362 Bitfield of the state from an SSL warning interstitial. 1381 Bitfield of the state from an SSL warning interstitial.
1363 </summary> 1382 </summary>
1364 </flags-field> 1383 </flags-field>
1365 </rappor-metric> 1384 </rappor-metric>
1366 1385
1367 </rappor-metrics> 1386 </rappor-metrics>
1368 1387
1369 </rappor-configuration> 1388 </rappor-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698