[epiphany/gnome-2-28] Allow popups when the user asks for them.



commit 74fa009fb5ff0cd66096531c0a16ef567dafab5a
Author: Xan Lopez <xan gnome org>
Date:   Thu Oct 22 23:59:58 2009 +0300

    Allow popups when the user asks for them.
    
    Bug #528799

 embed/ephy-embed-prefs.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index b29a55a..a7465db 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 }
   };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]