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

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

Issue 2563723002: [Autoplay] Add more rappor metrics for autoplay in cross-origin iframes (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/AutoplayUmaHelper.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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 <owner>avayvod@chromium.org</owner> 1056 <owner>avayvod@chromium.org</owner>
1057 <owner>mlamouri@chromium.org</owner> 1057 <owner>mlamouri@chromium.org</owner>
1058 <owner>zqzhang@chromium.org</owner> 1058 <owner>zqzhang@chromium.org</owner>
1059 <summary> 1059 <summary>
1060 The eTLD+1 of the top-level frame URL that has a cross-origin iframe 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 1061 containing media that was allowed to autoplay but the user plays the media
1062 by gesture at some point. 1062 by gesture at some point.
1063 </summary> 1063 </summary>
1064 </rappor-metric> 1064 </rappor-metric>
1065 1065
1066 <rappor-metric
1067 name="Media.Autoplay.CrossOrigin.UserPausedAutoplayingVideo.ChildFrame"
1068 type="ETLD_PLUS_ONE">
1069 <owner>avayvod@chromium.org</owner>
1070 <owner>mlamouri@chromium.org</owner>
1071 <owner>zqzhang@chromium.org</owner>
1072 <summary>
1073 The eTLD+1 of a cross-origin iframe URL containing an autoplaying video but
1074 the user actively paused it.
1075 </summary>
1076 </rappor-metric>
1077
1078 <rappor-metric
1079 name="Media.Autoplay.CrossOrigin.UserPausedAutoplayingVideo.TopLevelFrame"
1080 type="ETLD_PLUS_ONE">
1081 <owner>avayvod@chromium.org</owner>
1082 <owner>mlamouri@chromium.org</owner>
1083 <owner>zqzhang@chromium.org</owner>
1084 <summary>
1085 The eTLD+1 of the top-level frame URL that has a cross-origin iframe
1086 containing an autoplaying video but the user actively paused it.
1087 </summary>
1088 </rappor-metric>
1089
1066 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> 1090 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
1067 <owner>xhwang@chromium.org</owner> 1091 <owner>xhwang@chromium.org</owner>
1068 <summary> 1092 <summary>
1069 The domain and registry of the URL that uses Encrypted Media Extensions 1093 The domain and registry of the URL that uses Encrypted Media Extensions
1070 (EME). 1094 (EME).
1071 </summary> 1095 </summary>
1072 </rappor-metric> 1096 </rappor-metric>
1073 1097
1074 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE"> 1098 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE">
1075 <owner>xhwang@chromium.org</owner> 1099 <owner>xhwang@chromium.org</owner>
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2264 <flag bit="1" label="IS_REPEAT_VISIT"/> 2288 <flag bit="1" label="IS_REPEAT_VISIT"/>
2265 <summary> 2289 <summary>
2266 Bitfield of the state from an SSL warning interstitial. 2290 Bitfield of the state from an SSL warning interstitial.
2267 </summary> 2291 </summary>
2268 </flags-field> 2292 </flags-field>
2269 </rappor-metric> 2293 </rappor-metric>
2270 2294
2271 </rappor-metrics> 2295 </rappor-metrics>
2272 2296
2273 </rappor-configuration> 2297 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698