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

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

Issue 235633002: <webview>: Move Geolocation permission to chrome layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests in Debug mode 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 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 </action> 1664 </action>
1665 1665
1666 <action name="BrowserPlugin.Guest.PermissionRequest.Download"> 1666 <action name="BrowserPlugin.Guest.PermissionRequest.Download">
1667 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1667 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1668 <description>Please enter the description of this user action.</description> 1668 <description>Please enter the description of this user action.</description>
1669 </action> 1669 </action>
1670 1670
1671 <action name="BrowserPlugin.Guest.PermissionRequest.Geolocation"> 1671 <action name="BrowserPlugin.Guest.PermissionRequest.Geolocation">
1672 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1672 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1673 <description>Please enter the description of this user action.</description> 1673 <description>Please enter the description of this user action.</description>
1674 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1674 </action> 1675 </action>
1675 1676
1676 <action name="BrowserPlugin.Guest.PermissionRequest.JSDialog"> 1677 <action name="BrowserPlugin.Guest.PermissionRequest.JSDialog">
1677 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1678 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1678 <description>Please enter the description of this user action.</description> 1679 <description>Please enter the description of this user action.</description>
1679 </action> 1680 </action>
1680 1681
1681 <action name="BrowserPlugin.Guest.PermissionRequest.Media"> 1682 <action name="BrowserPlugin.Guest.PermissionRequest.Media">
1682 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1683 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1683 <description>Please enter the description of this user action.</description> 1684 <description>Please enter the description of this user action.</description>
(...skipping 25 matching lines...) Expand all
1709 </action> 1710 </action>
1710 1711
1711 <action name="BrowserPlugin.PermissionAllow.Download"> 1712 <action name="BrowserPlugin.PermissionAllow.Download">
1712 <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>
1713 <description>Please enter the description of this user action.</description> 1714 <description>Please enter the description of this user action.</description>
1714 </action> 1715 </action>
1715 1716
1716 <action name="BrowserPlugin.PermissionAllow.Geolocation"> 1717 <action name="BrowserPlugin.PermissionAllow.Geolocation">
1717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1718 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1718 <description>Please enter the description of this user action.</description> 1719 <description>Please enter the description of this user action.</description>
1720 <obsolete>This permission has been moved to the chrome layer.</obsolete>
1719 </action> 1721 </action>
1720 1722
1721 <action name="BrowserPlugin.PermissionAllow.JSDialog"> 1723 <action name="BrowserPlugin.PermissionAllow.JSDialog">
1722 <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>
1723 <description>Please enter the description of this user action.</description> 1725 <description>Please enter the description of this user action.</description>
1724 </action> 1726 </action>
1725 1727
1726 <action name="BrowserPlugin.PermissionAllow.Media"> 1728 <action name="BrowserPlugin.PermissionAllow.Media">
1727 <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>
1728 <description>Please enter the description of this user action.</description> 1730 <description>Please enter the description of this user action.</description>
(...skipping 8972 matching lines...) Expand 10 before | Expand all | Expand 10 after
10701 <action name="WebView.Guest.PluginLoadRequest"> 10703 <action name="WebView.Guest.PluginLoadRequest">
10702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10704 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10703 <description>Please enter the description of this user action.</description> 10705 <description>Please enter the description of this user action.</description>
10704 </action> 10706 </action>
10705 10707
10706 <action name="WebView.Guest.Terminate"> 10708 <action name="WebView.Guest.Terminate">
10707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10709 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10708 <description>Please enter the description of this user action.</description> 10710 <description>Please enter the description of this user action.</description>
10709 </action> 10711 </action>
10710 10712
10713 <action name="WebView.PermissionAllow.Geolocation">
10714 <owner>fsamuel@chromium.org</owner>
10715 <owner>lazyboy@chromium.org</owner>
10716 <description>
10717 Tracks when the geolocation permission is explicitly allowed on a webview.
10718 </description>
10719 </action>
10720
10721 <action name="WebView.PermissionDeny.Geolocation">
10722 <owner>fsamuel@chromium.org</owner>
10723 <owner>lazyboy@chromium.org</owner>
10724 <description>
10725 Tracks when the geolocation permission is explicitly denied on a webview.
10726 </description>
10727 </action>
10728
10711 <action name="WebView.Reload"> 10729 <action name="WebView.Reload">
10712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10730 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10713 <description>Please enter the description of this user action.</description> 10731 <description>Please enter the description of this user action.</description>
10714 </action> 10732 </action>
10715 10733
10716 <action name="WebView.Stop"> 10734 <action name="WebView.Stop">
10717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10735 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10718 <description>Please enter the description of this user action.</description> 10736 <description>Please enter the description of this user action.</description>
10719 </action> 10737 </action>
10720 10738
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
10857 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10875 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10858 <description>Please enter the description of this user action.</description> 10876 <description>Please enter the description of this user action.</description>
10859 </action> 10877 </action>
10860 10878
10861 <action name="webapps.AddShortcut.Bookmark"> 10879 <action name="webapps.AddShortcut.Bookmark">
10862 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10880 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10863 <description>Please enter the description of this user action.</description> 10881 <description>Please enter the description of this user action.</description>
10864 </action> 10882 </action>
10865 10883
10866 </actions> 10884 </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