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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.json5

Issue 2885033007: Disable color/date chooser in VR mode via WebPreferences (Closed)
Patch Set: added explanatory comment. Created 3 years, 7 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: third_party/WebKit/Source/core/frame/Settings.json5
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
index 84b492711ee8d6d63ea75f2bb147504cf877c21c..8b313e721ca9b76d5877faa4fb6d9f9545e4301f 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -230,6 +230,17 @@
initial: false,
},
+ // This is used when page popups should not be presented at all from time
+ // to time in the life of a renderer. This is different than the runtime
+ // enabled feature to enable page popups which remains fixed for the
+ // lifetime of a render and semantically means that an alternative UI
+ // should be shown. An example of when this might be used is in an
+ // embedder than cannot render these popups (in VR mode, say).
+ {
+ name: "pagePopupsSuppressed",
+ initial: false,
+ },
+
{
name: "scrollAnimatorEnabled",
initial: true,
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/html/forms/ColorChooserClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698