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 2159813002: Clean up Media_* actions by marking them obsolete and not_user_trigerred. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | 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 8539 matching lines...) Expand 10 before | Expand all | Expand 10 after
8550 </action> 8550 </action>
8551 8551
8552 <action name="MediaRouter_Ui_Navigate_SinkListToSource"> 8552 <action name="MediaRouter_Ui_Navigate_SinkListToSource">
8553 <owner>apacible@chromium.org</owner> 8553 <owner>apacible@chromium.org</owner>
8554 <description> 8554 <description>
8555 User explicitly clicked to navigate from the sink view to the cast mode 8555 User explicitly clicked to navigate from the sink view to the cast mode
8556 view. 8556 view.
8557 </description> 8557 </description>
8558 </action> 8558 </action>
8559 8559
8560 <action name="Media_Paused"> 8560 <action name="Media_Paused" not_user_triggered="true">
8561 <owner>liberato@chromium.org</owner> 8561 <owner>liberato@chromium.org</owner>
8562 <description>Media playback was paused.</description> 8562 <description>Media playback was paused.</description>
8563 </action> 8563 </action>
8564 8564
8565 <action name="Media_Play_WithGesture"> 8565 <action name="Media_Play_WithGesture" not_user_triggered="true">
8566 <owner>liberato@chromium.org</owner> 8566 <owner>liberato@chromium.org</owner>
8567 <description>A call to play() with a user gesture succeeded.</description> 8567 <description>A call to play() with a user gesture succeeded.</description>
Ilya Sherman 2016/07/18 23:00:12 Hmm, this seems like it is a user-triggered gestur
mlamouri (slow - plz ping) 2016/07/19 10:23:50 You are right, this is coming from a gesture. It w
Ilya Sherman 2016/07/20 02:22:19 Sorry, I'm still not quite clear: Are all of these
8568 </action> 8568 </action>
8569 8569
8570 <action name="Media_Playback_Ended"> 8570 <action name="Media_Playback_Ended" not_user_triggered="true">
8571 <owner>liberato@chromium.org</owner> 8571 <owner>liberato@chromium.org</owner>
8572 <description>Media playback reached the end.</description> 8572 <description>Media playback reached the end.</description>
8573 </action> 8573 </action>
8574 8574
8575 <action name="Media_Playback_Mute_Off"> 8575 <action name="Media_Playback_Mute_Off" not_user_triggered="true">
8576 <owner>liberato@chromium.org</owner> 8576 <owner>liberato@chromium.org</owner>
8577 <description>Mute was turned off.</description> 8577 <description>Mute was turned off.</description>
8578 </action> 8578 </action>
8579 8579
8580 <action name="Media_Playback_Mute_On"> 8580 <action name="Media_Playback_Mute_On" not_user_triggered="true">
8581 <owner>liberato@chromium.org</owner> 8581 <owner>liberato@chromium.org</owner>
8582 <description>Mute was turned on.</description> 8582 <description>Mute was turned on.</description>
8583 </action> 8583 </action>
8584 8584
8585 <action name="Media_Playback_Started"> 8585 <action name="Media_Playback_Started" not_user_triggered="true">
8586 <owner>liberato@chromium.org</owner> 8586 <owner>liberato@chromium.org</owner>
8587 <description>Media playback started due to any cause.</description> 8587 <description>Media playback started due to any cause.</description>
8588 </action> 8588 </action>
8589 8589
8590 <action name="Media_RequestRemotePlayback"> 8590 <action name="Media_RequestRemotePlayback" not_user_triggered="true">
8591 <owner>liberato@chromium.org</owner> 8591 <owner>liberato@chromium.org</owner>
8592 <description> 8592 <description>
8593 User requested to transfer playback to a remote player, via 'cast' button. 8593 User requested to transfer playback to a remote player, via 'cast' button.
8594 </description> 8594 </description>
8595 </action> 8595 </action>
8596 8596
8597 <action name="Media_RequestRemotePlayback_Control"> 8597 <action name="Media_RequestRemotePlayback_Control" not_user_triggered="true">
8598 <owner>liberato@chromium.org</owner> 8598 <owner>liberato@chromium.org</owner>
8599 <description> 8599 <description>
8600 User requested to control playback of a remote player, such as Chromecast. 8600 User requested to control playback of a remote player, such as Chromecast.
8601 </description> 8601 </description>
8602 </action> 8602 </action>
8603 8603
8604 <action name="Media_Seeked"> 8604 <action name="Media_Seeked" not_user_triggered="true">
8605 <owner>liberato@chromium.org</owner> 8605 <owner>liberato@chromium.org</owner>
8606 <description>Seek to different time completed.</description> 8606 <description>Seek to different time completed.</description>
8607 </action> 8607 </action>
8608 8608
8609 <action name="Media_SetVolume"> 8609 <action name="Media_SetVolume" not_user_triggered="true">
8610 <owner>liberato@chromium.org</owner> 8610 <owner>liberato@chromium.org</owner>
8611 <description>Playback volume was changed.</description> 8611 <description>Playback volume was changed.</description>
8612 </action> 8612 </action>
8613 8613
8614 <action name="Menu_Take_Screenshot"> 8614 <action name="Menu_Take_Screenshot">
8615 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8615 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8616 <description>Please enter the description of this user action.</description> 8616 <description>Please enter the description of this user action.</description>
8617 </action> 8617 </action>
8618 8618
8619 <action name="MinButton_Clk"> 8619 <action name="MinButton_Clk">
(...skipping 6598 matching lines...) Expand 10 before | Expand all | Expand 10 after
15218 <action name="webapps.AddShortcut.Manifest"> 15218 <action name="webapps.AddShortcut.Manifest">
15219 <owner>mlamouri@chromium.org</owner> 15219 <owner>mlamouri@chromium.org</owner>
15220 <description> 15220 <description>
15221 Shortcut added to the homescreen with a valid Manifest. This action will be 15221 Shortcut added to the homescreen with a valid Manifest. This action will be
15222 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15222 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15223 to keep a trend of whether the webapp also add meta tags. 15223 to keep a trend of whether the webapp also add meta tags.
15224 </description> 15224 </description>
15225 </action> 15225 </action>
15226 15226
15227 </actions> 15227 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698