Chromium Code Reviews| 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 7817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7828 <action name="Media.Audible.AddTab"> | 7828 <action name="Media.Audible.AddTab"> |
| 7829 <owner>mlamouri@chromium.org</owner> | 7829 <owner>mlamouri@chromium.org</owner> |
| 7830 <description>A tab became audible.</description> | 7830 <description>A tab became audible.</description> |
| 7831 </action> | 7831 </action> |
| 7832 | 7832 |
| 7833 <action name="Media.Audible.RemoveTab"> | 7833 <action name="Media.Audible.RemoveTab"> |
| 7834 <owner>mlamouri@chromium.org</owner> | 7834 <owner>mlamouri@chromium.org</owner> |
| 7835 <description>A tab is no longer audible.</description> | 7835 <description>A tab is no longer audible.</description> |
| 7836 </action> | 7836 </action> |
| 7837 | 7837 |
| 7838 <action name="Media.Controls.Cast"> | |
| 7839 <owner>mlamouri@chromium.org</owner> | |
| 7840 <description>The user clicked on the cast controls button.</description> | |
| 7841 </action> | |
| 7842 | |
| 7843 <action name="Media.Controls.CastOverlay"> | |
| 7844 <owner>mlamouri@chromium.org</owner> | |
| 7845 <description>The user clicked on the cast overlay button.</description> | |
| 7846 </action> | |
| 7847 | |
| 7848 <action name="Media.Controls.ClosedCaptionHide"> | |
| 7849 <owner>mlamouri@chromium.org</owner> | |
| 7850 <description>The user hide the closed caption from the controls.</description> | |
|
Ilya Sherman
2016/04/13 19:12:12
nit: s/hide/hid, or possibly "chose to hide" or so
mlamouri (slow - plz ping)
2016/04/14 15:46:30
Went with "hid". It's short and clear enough IMO.
| |
| 7851 </action> | |
| 7852 | |
| 7853 <action name="Media.Controls.ClosedCaptionShow"> | |
| 7854 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | |
| 7855 <description>Please enter the description of the metric.</description> | |
|
Ilya Sherman
2016/04/13 19:12:13
Please update :)
mlamouri (slow - plz ping)
2016/04/14 15:46:30
That's really odd. I wonder if it was auto-generat
| |
| 7856 </action> | |
| 7857 | |
| 7858 <action name="Media.Controls.ClosedCoptionShow"> | |
|
Ilya Sherman
2016/04/13 19:12:13
nit: typo -- please merge this into the above.
mlamouri (slow - plz ping)
2016/04/14 15:46:31
Done.
| |
| 7859 <owner>mlamouri@chromium.org</owner> | |
| 7860 <description> | |
| 7861 The user showed the closed caption from the controls. | |
| 7862 </description> | |
| 7863 </action> | |
| 7864 | |
| 7865 <action name="Media.Controls.EnterFullscreen"> | |
| 7866 <owner>mlamouri@chromium.org</owner> | |
| 7867 <description>The user entered fullscreen mode for the controls.</description> | |
|
Ilya Sherman
2016/04/13 19:12:12
nit: Did you mean "from the controls"?
mlamouri (slow - plz ping)
2016/04/14 15:46:31
Yes :)
| |
| 7868 </action> | |
| 7869 | |
| 7870 <action name="Media.Controls.ExitFullscreen"> | |
| 7871 <owner>mlamouri@chromium.org</owner> | |
| 7872 <description>The user left fullscreen mode for the controls.</description> | |
|
Ilya Sherman
2016/04/13 19:12:13
nit: Did you mean "from the controls"?
mlamouri (slow - plz ping)
2016/04/14 15:46:30
Did you mean I'm abusing copy-paste? :)
| |
| 7873 </action> | |
| 7874 | |
| 7875 <action name="Media.Controls.Mute"> | |
| 7876 <owner>mlamouri@chromium.org</owner> | |
| 7877 <description>The user muted a media from the controls.</description> | |
|
Ilya Sherman
2016/04/13 19:12:13
nit: "a media" -> "a media element" (here and thro
mlamouri (slow - plz ping)
2016/04/14 15:46:30
Done.
| |
| 7878 </action> | |
| 7879 | |
| 7880 <action name="Media.Controls.Pause"> | |
| 7881 <owner>mlamouri@chromium.org</owner> | |
| 7882 <description>The user paused a media from the controls.</description> | |
| 7883 </action> | |
| 7884 | |
| 7885 <action name="Media.Controls.Play"> | |
| 7886 <owner>mlamouri@chromium.org</owner> | |
| 7887 <description>The user played a media from the controls.</description> | |
| 7888 </action> | |
| 7889 | |
| 7890 <action name="Media.Controls.PlayOverlay"> | |
| 7891 <owner>mlamouri@chromium.org</owner> | |
| 7892 <description> | |
| 7893 The user played a media from the play overlay button. | |
| 7894 </description> | |
| 7895 </action> | |
| 7896 | |
| 7897 <action name="Media.Controls.ScrubbingBegin"> | |
| 7898 <owner>mlamouri@chromium.org</owner> | |
| 7899 <description> | |
| 7900 The user started to interact with the control's scrubber. | |
| 7901 </description> | |
| 7902 </action> | |
| 7903 | |
| 7904 <action name="Media.Controls.ScrubbingEnd"> | |
|
Ilya Sherman
2016/04/13 19:12:12
I'm not sure that you'll really get much value fro
mlamouri (slow - plz ping)
2016/04/14 15:46:30
As said above, I think the time it takes to scrub
Ilya Sherman
2016/04/14 20:41:26
That might be true, but how do you plan to view th
| |
| 7905 <owner>mlamouri@chromium.org</owner> | |
| 7906 <description> | |
| 7907 The user stopped interacting with the control's scrubber. | |
| 7908 </description> | |
| 7909 </action> | |
| 7910 | |
| 7911 <action name="Media.Controls.Unmute"> | |
| 7912 <owner>mlamouri@chromium.org</owner> | |
| 7913 <description>The user unmuted a media from the controls.</description> | |
| 7914 </action> | |
| 7915 | |
| 7916 <action name="Media.Controls.VolumeChangeBegin"> | |
| 7917 <owner>mlamouri@chromium.org</owner> | |
| 7918 <description> | |
| 7919 The user started to interact with the control's volume slider. | |
| 7920 </description> | |
| 7921 </action> | |
| 7922 | |
| 7923 <action name="Media.Controls.VolumeChangeEnd"> | |
|
Ilya Sherman
2016/04/13 19:12:12
Ditto.
mlamouri (slow - plz ping)
2016/04/14 15:46:30
As said above, that one is mostly completeness and
| |
| 7924 <owner>mlamouri@chromium.org</owner> | |
| 7925 <description> | |
| 7926 The user stopped interacting with the control's volume slider. | |
| 7927 </description> | |
| 7928 </action> | |
| 7929 | |
| 7838 <action name="MediaContextMenu_Controls"> | 7930 <action name="MediaContextMenu_Controls"> |
| 7839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 7931 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 7840 <description>Please enter the description of this user action.</description> | 7932 <description>Please enter the description of this user action.</description> |
| 7841 </action> | 7933 </action> |
| 7842 | 7934 |
| 7843 <action name="MediaContextMenu_Loop"> | 7935 <action name="MediaContextMenu_Loop"> |
| 7844 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 7936 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 7845 <description>Please enter the description of this user action.</description> | 7937 <description>Please enter the description of this user action.</description> |
| 7846 </action> | 7938 </action> |
| 7847 | 7939 |
| (...skipping 6334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14182 <action name="webapps.AddShortcut.Manifest"> | 14274 <action name="webapps.AddShortcut.Manifest"> |
| 14183 <owner>mlamouri@chromium.org</owner> | 14275 <owner>mlamouri@chromium.org</owner> |
| 14184 <description> | 14276 <description> |
| 14185 Shortcut added to the homescreen with a valid Manifest. This action will be | 14277 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14186 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14278 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14187 to keep a trend of whether the webapp also add meta tags. | 14279 to keep a trend of whether the webapp also add meta tags. |
| 14188 </description> | 14280 </description> |
| 14189 </action> | 14281 </action> |
| 14190 | 14282 |
| 14191 </actions> | 14283 </actions> |
| OLD | NEW |