aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2013-02-23 02:38:01 +0800
committerGustavo Noronha Silva <gns@gnome.org>2013-02-24 04:41:13 +0800
commitb45047739e9ebc02200267a52295f24adf4ca668 (patch)
tree743bfd4c0aa63703286947707252b3f366d4a7cb /lib
parent1bf2e792d47a41ee9117ffae1c699419d211644a (diff)
downloadgsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.tar
gsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.tar.gz
gsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.tar.bz2
gsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.tar.lz
gsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.tar.xz
gsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.tar.zst
gsoc2013-epiphany-b45047739e9ebc02200267a52295f24adf4ca668.zip
Add setting for delayed tab loading, and use it to fix the session tests
The session tests were broken by the delayed tab loading feature - the restored embeds would not finish loading and thus the expectations for the URIs were not met. This change adds a setting that is now used by those tests to disable the feature temporarily. Also revert "ephy-session-test: make tests pass", which is no longer necessary. This reverts commit 75da5fff3f4489dacf4ded6f012daa06af306709. https://bugzilla.gnome.org/show_bug.cgi?id=694470
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index c390e37a1..7fe2aeebd 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -123,6 +123,7 @@ typedef enum
#define EPHY_PREFS_ENABLE_CARET_BROWSING "enable-caret-browsing"
#define EPHY_PREFS_INTERNAL_VIEW_SOURCE "internal-view-source"
#define EPHY_PREFS_RESTORE_SESSION_POLICY "restore-session-policy"
+#define EPHY_PREFS_RESTORE_SESSION_DELAYING_LOADS "restore-session-delaying-loads"
#define EPHY_PREFS_LOCKDOWN_SCHEMA "org.gnome.Epiphany.lockdown"
#define EPHY_PREFS_LOCKDOWN_FULLSCREEN "disable-fullscreen"