aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-06 07:44:38 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-06 07:44:38 +0800
commit6214eca8f29c0623fc13c80d1310c94f65b98191 (patch)
tree2b0afb731893cdc600035940c0a8a3222325a0fa /ChangeLog
parent3a041befc28c45d9213387489f491534a4041164 (diff)
downloadgsoc2013-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ede10b4f3..c359a7a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):