diff options
author | Philippe Normand <philn@igalia.com> | 2011-12-02 20:07:27 +0800 |
---|---|---|
committer | Philippe Normand <phil@base-art.net> | 2012-01-04 01:05:42 +0800 |
commit | 9c4a9e1156c56439f1ac500bed216df35754ab1a (patch) | |
tree | c5a88ace7ec1e5ee517a9c38f4b4a9662c67eb61 /embed | |
parent | f8fa0af522ffe06c1c8b5711cb284767acb90dc1 (diff) | |
download | gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.tar gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.tar.gz gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.tar.bz2 gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.tar.lz gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.tar.xz gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.tar.zst gsoc2013-epiphany-9c4a9e1156c56439f1ac500bed216df35754ab1a.zip |
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
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c index 7281e982f..4f9b3686b 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++) { |