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

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

Issue 235923003: <webview>: Move download permission to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_media_to_chrome
Patch Set: Merge with ToT 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 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 </action> 1705 </action>
1706 1706
1707 <action name="BrowserPlugin.Guest.Terminate"> 1707 <action name="BrowserPlugin.Guest.Terminate">
1708 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1708 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1709 <description>Please enter the description of this user action.</description> 1709 <description>Please enter the description of this user action.</description>
1710 </action> 1710 </action>
1711 1711
1712 <action name="BrowserPlugin.PermissionAllow.Download"> 1712 <action name="BrowserPlugin.PermissionAllow.Download">
1713 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1713 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1714 <description>Please enter the description of this user action.</description> 1714 <description>Please enter the description of this user action.</description>
1715 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1715 </action> 1716 </action>
1716 1717
1717 <action name="BrowserPlugin.PermissionAllow.Geolocation"> 1718 <action name="BrowserPlugin.PermissionAllow.Geolocation">
1718 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1719 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1719 <description>Please enter the description of this user action.</description> 1720 <description>Please enter the description of this user action.</description>
1720 <obsolete>This permission has been moved to the chrome layer.</obsolete> 1721 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1721 </action> 1722 </action>
1722 1723
1723 <action name="BrowserPlugin.PermissionAllow.JSDialog"> 1724 <action name="BrowserPlugin.PermissionAllow.JSDialog">
1724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1725 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 12 matching lines...) Expand all
1737 </action> 1738 </action>
1738 1739
1739 <action name="BrowserPlugin.PermissionAllow.PointerLock"> 1740 <action name="BrowserPlugin.PermissionAllow.PointerLock">
1740 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1741 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1741 <description>Please enter the description of this user action.</description> 1742 <description>Please enter the description of this user action.</description>
1742 </action> 1743 </action>
1743 1744
1744 <action name="BrowserPlugin.PermissionDeny.Download"> 1745 <action name="BrowserPlugin.PermissionDeny.Download">
1745 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1746 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1746 <description>Please enter the description of this user action.</description> 1747 <description>Please enter the description of this user action.</description>
1748 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1747 </action> 1749 </action>
1748 1750
1749 <action name="BrowserPlugin.PermissionDeny.Geolocation"> 1751 <action name="BrowserPlugin.PermissionDeny.Geolocation">
1750 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1752 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1751 <description>Please enter the description of this user action.</description> 1753 <description>Please enter the description of this user action.</description>
1752 </action> 1754 </action>
1753 1755
1754 <action name="BrowserPlugin.PermissionDeny.JSDialog"> 1756 <action name="BrowserPlugin.PermissionDeny.JSDialog">
1755 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1757 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1756 <description>Please enter the description of this user action.</description> 1758 <description>Please enter the description of this user action.</description>
(...skipping 8948 matching lines...) Expand 10 before | Expand all | Expand 10 after
10705 <action name="WebView.Guest.PluginLoadRequest"> 10707 <action name="WebView.Guest.PluginLoadRequest">
10706 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10708 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10707 <description>Please enter the description of this user action.</description> 10709 <description>Please enter the description of this user action.</description>
10708 </action> 10710 </action>
10709 10711
10710 <action name="WebView.Guest.Terminate"> 10712 <action name="WebView.Guest.Terminate">
10711 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10713 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10712 <description>Please enter the description of this user action.</description> 10714 <description>Please enter the description of this user action.</description>
10713 </action> 10715 </action>
10714 10716
10717 <action name="WebView.PermissionAllow.Download">
10718 <owner>fsamuel@chromium.org</owner>
10719 <owner>lazyboy@chromium.org</owner>
10720 <description>
10721 Tracks when the download permission is explicitly allowed on a webview.
10722 </description>
10723 </action>
10724
10715 <action name="WebView.PermissionAllow.Geolocation"> 10725 <action name="WebView.PermissionAllow.Geolocation">
10716 <owner>fsamuel@chromium.org</owner> 10726 <owner>fsamuel@chromium.org</owner>
10717 <owner>lazyboy@chromium.org</owner> 10727 <owner>lazyboy@chromium.org</owner>
10718 <description> 10728 <description>
10719 Tracks when the geolocation permission is explicitly allowed on a webview. 10729 Tracks when the geolocation permission is explicitly allowed on a webview.
10720 </description> 10730 </description>
10721 </action> 10731 </action>
10722 10732
10723 <action name="WebView.PermissionAllow.Media"> 10733 <action name="WebView.PermissionAllow.Media">
10724 <owner>fsamuel@chromium.org</owner> 10734 <owner>fsamuel@chromium.org</owner>
10725 <owner>lazyboy@chromium.org</owner> 10735 <owner>lazyboy@chromium.org</owner>
10726 <description> 10736 <description>
10727 Tracks when the media permission is explicitly allowed on a webview. 10737 Tracks when the media permission is explicitly allowed on a webview.
10728 </description> 10738 </description>
10729 </action> 10739 </action>
10730 10740
10741 <action name="WebView.PermissionDeny.Download">
10742 <owner>fsamuel@chromium.org</owner>
10743 <owner>lazyboy@chromium.org</owner>
10744 <description>
10745 Tracks when the download permission is explicitly denied on a webview.
10746 </description>
10747 </action>
10748
10731 <action name="WebView.PermissionDeny.Geolocation"> 10749 <action name="WebView.PermissionDeny.Geolocation">
10732 <owner>fsamuel@chromium.org</owner> 10750 <owner>fsamuel@chromium.org</owner>
10733 <owner>lazyboy@chromium.org</owner> 10751 <owner>lazyboy@chromium.org</owner>
10734 <description> 10752 <description>
10735 Tracks when the geolocation permission is explicitly denied on a webview. 10753 Tracks when the geolocation permission is explicitly denied on a webview.
10736 </description> 10754 </description>
10737 </action> 10755 </action>
10738 10756
10739 <action name="WebView.PermissionDeny.Media"> 10757 <action name="WebView.PermissionDeny.Media">
10740 <owner>fsamuel@chromium.org</owner> 10758 <owner>fsamuel@chromium.org</owner>
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
10893 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10894 <description>Please enter the description of this user action.</description> 10912 <description>Please enter the description of this user action.</description>
10895 </action> 10913 </action>
10896 10914
10897 <action name="webapps.AddShortcut.Bookmark"> 10915 <action name="webapps.AddShortcut.Bookmark">
10898 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10899 <description>Please enter the description of this user action.</description> 10917 <description>Please enter the description of this user action.</description>
10900 </action> 10918 </action>
10901 10919
10902 </actions> 10920 </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