diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2011-04-17 02:36:14 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2011-04-18 02:00:34 +0800 |
commit | 44fe7350b9c253d974b050d49c6f88b3d4ef8bdb (patch) | |
tree | 80554340c47cf2c6c3f86ed561fd61e22af97613 /embed/ephy-embed-prefs.c | |
parent | d436a108f1c30a5f937df2b05a5e5cbdf12b4d0a (diff) | |
download | gsoc2013-epiphany-44fe7350b9c253d974b050d49c6f88b3d4ef8bdb.tar.gz gsoc2013-epiphany-44fe7350b9c253d974b050d49c6f88b3d4ef8bdb.tar.zst gsoc2013-epiphany-44fe7350b9c253d974b050d49c6f88b3d4ef8bdb.zip |
Better behaviour when openning new windows that are resized as tabs
When a new window is opened and given a specific size and position by
javascript, the request should only be respected if the new window is
being opened stand alone, and considered a popup. This fixes bad
behaviour observed when the new window became a tab on an existing
window and messed with its size.
Bug #612155
Diffstat (limited to 'embed/ephy-embed-prefs.c')
-rw-r--r-- | embed/ephy-embed-prefs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c index 23a07a470..3b035ab88 100644 --- a/embed/ephy-embed-prefs.c +++ b/embed/ephy-embed-prefs.c @@ -484,7 +484,6 @@ ephy_embed_prefs_init (void) "enable-default-context-menu", FALSE, "enable-site-specific-quirks", TRUE, "enable-page-cache", TRUE, - "auto-resize-window", TRUE, "enable-developer-extras", TRUE, NULL); |