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

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

Issue 2524443002: Adding Rappor metrics for disabling cross-origin autoplay with sound experiment (Closed)
Patch Set: new implementation Created 4 years 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 <!-- 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 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 987
988 <rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE"> 988 <rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE">
989 <owner>dominickn@chromium.org</owner> 989 <owner>dominickn@chromium.org</owner>
990 <summary> 990 <summary>
991 The eTLD+1 of a URL that was launched from the Android Home screen via an 991 The eTLD+1 of a URL that was launched from the Android Home screen via an
992 intent added from an unknown source. This explicitly does not count 992 intent added from an unknown source. This explicitly does not count
993 relaunches via the Android Recents menu. 993 relaunches via the Android Recents menu.
994 </summary> 994 </summary>
995 </rappor-metric> 995 </rappor-metric>
996 996
997 <rappor-metric name="Media.Autoplay.CrossOriginExperiment.Allowed.ChildFrame"
998 type="ETLD_PLUS_ONE">
999 <owner>avayvod@chromium.org</owner>
1000 <owner>mlamouri@chromium.org</owner>
1001 <owner>zqzhang@chromium.org</owner>
1002 <summary>
1003 The eTLD+1 of a cross-origin iframe URL containing media that was allowed to
1004 autoplay.
1005 </summary>
1006 </rappor-metric>
1007
1008 <rappor-metric name="Media.Autoplay.CrossOriginExperiment.Allowed.ChildFrame"
1009 type="ETLD_PLUS_ONE">
1010 <owner>avayvod@chromium.org</owner>
1011 <owner>mlamouri@chromium.org</owner>
1012 <owner>zqzhang@chromium.org</owner>
1013 <summary>
1014 The eTLD+1 of a cross-origin iframe URL containing media that was blocked to
1015 autoplay.
1016 </summary>
1017 </rappor-metric>
1018
1019 <rappor-metric name="Media.Autoplay.CrossOriginExperiment.Allowed.ChildFrame"
1020 type="ETLD_PLUS_ONE">
1021 <owner>avayvod@chromium.org</owner>
1022 <owner>mlamouri@chromium.org</owner>
1023 <owner>zqzhang@chromium.org</owner>
1024 <summary>
1025 The eTLD+1 of a cross-origin iframe URL containing media that was blocked to
1026 autoplay but the user plays the media by gesture at some point.
1027 </summary>
1028 </rappor-metric>
1029
1030 <rappor-metric
1031 name="Media.Autoplay.CrossOriginExperiment.Allowed.TopLevelFrame"
1032 type="ETLD_PLUS_ONE">
1033 <owner>avayvod@chromium.org</owner>
1034 <owner>mlamouri@chromium.org</owner>
1035 <owner>zqzhang@chromium.org</owner>
1036 <summary>
1037 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1038 containing media that was allowed to autoplay.
1039 </summary>
1040 </rappor-metric>
1041
1042 <rappor-metric
1043 name="Media.Autoplay.CrossOriginExperiment.Allowed.TopLevelFrame"
1044 type="ETLD_PLUS_ONE">
1045 <owner>avayvod@chromium.org</owner>
1046 <owner>mlamouri@chromium.org</owner>
1047 <owner>zqzhang@chromium.org</owner>
1048 <summary>
1049 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1050 containing media that was blocked to autoplay.
1051 </summary>
1052 </rappor-metric>
1053
1054 <rappor-metric
1055 name="Media.Autoplay.CrossOriginExperiment.Allowed.TopLevelFrame"
1056 type="ETLD_PLUS_ONE">
1057 <owner>avayvod@chromium.org</owner>
1058 <owner>mlamouri@chromium.org</owner>
1059 <owner>zqzhang@chromium.org</owner>
1060 <summary>
1061 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1062 containing media that was allowed to autoplay but the user plays the media
1063 by gesture at some point.
1064 </summary>
1065 </rappor-metric>
1066
997 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> 1067 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
998 <owner>xhwang@chromium.org</owner> 1068 <owner>xhwang@chromium.org</owner>
999 <summary> 1069 <summary>
1000 The domain and registry of the URL that uses Encrypted Media Extensions 1070 The domain and registry of the URL that uses Encrypted Media Extensions
1001 (EME). 1071 (EME).
1002 </summary> 1072 </summary>
1003 </rappor-metric> 1073 </rappor-metric>
1004 1074
1005 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> 1075 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE">
1006 <owner>xhwang@chromium.org</owner> 1076 <owner>xhwang@chromium.org</owner>
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 <flag bit="1" label="IS_REPEAT_VISIT"/> 2235 <flag bit="1" label="IS_REPEAT_VISIT"/>
2166 <summary> 2236 <summary>
2167 Bitfield of the state from an SSL warning interstitial. 2237 Bitfield of the state from an SSL warning interstitial.
2168 </summary> 2238 </summary>
2169 </flags-field> 2239 </flags-field>
2170 </rappor-metric> 2240 </rappor-metric>
2171 2241
2172 </rappor-metrics> 2242 </rappor-metrics>
2173 2243
2174 </rappor-configuration> 2244 </rappor-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698