diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-28 01:29:36 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-28 01:29:36 +0800 |
commit | 7b0fe9305597ff7bd10c4dc468ae00eab155ca36 (patch) | |
tree | 5b8a213e75b8c49a7246abed3ac9e65393517d9d /ChangeLog | |
parent | 03518bcc5c5aa9a9149315e932f84a0aee2d44ce (diff) | |
download | gsoc2013-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |