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

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

Issue 2218963003: Added metrics for background video playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the PowerObserver logic, revised metrics descriptions Created 4 years, 4 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. 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 8461 matching lines...) Expand 10 before | Expand all | Expand 10 after
8472 <description>The user played a media element from the controls.</description> 8472 <description>The user played a media element from the controls.</description>
8473 </action> 8473 </action>
8474 8474
8475 <action name="Media.Controls.PlayOverlay"> 8475 <action name="Media.Controls.PlayOverlay">
8476 <owner>mlamouri@chromium.org</owner> 8476 <owner>mlamouri@chromium.org</owner>
8477 <description> 8477 <description>
8478 The user played a media element from the play overlay button. 8478 The user played a media element from the play overlay button.
8479 </description> 8479 </description>
8480 </action> 8480 </action>
8481 8481
8482 <action name="Media.Controls.RemotePause">
8483 <owner>avayvod@chromium.org</owner>
8484 <description>
8485 User pauses the video using any controls apart from the media element itself
8486 (aka remote controls: Android Wear, headset, notification, etc).
8487 </description>
8488 </action>
8489
8490 <action name="Media.Controls.RemotePlay">
8491 <owner>avayvod@chromium.org</owner>
8492 <description>
8493 User resumes the video using any controls apart from the media element
8494 itself (aka remote controls: Android Wear, headset, notification, etc).
8495 </description>
8496 </action>
8497
8482 <action name="Media.Controls.ScrubbingBegin"> 8498 <action name="Media.Controls.ScrubbingBegin">
8483 <owner>mlamouri@chromium.org</owner> 8499 <owner>mlamouri@chromium.org</owner>
8484 <description> 8500 <description>
8485 The user started to interact with the control's scrubber. 8501 The user started to interact with the control's scrubber.
8486 </description> 8502 </description>
8487 </action> 8503 </action>
8488 8504
8489 <action name="Media.Controls.ScrubbingEnd"> 8505 <action name="Media.Controls.ScrubbingEnd">
8490 <owner>mlamouri@chromium.org</owner> 8506 <owner>mlamouri@chromium.org</owner>
8491 <description> 8507 <description>
(...skipping 13 matching lines...) Expand all
8505 </description> 8521 </description>
8506 </action> 8522 </action>
8507 8523
8508 <action name="Media.Controls.VolumeChangeEnd"> 8524 <action name="Media.Controls.VolumeChangeEnd">
8509 <owner>mlamouri@chromium.org</owner> 8525 <owner>mlamouri@chromium.org</owner>
8510 <description> 8526 <description>
8511 The user stopped interacting with the control's volume slider. 8527 The user stopped interacting with the control's volume slider.
8512 </description> 8528 </description>
8513 </action> 8529 </action>
8514 8530
8531 <action name="Media.Hidden">
8532 <owner>avayvod@chromium.org</owner>
8533 <description>
8534 User hid the frame containing a video making the video backgrounded.
8535 </description>
8536 </action>
8537
8538 <action name="Media.Session.BackgroundResume">
8539 <owner>avayvod@chromium.org</owner>
8540 <description>User resumed a backgrounded video. Android-only.</description>
8541 </action>
8542
8543 <action name="Media.Session.BackgroundSuspend">
8544 <owner>avayvod@chromium.org</owner>
8545 <description>
8546 User paused a video playing in the background or brought it to the
8547 foreground. Android-only.
8548 </description>
8549 </action>
8550
8551 <action name="Media.Shown">
8552 <owner>avayvod@chromium.org</owner>
8553 <description>
8554 User brought the frame containing a video to the foreground.
8555 </description>
8556 </action>
8557
8515 <action name="MediaContextMenu_Controls"> 8558 <action name="MediaContextMenu_Controls">
8516 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8559 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8517 <description>Please enter the description of this user action.</description> 8560 <description>Please enter the description of this user action.</description>
8518 </action> 8561 </action>
8519 8562
8520 <action name="MediaContextMenu_Loop"> 8563 <action name="MediaContextMenu_Loop">
8521 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8564 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8522 <description>Please enter the description of this user action.</description> 8565 <description>Please enter the description of this user action.</description>
8523 </action> 8566 </action>
8524 8567
(...skipping 6853 matching lines...) Expand 10 before | Expand all | Expand 10 after
15378 <action name="webapps.AddShortcut.Manifest"> 15421 <action name="webapps.AddShortcut.Manifest">
15379 <owner>mlamouri@chromium.org</owner> 15422 <owner>mlamouri@chromium.org</owner>
15380 <description> 15423 <description>
15381 Shortcut added to the homescreen with a valid Manifest. This action will be 15424 Shortcut added to the homescreen with a valid Manifest. This action will be
15382 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15425 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15383 to keep a trend of whether the webapp also add meta tags. 15426 to keep a trend of whether the webapp also add meta tags.
15384 </description> 15427 </description>
15385 </action> 15428 </action>
15386 15429
15387 </actions> 15430 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698