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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index f8a23ed82c173273afc1d6f11801a835b471e513..6675cedd9522d83bb61b6fc4f2b0891a60688f9c 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -994,6 +994,75 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="Media.Autoplay.CrossOrigin.Allowed.ChildFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a cross-origin iframe URL containing media that was allowed to
+ autoplay.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Media.Autoplay.CrossOrigin.Allowed.TopLevelFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of the top-level frame URL that has a cross-origin iframe
+ containing media that was allowed to autoplay.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Media.Autoplay.CrossOrigin.Blocked.ChildFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a cross-origin iframe URL containing media that was blocked to
+ autoplay.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Media.Autoplay.CrossOrigin.Blocked.TopLevelFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of the top-level frame URL that has a cross-origin iframe
+ containing media that was blocked to autoplay.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="Media.Autoplay.CrossOrigin.PlayedWithGestureAfterBlock.ChildFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a cross-origin iframe URL containing media that was blocked to
+ autoplay but the user plays the media by gesture at some point.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="Media.Autoplay.CrossOrigin.PlayedWithGestureAfterBlock.TopLevelFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of the top-level frame URL that has a cross-origin iframe
+ containing media that was allowed to autoplay but the user plays the media
+ by gesture at some point.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
<owner>xhwang@chromium.org</owner>
<summary>
« 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