diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 17:18:25 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 17:18:25 +0000 |
commit | 7a128089a91a37e82038bd9d3c09110c5e78bfb4 (patch) | |
tree | b1cde13a4b26d62d822043e73533af3631610b4b /tools | |
parent | ecefc9d33b4e99b9648b036b6c3732660c17d9ea (diff) | |
download | chromium_src-7a128089a91a37e82038bd9d3c09110c5e78bfb4.zip chromium_src-7a128089a91a37e82038bd9d3c09110c5e78bfb4.tar.gz chromium_src-7a128089a91a37e82038bd9d3c09110c5e78bfb4.tar.bz2 |
<webview>: Move pointerLock permission to chrome
BUG=330264
Review URL: https://codereview.chromium.org/239113007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/actions/actions.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml index 12ae45e..0f8795c 100644 --- a/tools/metrics/actions/actions.xml +++ b/tools/metrics/actions/actions.xml @@ -1682,6 +1682,7 @@ should be able to be added at any place in this file. <action name="BrowserPlugin.Guest.PermissionRequest.Media"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <description>Please enter the description of this user action.</description> + <obsolete>This permission has been moved to the chrome layer.</obsolete> </action> <action name="BrowserPlugin.Guest.PermissionRequest.NewWindow"> @@ -1692,6 +1693,7 @@ should be able to be added at any place in this file. <action name="BrowserPlugin.Guest.PermissionRequest.PointerLock"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <description>Please enter the description of this user action.</description> + <obsolete>This permission has been moved to the chrome layer.</obsolete> </action> <action name="BrowserPlugin.Guest.Responsive"> @@ -1740,6 +1742,7 @@ should be able to be added at any place in this file. <action name="BrowserPlugin.PermissionAllow.PointerLock"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <description>Please enter the description of this user action.</description> + <obsolete>This permission has been moved to the chrome layer.</obsolete> </action> <action name="BrowserPlugin.PermissionDeny.Download"> @@ -1772,6 +1775,7 @@ should be able to be added at any place in this file. <action name="BrowserPlugin.PermissionDeny.PointerLock"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <description>Please enter the description of this user action.</description> + <obsolete>This permission has been moved to the chrome layer.</obsolete> </action> <action name="CanCommitURL_BlockedAndKilled"> @@ -10738,6 +10742,14 @@ should be able to be added at any place in this file. </description> </action> +<action name="WebView.PermissionAllow.PointerLock"> + <owner>fsamuel@chromium.org</owner> + <owner>lazyboy@chromium.org</owner> + <description> + Tracks when the pointerLock permission is explicitly allowed on a webview. + </description> +</action> + <action name="WebView.PermissionDeny.Download"> <owner>fsamuel@chromium.org</owner> <owner>lazyboy@chromium.org</owner> @@ -10762,6 +10774,14 @@ should be able to be added at any place in this file. </description> </action> +<action name="WebView.PermissionDeny.PointerLock"> + <owner>fsamuel@chromium.org</owner> + <owner>lazyboy@chromium.org</owner> + <description> + Tracks when the pointerLock permission is explicitly denied on a webview. + </description> +</action> + <action name="WebView.Reload"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <description>Please enter the description of this user action.</description> |