[epiphany] ephy-embed-prefs: Hardcode enable-fullscreen to TRUE



commit 9c4a9e1156c56439f1ac500bed216df35754ab1a
Author: Philippe Normand <philn igalia com>
Date:   Fri Dec 2 13:07:27 2011 +0100

    ephy-embed-prefs: Hardcode enable-fullscreen to TRUE
    
    This change is required for websites (like Youtube) using the new
    Javascript-based fullscreen API. Also bumped the WebKitGTK requirement
    to 1.7.3 in agreement with Xan. This release includes bug fixes
    related to fullscreen display of videos.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665341

 configure.ac             |    2 +-
 embed/ephy-embed-prefs.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f33fa62..e53122d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ GLIB_REQUIRED=2.31.2
 GTK_REQUIRED=3.0.2
 LIBXML_REQUIRED=2.6.12
 LIBXSLT_REQUIRED=1.1.7
-WEBKIT_GTK_REQUIRED=1.6.1
+WEBKIT_GTK_REQUIRED=1.7.3
 LIBSOUP_GNOME_REQUIRED=2.37.1
 GNOME_KEYRING_REQUIRED=2.26.0
 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 7281e98..4f9b368 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -485,6 +485,7 @@ ephy_embed_prefs_init (void)
                 "enable-site-specific-quirks", TRUE,
                 "enable-page-cache", TRUE,
                 "enable-developer-extras", TRUE,
+                "enable-fullscreen", TRUE,
                 NULL);
 
   for (i = 0; i < G_N_ELEMENTS (webkit_pref_entries); i++) {



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