aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-28 01:29:36 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-28 01:29:36 +0800
commit7b0fe9305597ff7bd10c4dc468ae00eab155ca36 (patch)
tree5b8a213e75b8c49a7246abed3ac9e65393517d9d /ChangeLog
parent03518bcc5c5aa9a9149315e932f84a0aee2d44ce (diff)
downloadgsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.gz
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.bz2
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.lz
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.xz
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.tar.zst
gsoc2013-epiphany-7b0fe9305597ff7bd10c4dc468ae00eab155ca36.zip
Solving the wrapper mess THE END
2003-10-27 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Solving the wrapper mess THE END An about:blank document is created syncronously on _init, which means there are no more race conditions ! Mozilla api is CRACK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6fab314..c8d65e28d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
+ * embed/mozilla/mozilla-embed.cpp:
+
+ Solving the wrapper mess THE END
+
+ An about:blank document is created syncronously
+ on _init, which means there are no more race conditions !
+ Mozilla api is CRACK.
+
+2003-10-27 Marco Pesenti Gritti <marco@gnome.org>
+
+ * embed/mozilla/EphyBrowser.cpp:
+ * embed/mozilla/EphyBrowser.h:
* embed/mozilla/EphyWrapper.cpp:
* embed/mozilla/EphyWrapper.h:
* embed/mozilla/EventContext.cpp: