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

Unified Diff: tools/metrics/actions/actions.xml

Issue 1894993003: Merge "Add user actions to record media controls interaction." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 months 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/shadow/MediaControlElements.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index f56848e6bd6fba98efc5505558f69d9adad29728..44332d938d51d9247baf71ab9f25da700c64a534 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -7835,6 +7835,93 @@ should be able to be added at any place in this file.
<description>A tab is no longer audible.</description>
</action>
+<action name="Media.Controls.Cast">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user clicked on the cast controls button.</description>
+</action>
+
+<action name="Media.Controls.CastOverlay">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user clicked on the cast overlay button.</description>
+</action>
+
+<action name="Media.Controls.ClosedCaptionHide">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user hid the closed caption from the controls.</description>
+</action>
+
+<action name="Media.Controls.ClosedCaptionShow">
+ <owner>mlamouri@chromium.org</owner>
+ <description>
+ The user showed the closed caption from the controls.
+ </description>
+</action>
+
+<action name="Media.Controls.EnterFullscreen">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user entered fullscreen mode from the controls.</description>
+</action>
+
+<action name="Media.Controls.ExitFullscreen">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user left fullscreen mode from the controls.</description>
+</action>
+
+<action name="Media.Controls.Mute">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user muted a media element from the controls.</description>
+</action>
+
+<action name="Media.Controls.Pause">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user paused a media element from the controls.</description>
+</action>
+
+<action name="Media.Controls.Play">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user played a media element from the controls.</description>
+</action>
+
+<action name="Media.Controls.PlayOverlay">
+ <owner>mlamouri@chromium.org</owner>
+ <description>
+ The user played a media element from the play overlay button.
+ </description>
+</action>
+
+<action name="Media.Controls.ScrubbingBegin">
+ <owner>mlamouri@chromium.org</owner>
+ <description>
+ The user started to interact with the control's scrubber.
+ </description>
+</action>
+
+<action name="Media.Controls.ScrubbingEnd">
+ <owner>mlamouri@chromium.org</owner>
+ <description>
+ The user stopped interacting with the control's scrubber.
+ </description>
+</action>
+
+<action name="Media.Controls.Unmute">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user unmuted a media element from the controls.</description>
+</action>
+
+<action name="Media.Controls.VolumeChangeBegin">
+ <owner>mlamouri@chromium.org</owner>
+ <description>
+ The user started to interact with the control's volume slider.
+ </description>
+</action>
+
+<action name="Media.Controls.VolumeChangeEnd">
+ <owner>mlamouri@chromium.org</owner>
+ <description>
+ The user stopped interacting with the control's volume slider.
+ </description>
+</action>
+
<action name="MediaContextMenu_Controls">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698