aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-07-07 00:19:46 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-07-09 19:14:28 +0800
commitea04be7b86a8c0fe37d1dab4dd9211f04f751731 (patch)
tree0c491ba0f8f591239450ef536adefdd51aeab9c5 /embed
parent8c0d6f6b8722c7976f90c71dbbdd6035473b113a (diff)
downloadgsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.tar
gsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.tar.gz
gsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.tar.bz2
gsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.tar.lz
gsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.tar.xz
gsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.tar.zst
gsoc2013-epiphany-ea04be7b86a8c0fe37d1dab4dd9211f04f751731.zip
ephy-embed-prefs: Enable site specific quirks in WebKit2
https://bugzilla.gnome.org/show_bug.cgi?id=679499
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-prefs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 164abbab3..2fe9a4fbf 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -612,9 +612,10 @@ ephy_embed_prefs_init (void)
{
int i;
#ifdef HAVE_WEBKIT2
- /* TODO: site-specific-quirks and page-cache settings */
+ /* TODO: page-cache settings */
webkit_settings = webkit_settings_new_with_settings ("enable-developer-extras", TRUE,
"enable-fullscreen", TRUE,
+ "enable-site-specific-quirks", TRUE,
NULL);
#else
webkit_settings = webkit_web_settings_new ();