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

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

Issue 235733002: <webview>: Move media request to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_geolocation_to_chrome
Patch Set: Fixed rebase Created 6 years, 8 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/public/common/browser_plugin_permission_type.h ('k') | 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. 9 and description for each user action.
10 10
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 </action> 1721 </action>
1722 1722
1723 <action name="BrowserPlugin.PermissionAllow.JSDialog"> 1723 <action name="BrowserPlugin.PermissionAllow.JSDialog">
1724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1725 <description>Please enter the description of this user action.</description> 1725 <description>Please enter the description of this user action.</description>
1726 </action> 1726 </action>
1727 1727
1728 <action name="BrowserPlugin.PermissionAllow.Media"> 1728 <action name="BrowserPlugin.PermissionAllow.Media">
1729 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1729 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1730 <description>Please enter the description of this user action.</description> 1730 <description>Please enter the description of this user action.</description>
1731 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1731 </action> 1732 </action>
1732 1733
1733 <action name="BrowserPlugin.PermissionAllow.NewWindow"> 1734 <action name="BrowserPlugin.PermissionAllow.NewWindow">
1734 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1735 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1735 <description>Please enter the description of this user action.</description> 1736 <description>Please enter the description of this user action.</description>
1736 </action> 1737 </action>
1737 1738
1738 <action name="BrowserPlugin.PermissionAllow.PointerLock"> 1739 <action name="BrowserPlugin.PermissionAllow.PointerLock">
1739 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1740 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1740 <description>Please enter the description of this user action.</description> 1741 <description>Please enter the description of this user action.</description>
(...skipping 10 matching lines...) Expand all
1751 </action> 1752 </action>
1752 1753
1753 <action name="BrowserPlugin.PermissionDeny.JSDialog"> 1754 <action name="BrowserPlugin.PermissionDeny.JSDialog">
1754 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1755 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1755 <description>Please enter the description of this user action.</description> 1756 <description>Please enter the description of this user action.</description>
1756 </action> 1757 </action>
1757 1758
1758 <action name="BrowserPlugin.PermissionDeny.Media"> 1759 <action name="BrowserPlugin.PermissionDeny.Media">
1759 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1760 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1760 <description>Please enter the description of this user action.</description> 1761 <description>Please enter the description of this user action.</description>
1762 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1761 </action> 1763 </action>
1762 1764
1763 <action name="BrowserPlugin.PermissionDeny.NewWindow"> 1765 <action name="BrowserPlugin.PermissionDeny.NewWindow">
1764 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1766 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1765 <description>Please enter the description of this user action.</description> 1767 <description>Please enter the description of this user action.</description>
1766 </action> 1768 </action>
1767 1769
1768 <action name="BrowserPlugin.PermissionDeny.PointerLock"> 1770 <action name="BrowserPlugin.PermissionDeny.PointerLock">
1769 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1771 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1770 <description>Please enter the description of this user action.</description> 1772 <description>Please enter the description of this user action.</description>
(...skipping 8940 matching lines...) Expand 10 before | Expand all | Expand 10 after
10711 </action> 10713 </action>
10712 10714
10713 <action name="WebView.PermissionAllow.Geolocation"> 10715 <action name="WebView.PermissionAllow.Geolocation">
10714 <owner>fsamuel@chromium.org</owner> 10716 <owner>fsamuel@chromium.org</owner>
10715 <owner>lazyboy@chromium.org</owner> 10717 <owner>lazyboy@chromium.org</owner>
10716 <description> 10718 <description>
10717 Tracks when the geolocation permission is explicitly allowed on a webview. 10719 Tracks when the geolocation permission is explicitly allowed on a webview.
10718 </description> 10720 </description>
10719 </action> 10721 </action>
10720 10722
10723 <action name="WebView.PermissionAllow.Media">
10724 <owner>fsamuel@chromium.org</owner>
10725 <owner>lazyboy@chromium.org</owner>
10726 <description>
10727 Tracks when the media permission is explicitly allowed on a webview.
10728 </description>
10729 </action>
10730
10721 <action name="WebView.PermissionDeny.Geolocation"> 10731 <action name="WebView.PermissionDeny.Geolocation">
10722 <owner>fsamuel@chromium.org</owner> 10732 <owner>fsamuel@chromium.org</owner>
10723 <owner>lazyboy@chromium.org</owner> 10733 <owner>lazyboy@chromium.org</owner>
10724 <description> 10734 <description>
10725 Tracks when the geolocation permission is explicitly denied on a webview. 10735 Tracks when the geolocation permission is explicitly denied on a webview.
10726 </description> 10736 </description>
10727 </action> 10737 </action>
10728 10738
10739 <action name="WebView.PermissionDeny.Media">
10740 <owner>fsamuel@chromium.org</owner>
10741 <owner>lazyboy@chromium.org</owner>
10742 <description>
10743 Tracks when the media permission is explicitly denied on a webview.
10744 </description>
10745 </action>
10746
10729 <action name="WebView.Reload"> 10747 <action name="WebView.Reload">
10730 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10748 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10731 <description>Please enter the description of this user action.</description> 10749 <description>Please enter the description of this user action.</description>
10732 </action> 10750 </action>
10733 10751
10734 <action name="WebView.Stop"> 10752 <action name="WebView.Stop">
10735 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10753 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10736 <description>Please enter the description of this user action.</description> 10754 <description>Please enter the description of this user action.</description>
10737 </action> 10755 </action>
10738 10756
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
10875 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10893 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10876 <description>Please enter the description of this user action.</description> 10894 <description>Please enter the description of this user action.</description>
10877 </action> 10895 </action>
10878 10896
10879 <action name="webapps.AddShortcut.Bookmark"> 10897 <action name="webapps.AddShortcut.Bookmark">
10880 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10898 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10881 <description>Please enter the description of this user action.</description> 10899 <description>Please enter the description of this user action.</description>
10882 </action> 10900 </action>
10883 10901
10884 </actions> 10902 </actions>
OLDNEW
« no previous file with comments | « content/public/common/browser_plugin_permission_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698