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

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

Issue 1618523003: Merge of "Add metrics regarding concurrent audible tabs in Chromium." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 11 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 | « content/content_tests.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 7700 matching lines...) Expand 10 before | Expand all | Expand 10 after
7711 <action name="MaxButton_Restore"> 7711 <action name="MaxButton_Restore">
7712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7713 <description>Please enter the description of this user action.</description> 7713 <description>Please enter the description of this user action.</description>
7714 </action> 7714 </action>
7715 7715
7716 <action name="MaxButton_ShowBubble"> 7716 <action name="MaxButton_ShowBubble">
7717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7718 <description>Please enter the description of this user action.</description> 7718 <description>Please enter the description of this user action.</description>
7719 </action> 7719 </action>
7720 7720
7721 <action name="Media.Audible.AddTab">
7722 <owner>mlamouri@chromium.org</owner>
7723 <description>A tab became audible.</description>
7724 </action>
7725
7726 <action name="Media.Audible.RemoveTab">
7727 <owner>mlamouri@chromium.org</owner>
7728 <description>A tab is no longer audible.</description>
7729 </action>
7730
7721 <action name="MediaContextMenu_Controls"> 7731 <action name="MediaContextMenu_Controls">
7722 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7732 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7723 <description>Please enter the description of this user action.</description> 7733 <description>Please enter the description of this user action.</description>
7724 </action> 7734 </action>
7725 7735
7726 <action name="MediaContextMenu_Loop"> 7736 <action name="MediaContextMenu_Loop">
7727 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7737 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7728 <description>Please enter the description of this user action.</description> 7738 <description>Please enter the description of this user action.</description>
7729 </action> 7739 </action>
7730 7740
(...skipping 6047 matching lines...) Expand 10 before | Expand all | Expand 10 after
13778 <action name="webapps.AddShortcut.Manifest"> 13788 <action name="webapps.AddShortcut.Manifest">
13779 <owner>mlamouri@chromium.org</owner> 13789 <owner>mlamouri@chromium.org</owner>
13780 <description> 13790 <description>
13781 Shortcut added to the homescreen with a valid Manifest. This action will be 13791 Shortcut added to the homescreen with a valid Manifest. This action will be
13782 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13792 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13783 to keep a trend of whether the webapp also add meta tags. 13793 to keep a trend of whether the webapp also add meta tags.
13784 </description> 13794 </description>
13785 </action> 13795 </action>
13786 13796
13787 </actions> 13797 </actions>
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698