diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-06 07:44:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-06 07:44:38 +0800 |
commit | 6214eca8f29c0623fc13c80d1310c94f65b98191 (patch) | |
tree | 2b0afb731893cdc600035940c0a8a3222325a0fa /ChangeLog | |
parent | 3a041befc28c45d9213387489f491534a4041164 (diff) | |
download | gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.tar gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.tar.gz gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.tar.bz2 gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.tar.lz gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.tar.xz gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.tar.zst gsoc2013-epiphany-6214eca8f29c0623fc13c80d1310c94f65b98191.zip |
Ensure that if the nsIDOMWindow provided is a frame inside an embed, we
2004-01-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/PrintingPromptService.cpp:
Ensure that if the nsIDOMWindow provided is a frame inside an embed,
we get the top-level window and then get the embed from that.
Fixes bug #129028.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-01-06 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/MozillaPrivate.cpp: + * embed/mozilla/PrintingPromptService.cpp: + + Ensure that if the nsIDOMWindow provided is a frame inside an embed, + we get the top-level window and then get the embed from that. + Fixes bug #129028. + 2004-01-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): |