| OLD | NEW |
| 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 8470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8481 <description>The user played a media element from the controls.</description> | 8481 <description>The user played a media element from the controls.</description> |
| 8482 </action> | 8482 </action> |
| 8483 | 8483 |
| 8484 <action name="Media.Controls.PlayOverlay"> | 8484 <action name="Media.Controls.PlayOverlay"> |
| 8485 <owner>mlamouri@chromium.org</owner> | 8485 <owner>mlamouri@chromium.org</owner> |
| 8486 <description> | 8486 <description> |
| 8487 The user played a media element from the play overlay button. | 8487 The user played a media element from the play overlay button. |
| 8488 </description> | 8488 </description> |
| 8489 </action> | 8489 </action> |
| 8490 | 8490 |
| 8491 <action name="Media.Controls.RemotePause"> |
| 8492 <owner>avayvod@chromium.org</owner> |
| 8493 <description> |
| 8494 User pauses the video using any controls apart from the media element itself |
| 8495 (aka remote controls: Android Wear, headset, notification, etc). |
| 8496 </description> |
| 8497 </action> |
| 8498 |
| 8499 <action name="Media.Controls.RemotePlay"> |
| 8500 <owner>avayvod@chromium.org</owner> |
| 8501 <description> |
| 8502 User resumes the video using any controls apart from the media element |
| 8503 itself (aka remote controls: Android Wear, headset, notification, etc). |
| 8504 </description> |
| 8505 </action> |
| 8506 |
| 8491 <action name="Media.Controls.ScrubbingBegin"> | 8507 <action name="Media.Controls.ScrubbingBegin"> |
| 8492 <owner>mlamouri@chromium.org</owner> | 8508 <owner>mlamouri@chromium.org</owner> |
| 8493 <description> | 8509 <description> |
| 8494 The user started to interact with the control's scrubber. | 8510 The user started to interact with the control's scrubber. |
| 8495 </description> | 8511 </description> |
| 8496 </action> | 8512 </action> |
| 8497 | 8513 |
| 8498 <action name="Media.Controls.ScrubbingEnd"> | 8514 <action name="Media.Controls.ScrubbingEnd"> |
| 8499 <owner>mlamouri@chromium.org</owner> | 8515 <owner>mlamouri@chromium.org</owner> |
| 8500 <description> | 8516 <description> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 8514 </description> | 8530 </description> |
| 8515 </action> | 8531 </action> |
| 8516 | 8532 |
| 8517 <action name="Media.Controls.VolumeChangeEnd"> | 8533 <action name="Media.Controls.VolumeChangeEnd"> |
| 8518 <owner>mlamouri@chromium.org</owner> | 8534 <owner>mlamouri@chromium.org</owner> |
| 8519 <description> | 8535 <description> |
| 8520 The user stopped interacting with the control's volume slider. | 8536 The user stopped interacting with the control's volume slider. |
| 8521 </description> | 8537 </description> |
| 8522 </action> | 8538 </action> |
| 8523 | 8539 |
| 8540 <action name="Media.Hidden"> |
| 8541 <owner>avayvod@chromium.org</owner> |
| 8542 <description> |
| 8543 User hid the frame containing a video making the video backgrounded. |
| 8544 </description> |
| 8545 </action> |
| 8546 |
| 8547 <action name="Media.Session.BackgroundResume"> |
| 8548 <owner>avayvod@chromium.org</owner> |
| 8549 <description>User resumed a backgrounded video. Android-only.</description> |
| 8550 </action> |
| 8551 |
| 8552 <action name="Media.Session.BackgroundSuspend"> |
| 8553 <owner>avayvod@chromium.org</owner> |
| 8554 <description> |
| 8555 User paused a video playing in the background or brought it to the |
| 8556 foreground. Android-only. |
| 8557 </description> |
| 8558 </action> |
| 8559 |
| 8560 <action name="Media.Shown"> |
| 8561 <owner>avayvod@chromium.org</owner> |
| 8562 <description> |
| 8563 User brought the frame containing a video to the foreground. |
| 8564 </description> |
| 8565 </action> |
| 8566 |
| 8524 <action name="MediaContextMenu_Controls"> | 8567 <action name="MediaContextMenu_Controls"> |
| 8525 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8568 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 8526 <description>Please enter the description of this user action.</description> | 8569 <description>Please enter the description of this user action.</description> |
| 8527 </action> | 8570 </action> |
| 8528 | 8571 |
| 8529 <action name="MediaContextMenu_Loop"> | 8572 <action name="MediaContextMenu_Loop"> |
| 8530 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8573 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 8531 <description>Please enter the description of this user action.</description> | 8574 <description>Please enter the description of this user action.</description> |
| 8532 </action> | 8575 </action> |
| 8533 | 8576 |
| (...skipping 6881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15415 <action name="webapps.AddShortcut.Manifest"> | 15458 <action name="webapps.AddShortcut.Manifest"> |
| 15416 <owner>mlamouri@chromium.org</owner> | 15459 <owner>mlamouri@chromium.org</owner> |
| 15417 <description> | 15460 <description> |
| 15418 Shortcut added to the homescreen with a valid Manifest. This action will be | 15461 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15419 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15462 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15420 to keep a trend of whether the webapp also add meta tags. | 15463 to keep a trend of whether the webapp also add meta tags. |
| 15421 </description> | 15464 </description> |
| 15422 </action> | 15465 </action> |
| 15423 | 15466 |
| 15424 </actions> | 15467 </actions> |
| OLD | NEW |