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

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: s/CrossOriginExperiment/CrossOrigin 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.CrossOrigin.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.CrossOrigin.Allowed.ChildFrame"
mlamouri (slow - plz ping) 2016/12/08 17:17:06 s/Allowed/Blocked/
Zhiqiang Zhang (Slow) 2016/12/08 17:35:29 Done.
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.CrossOrigin.Allowed.ChildFrame"
mlamouri (slow - plz ping) 2016/12/08 17:17:06 s/Allowed/PlayedWithGesture/ ... same for the Top
Zhiqiang Zhang (Slow) 2016/12/08 17:35:29 Done.
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 name="Media.Autoplay.CrossOrigin.Allowed.TopLevelFrame"
1031 type="ETLD_PLUS_ONE">
1032 <owner>avayvod@chromium.org</owner>
1033 <owner>mlamouri@chromium.org</owner>
1034 <owner>zqzhang@chromium.org</owner>
1035 <summary>
1036 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1037 containing media that was allowed to autoplay.
1038 </summary>
1039 </rappor-metric>
1040
1041 <rappor-metric name="Media.Autoplay.CrossOrigin.Allowed.TopLevelFrame"
1042 type="ETLD_PLUS_ONE">
1043 <owner>avayvod@chromium.org</owner>
1044 <owner>mlamouri@chromium.org</owner>
1045 <owner>zqzhang@chromium.org</owner>
1046 <summary>
1047 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1048 containing media that was blocked to autoplay.
1049 </summary>
1050 </rappor-metric>
1051
1052 <rappor-metric name="Media.Autoplay.CrossOrigin.Allowed.TopLevelFrame"
1053 type="ETLD_PLUS_ONE">
1054 <owner>avayvod@chromium.org</owner>
1055 <owner>mlamouri@chromium.org</owner>
1056 <owner>zqzhang@chromium.org</owner>
1057 <summary>
1058 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1059 containing media that was allowed to autoplay but the user plays the media
1060 by gesture at some point.
1061 </summary>
1062 </rappor-metric>
1063
997 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> 1064 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
998 <owner>xhwang@chromium.org</owner> 1065 <owner>xhwang@chromium.org</owner>
999 <summary> 1066 <summary>
1000 The domain and registry of the URL that uses Encrypted Media Extensions 1067 The domain and registry of the URL that uses Encrypted Media Extensions
1001 (EME). 1068 (EME).
1002 </summary> 1069 </summary>
1003 </rappor-metric> 1070 </rappor-metric>
1004 1071
1005 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> 1072 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE">
1006 <owner>xhwang@chromium.org</owner> 1073 <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"/> 2232 <flag bit="1" label="IS_REPEAT_VISIT"/>
2166 <summary> 2233 <summary>
2167 Bitfield of the state from an SSL warning interstitial. 2234 Bitfield of the state from an SSL warning interstitial.
2168 </summary> 2235 </summary>
2169 </flags-field> 2236 </flags-field>
2170 </rappor-metric> 2237 </rappor-metric>
2171 2238
2172 </rappor-metrics> 2239 </rappor-metrics>
2173 2240
2174 </rappor-configuration> 2241 </rappor-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698