aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-02-28 18:47:03 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-28 18:47:03 +0800
commit5af89a28e1d5302f351a714a711ddc4ead5320b0 (patch)
treedf2fccd503b13c3928834db0f8f1d8544e7c574b /ChangeLog
parentc5cb67fcff408482f964020079910dc3475fef25 (diff)
downloadgsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.tar
gsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.tar.gz
gsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.tar.bz2
gsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.tar.lz
gsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.tar.xz
gsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.tar.zst
gsoc2013-epiphany-5af89a28e1d5302f351a714a711ddc4ead5320b0.zip
Use getInterface to get the dom window from the docshell, not
2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: Use getInterface to get the dom window from the docshell, not queryInterface. (Bug #121160) * embed/mozilla/MozillaPrivate.cpp: Do not fallback to the active window if the parent cannot be found. It just hides problems and cause more annoying behaviors (like dialogs parented on the wrong window).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ded879d3..d2f06b156 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
+ * embed/mozilla/ContentHandler.cpp:
+
+ Use getInterface to get the dom window from the
+ docshell, not queryInterface. (Bug #121160)
+
+ * embed/mozilla/MozillaPrivate.cpp:
+
+ Do not fallback to the active window if
+ the parent cannot be found. It just hides problems
+ and cause more annoying behaviors (like dialogs
+ parented on the wrong window).
+
+2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
+
* HACKING:
Add a note about changelog entry.