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

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

Issue 1884573004: Add user actions to record media controls interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 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 a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 7885 matching lines...) Expand 10 before | Expand all | Expand 10 after
7896 <action name="Media.Audible.AddTab"> 7896 <action name="Media.Audible.AddTab">
7897 <owner>mlamouri@chromium.org</owner> 7897 <owner>mlamouri@chromium.org</owner>
7898 <description>A tab became audible.</description> 7898 <description>A tab became audible.</description>
7899 </action> 7899 </action>
7900 7900
7901 <action name="Media.Audible.RemoveTab"> 7901 <action name="Media.Audible.RemoveTab">
7902 <owner>mlamouri@chromium.org</owner> 7902 <owner>mlamouri@chromium.org</owner>
7903 <description>A tab is no longer audible.</description> 7903 <description>A tab is no longer audible.</description>
7904 </action> 7904 </action>
7905 7905
7906 <action name="Media.Controls.Cast">
7907 <owner>mlamouri@chromium.org</owner>
7908 <description>The user clicked on the cast controls button.</description>
7909 </action>
7910
7911 <action name="Media.Controls.CastOverlay">
7912 <owner>mlamouri@chromium.org</owner>
7913 <description>The user clicked on the cast overlay button.</description>
7914 </action>
7915
7916 <action name="Media.Controls.ClosedCaptionHide">
7917 <owner>mlamouri@chromium.org</owner>
7918 <description>The user hid the closed caption from the controls.</description>
7919 </action>
7920
7921 <action name="Media.Controls.ClosedCaptionShow">
7922 <owner>mlamouri@chromium.org</owner>
7923 <description>
7924 The user showed the closed caption from the controls.
7925 </description>
7926 </action>
7927
7928 <action name="Media.Controls.EnterFullscreen">
7929 <owner>mlamouri@chromium.org</owner>
7930 <description>The user entered fullscreen mode from the controls.</description>
7931 </action>
7932
7933 <action name="Media.Controls.ExitFullscreen">
7934 <owner>mlamouri@chromium.org</owner>
7935 <description>The user left fullscreen mode from the controls.</description>
7936 </action>
7937
7938 <action name="Media.Controls.Mute">
7939 <owner>mlamouri@chromium.org</owner>
7940 <description>The user muted a media element from the controls.</description>
7941 </action>
7942
7943 <action name="Media.Controls.Pause">
7944 <owner>mlamouri@chromium.org</owner>
7945 <description>The user paused a media element from the controls.</description>
7946 </action>
7947
7948 <action name="Media.Controls.Play">
7949 <owner>mlamouri@chromium.org</owner>
7950 <description>The user played a media element from the controls.</description>
7951 </action>
7952
7953 <action name="Media.Controls.PlayOverlay">
7954 <owner>mlamouri@chromium.org</owner>
7955 <description>
7956 The user played a media element from the play overlay button.
7957 </description>
7958 </action>
7959
7960 <action name="Media.Controls.ScrubbingBegin">
7961 <owner>mlamouri@chromium.org</owner>
7962 <description>
7963 The user started to interact with the control's scrubber.
7964 </description>
7965 </action>
7966
7967 <action name="Media.Controls.ScrubbingEnd">
7968 <owner>mlamouri@chromium.org</owner>
7969 <description>
7970 The user stopped interacting with the control's scrubber.
7971 </description>
7972 </action>
7973
7974 <action name="Media.Controls.Unmute">
7975 <owner>mlamouri@chromium.org</owner>
7976 <description>The user unmuted a media element from the controls.</description>
7977 </action>
7978
7979 <action name="Media.Controls.VolumeChangeBegin">
7980 <owner>mlamouri@chromium.org</owner>
7981 <description>
7982 The user started to interact with the control's volume slider.
7983 </description>
7984 </action>
7985
7986 <action name="Media.Controls.VolumeChangeEnd">
7987 <owner>mlamouri@chromium.org</owner>
7988 <description>
7989 The user stopped interacting with the control's volume slider.
7990 </description>
7991 </action>
7992
7906 <action name="MediaContextMenu_Controls"> 7993 <action name="MediaContextMenu_Controls">
7907 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7994 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7908 <description>Please enter the description of this user action.</description> 7995 <description>Please enter the description of this user action.</description>
7909 </action> 7996 </action>
7910 7997
7911 <action name="MediaContextMenu_Loop"> 7998 <action name="MediaContextMenu_Loop">
7912 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7999 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7913 <description>Please enter the description of this user action.</description> 8000 <description>Please enter the description of this user action.</description>
7914 </action> 8001 </action>
7915 8002
(...skipping 6334 matching lines...) Expand 10 before | Expand all | Expand 10 after
14250 <action name="webapps.AddShortcut.Manifest"> 14337 <action name="webapps.AddShortcut.Manifest">
14251 <owner>mlamouri@chromium.org</owner> 14338 <owner>mlamouri@chromium.org</owner>
14252 <description> 14339 <description>
14253 Shortcut added to the homescreen with a valid Manifest. This action will be 14340 Shortcut added to the homescreen with a valid Manifest. This action will be
14254 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14341 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14255 to keep a trend of whether the webapp also add meta tags. 14342 to keep a trend of whether the webapp also add meta tags.
14256 </description> 14343 </description>
14257 </action> 14344 </action>
14258 14345
14259 </actions> 14346 </actions>
OLDNEW
« 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