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

Unified Diff: tools/metrics/actions/actions.xml

Issue 984963004: <webview>: Implement fullscreen permission for html5 element.requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tmptmptmp
Patch Set: Disable one test one test on mac with bug ref, use document.webkitIsFullScreen Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/renderer/resources/guest_view/web_view/web_view_events.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index ba7b1f72c2ee13e590776244f283132f25f25c41..eafd69ca9c45864e328648824c45bf9fee61c006 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11729,6 +11729,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="WebView.PermissionAllow.Fullscreen">
+ <owner>fsamuel@chromium.org</owner>
+ <owner>lazyboy@chromium.org</owner>
+ <description>
+ Tracks when the fullscreen permission is explicitly allowed on a webview.
+ </description>
+</action>
+
<action name="WebView.PermissionAllow.Geolocation">
<owner>fsamuel@chromium.org</owner>
<owner>lazyboy@chromium.org</owner>
@@ -11777,6 +11785,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="WebView.PermissionDeny.Fullscreen">
+ <owner>fsamuel@chromium.org</owner>
+ <owner>lazyboy@chromium.org</owner>
+ <description>
+ Tracks when the fullscreen permission is explicitly denied on a webview.
+ </description>
+</action>
+
<action name="WebView.PermissionDeny.Geolocation">
<owner>fsamuel@chromium.org</owner>
<owner>lazyboy@chromium.org</owner>
« no previous file with comments | « extensions/renderer/resources/guest_view/web_view/web_view_events.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698