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

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

Issue 2936413002: [Media Controls] Add UMA for rotate-to-fullscreen feature (Closed)
Patch Set: Add description Created 3 years, 6 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
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. 9 and description for each user action.
10 10
(...skipping 9433 matching lines...) Expand 10 before | Expand all | Expand 10 after
9444 </description> 9444 </description>
9445 </action> 9445 </action>
9446 9446
9447 <action name="Media.Shown"> 9447 <action name="Media.Shown">
9448 <owner>avayvod@chromium.org</owner> 9448 <owner>avayvod@chromium.org</owner>
9449 <description> 9449 <description>
9450 User brought the frame containing a video to the foreground. 9450 User brought the frame containing a video to the foreground.
9451 </description> 9451 </description>
9452 </action> 9452 </action>
9453 9453
9454 <action name="Media.Video.RotateToFullscreen.Enter">
9455 <owner>johnme@chromium.org</owner>
9456 <owner>media-dev@chromium.org</owner>
9457 <description>
9458 The user entered fullscreen by rotating their device to match the
9459 orientation of the video. Is a subset of Media.Controls.EnterFullscreen.
9460 </description>
9461 </action>
9462
9463 <action name="Media.Video.RotateToFullscreen.Exit">
9464 <owner>johnme@chromium.org</owner>
9465 <owner>media-dev@chromium.org</owner>
9466 <description>
9467 The user exited fullscreen by rotating their device so it no longer matches
9468 the orientation of the video. Is a subset of Media.Controls.ExitFullscreen.
9469 </description>
9470 </action>
9471
9454 <action name="MediaContextMenu_Controls"> 9472 <action name="MediaContextMenu_Controls">
9455 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9473 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9456 <description>Please enter the description of this user action.</description> 9474 <description>Please enter the description of this user action.</description>
9457 </action> 9475 </action>
9458 9476
9459 <action name="MediaContextMenu_Loop"> 9477 <action name="MediaContextMenu_Loop">
9460 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9478 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9461 <description>Please enter the description of this user action.</description> 9479 <description>Please enter the description of this user action.</description>
9462 </action> 9480 </action>
9463 9481
(...skipping 8060 matching lines...) Expand 10 before | Expand all | Expand 10 after
17524 <action name="webapps.AddShortcut.Manifest"> 17542 <action name="webapps.AddShortcut.Manifest">
17525 <owner>mlamouri@chromium.org</owner> 17543 <owner>mlamouri@chromium.org</owner>
17526 <description> 17544 <description>
17527 Shortcut added to the homescreen with a valid Manifest. This action will be 17545 Shortcut added to the homescreen with a valid Manifest. This action will be
17528 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17546 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17529 to keep a trend of whether the webapp also add meta tags. 17547 to keep a trend of whether the webapp also add meta tags.
17530 </description> 17548 </description>
17531 </action> 17549 </action>
17532 17550
17533 </actions> 17551 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698