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

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: rebased 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
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('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 <!-- 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.TopLevelFrame"
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 the top-level frame URL that has a cross-origin iframe
1015 containing media that was allowed to autoplay.
1016 </summary>
1017 </rappor-metric>
1018
1019 <rappor-metric name="Media.Autoplay.CrossOrigin.Blocked.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.
1027 </summary>
1028 </rappor-metric>
1029
1030 <rappor-metric name="Media.Autoplay.CrossOrigin.Blocked.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 blocked to autoplay.
1038 </summary>
1039 </rappor-metric>
1040
1041 <rappor-metric
1042 name="Media.Autoplay.CrossOrigin.PlayedWithGestureAfterBlock.ChildFrame"
1043 type="ETLD_PLUS_ONE">
1044 <owner>avayvod@chromium.org</owner>
1045 <owner>mlamouri@chromium.org</owner>
1046 <owner>zqzhang@chromium.org</owner>
1047 <summary>
1048 The eTLD+1 of a cross-origin iframe URL containing media that was blocked to
1049 autoplay but the user plays the media by gesture at some point.
1050 </summary>
1051 </rappor-metric>
1052
1053 <rappor-metric
1054 name="Media.Autoplay.CrossOrigin.PlayedWithGestureAfterBlock.TopLevelFrame"
1055 type="ETLD_PLUS_ONE">
1056 <owner>avayvod@chromium.org</owner>
1057 <owner>mlamouri@chromium.org</owner>
1058 <owner>zqzhang@chromium.org</owner>
1059 <summary>
1060 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1061 containing media that was allowed to autoplay but the user plays the media
1062 by gesture at some point.
1063 </summary>
1064 </rappor-metric>
1065
997 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> 1066 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
998 <owner>xhwang@chromium.org</owner> 1067 <owner>xhwang@chromium.org</owner>
999 <summary> 1068 <summary>
1000 The domain and registry of the URL that uses Encrypted Media Extensions 1069 The domain and registry of the URL that uses Encrypted Media Extensions
1001 (EME). 1070 (EME).
1002 </summary> 1071 </summary>
1003 </rappor-metric> 1072 </rappor-metric>
1004 1073
1005 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> 1074 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE">
1006 <owner>xhwang@chromium.org</owner> 1075 <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"/> 2234 <flag bit="1" label="IS_REPEAT_VISIT"/>
2166 <summary> 2235 <summary>
2167 Bitfield of the state from an SSL warning interstitial. 2236 Bitfield of the state from an SSL warning interstitial.
2168 </summary> 2237 </summary>
2169 </flags-field> 2238 </flags-field>
2170 </rappor-metric> 2239 </rappor-metric>
2171 2240
2172 </rappor-metrics> 2241 </rappor-metrics>
2173 2242
2174 </rappor-configuration> 2243 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698