aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-10-23 04:59:58 +0800
committerXan Lopez <xan@gnome.org>2009-10-23 04:59:58 +0800
commitdc14e5bcab1759813aeed64af213ba067535e7e8 (patch)
tree75d01cacebab03780052934259834c9b13e10105 /embed
parent7a31887b89005519fcb012cce53adc2a6402d066 (diff)
downloadgsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.tar
gsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.tar.gz
gsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.tar.bz2
gsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.tar.lz
gsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.tar.xz
gsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.tar.zst
gsoc2013-epiphany-dc14e5bcab1759813aeed64af213ba067535e7e8.zip
Allow popups when the user asks for them.
Bug #528799
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-prefs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index b29a55a02..a7465db10 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -228,6 +228,9 @@ static const PrefData webkit_pref_entries[] =
webkit_pref_callback_user_stylesheet },
{ CONF_CARET_BROWSING_ENABLED,
"enable-caret-browsing",
+ webkit_pref_callback_boolean },
+ { CONF_SECURITY_ALLOW_POPUPS,
+ "javascript-can-open-windows-automatically",
webkit_pref_callback_boolean }
};