diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-04-18 18:35:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-04-18 18:35:44 +0800 |
commit | 253cdd5d4d4969687f0c739cc751fa9a96c42600 (patch) | |
tree | 752d5711617ce980cefd5532fd996a18e954cc80 /ChangeLog | |
parent | 4d702bd73bf61dd1b8df432da802adcc3785fd0a (diff) | |
download | gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.gz gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.bz2 gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.lz gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.xz gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.zst gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.zip |
Fix chrome for new windows opened from _blank target. Fixes bug #139512.
2004-04-18 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-window.c: (ephy_window_set_chrome),
(ephy_window_set_property), (ephy_window_class_init):
Fix chrome for new windows opened from _blank target.
Fixes bug #139512.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,8 +1,19 @@ +2004-04-18 Marco Pesenti Gritti <marco@gnome.org> + + * embed/ephy-embed.c: (ephy_embed_chrome_get_type): + * embed/ephy-embed.h: + * embed/mozilla/mozilla-embed.cpp: + * src/ephy-window.c: (ephy_window_set_chrome), + (ephy_window_set_property), (ephy_window_class_init): + + Fix chrome for new windows opened from _blank target. + Fixes bug #139512. + 2004-04-17 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: - Do not uncompress when the type is not html. + Do not uncompress when the type is not html. Fixes bug #131778. 2004-04-17 Marco Pesenti Gritti <marco@gnome.org> |