aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-19 05:01:04 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-19 05:01:04 +0800
commit391793b9bb2498599791b506f6c09080845ae7b0 (patch)
treeb04c2bc3ab3689c95e19967d02ca3a7fe2c47986 /ChangeLog
parentd125a79db5875e4328ea5e66af331197ad644f96 (diff)
downloadgsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar
gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.gz
gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.bz2
gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.lz
gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.xz
gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.zst
gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.zip
We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to
2004-01-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to the nsIDOMEvent, not just cast it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 527db59ee..ee3519b99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-18 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/mozilla-embed.cpp:
+
+ We need to use do_QueryInterface to get from the
+ nsIDOM[Key|Mouse]Event to the nsIDOMEvent, not just
+ cast it.
+
2004-01-17 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: