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

Side by Side 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 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 7817 matching lines...) Expand 10 before | Expand all | Expand 10 after
7828 <action name="Media.Audible.AddTab"> 7828 <action name="Media.Audible.AddTab">
7829 <owner>mlamouri@chromium.org</owner> 7829 <owner>mlamouri@chromium.org</owner>
7830 <description>A tab became audible.</description> 7830 <description>A tab became audible.</description>
7831 </action> 7831 </action>
7832 7832
7833 <action name="Media.Audible.RemoveTab"> 7833 <action name="Media.Audible.RemoveTab">
7834 <owner>mlamouri@chromium.org</owner> 7834 <owner>mlamouri@chromium.org</owner>
7835 <description>A tab is no longer audible.</description> 7835 <description>A tab is no longer audible.</description>
7836 </action> 7836 </action>
7837 7837
7838 <action name="Media.Controls.Cast">
7839 <owner>mlamouri@chromium.org</owner>
7840 <description>The user clicked on the cast controls button.</description>
7841 </action>
7842
7843 <action name="Media.Controls.CastOverlay">
7844 <owner>mlamouri@chromium.org</owner>
7845 <description>The user clicked on the cast overlay button.</description>
7846 </action>
7847
7848 <action name="Media.Controls.ClosedCaptionHide">
7849 <owner>mlamouri@chromium.org</owner>
7850 <description>The user hid the closed caption from the controls.</description>
7851 </action>
7852
7853 <action name="Media.Controls.ClosedCaptionShow">
7854 <owner>mlamouri@chromium.org</owner>
7855 <description>
7856 The user showed the closed caption from the controls.
7857 </description>
7858 </action>
7859
7860 <action name="Media.Controls.EnterFullscreen">
7861 <owner>mlamouri@chromium.org</owner>
7862 <description>The user entered fullscreen mode from the controls.</description>
7863 </action>
7864
7865 <action name="Media.Controls.ExitFullscreen">
7866 <owner>mlamouri@chromium.org</owner>
7867 <description>The user left fullscreen mode from the controls.</description>
7868 </action>
7869
7870 <action name="Media.Controls.Mute">
7871 <owner>mlamouri@chromium.org</owner>
7872 <description>The user muted a media element from the controls.</description>
7873 </action>
7874
7875 <action name="Media.Controls.Pause">
7876 <owner>mlamouri@chromium.org</owner>
7877 <description>The user paused a media element from the controls.</description>
7878 </action>
7879
7880 <action name="Media.Controls.Play">
7881 <owner>mlamouri@chromium.org</owner>
7882 <description>The user played a media element from the controls.</description>
7883 </action>
7884
7885 <action name="Media.Controls.PlayOverlay">
7886 <owner>mlamouri@chromium.org</owner>
7887 <description>
7888 The user played a media element from the play overlay button.
7889 </description>
7890 </action>
7891
7892 <action name="Media.Controls.ScrubbingBegin">
7893 <owner>mlamouri@chromium.org</owner>
7894 <description>
7895 The user started to interact with the control's scrubber.
7896 </description>
7897 </action>
7898
7899 <action name="Media.Controls.ScrubbingEnd">
7900 <owner>mlamouri@chromium.org</owner>
7901 <description>
7902 The user stopped interacting with the control's scrubber.
7903 </description>
7904 </action>
7905
7906 <action name="Media.Controls.Unmute">
7907 <owner>mlamouri@chromium.org</owner>
7908 <description>The user unmuted a media element from the controls.</description>
7909 </action>
7910
7911 <action name="Media.Controls.VolumeChangeBegin">
7912 <owner>mlamouri@chromium.org</owner>
7913 <description>
7914 The user started to interact with the control's volume slider.
7915 </description>
7916 </action>
7917
7918 <action name="Media.Controls.VolumeChangeEnd">
7919 <owner>mlamouri@chromium.org</owner>
7920 <description>
7921 The user stopped interacting with the control's volume slider.
7922 </description>
7923 </action>
7924
7838 <action name="MediaContextMenu_Controls"> 7925 <action name="MediaContextMenu_Controls">
7839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7926 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7840 <description>Please enter the description of this user action.</description> 7927 <description>Please enter the description of this user action.</description>
7841 </action> 7928 </action>
7842 7929
7843 <action name="MediaContextMenu_Loop"> 7930 <action name="MediaContextMenu_Loop">
7844 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7931 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7845 <description>Please enter the description of this user action.</description> 7932 <description>Please enter the description of this user action.</description>
7846 </action> 7933 </action>
7847 7934
(...skipping 6315 matching lines...) Expand 10 before | Expand all | Expand 10 after
14163 <action name="webapps.AddShortcut.Manifest"> 14250 <action name="webapps.AddShortcut.Manifest">
14164 <owner>mlamouri@chromium.org</owner> 14251 <owner>mlamouri@chromium.org</owner>
14165 <description> 14252 <description>
14166 Shortcut added to the homescreen with a valid Manifest. This action will be 14253 Shortcut added to the homescreen with a valid Manifest. This action will be
14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14254 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14168 to keep a trend of whether the webapp also add meta tags. 14255 to keep a trend of whether the webapp also add meta tags.
14169 </description> 14256 </description>
14170 </action> 14257 </action>
14171 14258
14172 </actions> 14259 </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