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

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

Issue 2370233002: Record clicks on download and overflow buttons in media controls. (Closed)
Patch Set: Created 4 years, 2 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 8633 matching lines...) Expand 10 before | Expand all | Expand 10 after
8644 <description>The user hid the closed caption from the controls.</description> 8644 <description>The user hid the closed caption from the controls.</description>
8645 </action> 8645 </action>
8646 8646
8647 <action name="Media.Controls.ClosedCaptionShow"> 8647 <action name="Media.Controls.ClosedCaptionShow">
8648 <owner>mlamouri@chromium.org</owner> 8648 <owner>mlamouri@chromium.org</owner>
8649 <description> 8649 <description>
8650 The user showed the closed caption from the controls. 8650 The user showed the closed caption from the controls.
8651 </description> 8651 </description>
8652 </action> 8652 </action>
8653 8653
8654 <action name="Media.Controls.Download">
8655 <owner>mlamouri@chromium.org</owner>
8656 <description>The user clicked on the controls' download button.</description>
8657 </action>
8658
8654 <action name="Media.Controls.EnterFullscreen"> 8659 <action name="Media.Controls.EnterFullscreen">
8655 <owner>mlamouri@chromium.org</owner> 8660 <owner>mlamouri@chromium.org</owner>
8656 <description>The user entered fullscreen mode from the controls.</description> 8661 <description>The user entered fullscreen mode from the controls.</description>
8657 </action> 8662 </action>
8658 8663
8659 <action name="Media.Controls.ExitFullscreen"> 8664 <action name="Media.Controls.ExitFullscreen">
8660 <owner>mlamouri@chromium.org</owner> 8665 <owner>mlamouri@chromium.org</owner>
8661 <description>The user left fullscreen mode from the controls.</description> 8666 <description>The user left fullscreen mode from the controls.</description>
8662 </action> 8667 </action>
8663 8668
8664 <action name="Media.Controls.Mute"> 8669 <action name="Media.Controls.Mute">
8665 <owner>mlamouri@chromium.org</owner> 8670 <owner>mlamouri@chromium.org</owner>
8666 <description>The user muted a media element from the controls.</description> 8671 <description>The user muted a media element from the controls.</description>
8667 </action> 8672 </action>
8668 8673
8674 <action name="Media.Controls.OverflowClose">
8675 <owner>mlamouri@chromium.org</owner>
8676 <description>The user closed the overflow menu via the controls.</description>
8677 </action>
8678
8679 <action name="Media.Controls.OverflowOpen">
8680 <owner>mlamouri@chromium.org</owner>
8681 <description>The user opened the overflow menu via the controls.</description>
8682 </action>
8683
8669 <action name="Media.Controls.Pause"> 8684 <action name="Media.Controls.Pause">
8670 <owner>mlamouri@chromium.org</owner> 8685 <owner>mlamouri@chromium.org</owner>
8671 <description>The user paused a media element from the controls.</description> 8686 <description>The user paused a media element from the controls.</description>
8672 </action> 8687 </action>
8673 8688
8674 <action name="Media.Controls.Play"> 8689 <action name="Media.Controls.Play">
8675 <owner>mlamouri@chromium.org</owner> 8690 <owner>mlamouri@chromium.org</owner>
8676 <description>The user played a media element from the controls.</description> 8691 <description>The user played a media element from the controls.</description>
8677 </action> 8692 </action>
8678 8693
(...skipping 7131 matching lines...) Expand 10 before | Expand all | Expand 10 after
15810 <action name="webapps.AddShortcut.Manifest"> 15825 <action name="webapps.AddShortcut.Manifest">
15811 <owner>mlamouri@chromium.org</owner> 15826 <owner>mlamouri@chromium.org</owner>
15812 <description> 15827 <description>
15813 Shortcut added to the homescreen with a valid Manifest. This action will be 15828 Shortcut added to the homescreen with a valid Manifest. This action will be
15814 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15829 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15815 to keep a trend of whether the webapp also add meta tags. 15830 to keep a trend of whether the webapp also add meta tags.
15816 </description> 15831 </description>
15817 </action> 15832 </action>
15818 15833
15819 </actions> 15834 </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