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

Unified Diff: Source/core/frame/Settings.in

Issue 428633004: Webkit setting for embedders that do not support fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nits Created 6 years, 5 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
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 2215ed15e2e62e75e9422ff81d40c1e3ee3a2c98..2c3f4d635d2b6064f44c8daee133ee57e1d4e43e 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -269,3 +269,9 @@ deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing
# API will return 'false' in that case.
maxBeaconTransmission type=int, initial=16384
+# The following two settings are only exposed for Layout Tests.
philipj_slow 2014/07/30 12:11:18 That's not quite true, they're intended to be set
Ignacio Solla 2014/07/30 14:40:00 Added "only exposed through Javascript".
philipj_slow 2014/07/30 15:47:17 All settings are exposed in internals.settings for
Ignacio Solla 2014/07/31 10:30:51 Oh, I see, thanks for the clarification! I have a
+fullscreenEnabled initial=true
+# FIXME: This is a temporary flag and should be removed once
philipj_slow 2014/07/30 12:11:18 Can that ever actually happen. Won't there continu
Ignacio Solla 2014/07/30 14:40:00 The fullscreenEnabled setting is for apps that do
philipj_slow 2014/07/30 15:47:17 Let's see if I understand. http://developer.andro
Ignacio Solla 2014/07/31 10:30:51 Exactly, your understanding is correct.
+# the Android WebView supports fullscreen for non-media elements
+# (crbug.com/398485).
+disallowFullscreenForNonMediaElements initial=false

Powered by Google App Engine
This is Rietveld 408576698