aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2005-05-13 05:53:05 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2005-05-13 05:53:05 +0800
commit6a817a5731527cb9fd77524cdd2956eae6f794c2 (patch)
treeeaf137876a37a5bbd6311fd623c9fb170bf24fb2 /ChangeLog
parent58addfabc1ee4b84459117e2b73e575f9c792165 (diff)
downloadgsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.gz
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.bz2
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.lz
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.xz
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.tar.zst
gsoc2013-epiphany-6a817a5731527cb9fd77524cdd2956eae6f794c2.zip
Add handling of DOMContentLoaded event from Gecko. It is an event that
2005-05-12 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed.h: * embed/ephy-embed.c: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Add handling of DOMContentLoaded event from Gecko. It is an event that Gecko throws when the dom’s content is loaded, that is, before all the images and what not have loaded.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4d6f971b..de8950c32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-12 Jean-François Rameau <jframeau@cvs.gnome.org>
+
+ * embed/ephy-embed.h:
+ * embed/ephy-embed.c:
+ * embed/mozilla/EphyBrowser.cpp:
+ * embed/mozilla/EventContext.cpp:
+
+ Add handling of DOMContentLoaded event from Gecko.
+ It is an event that Gecko throws when the dom’s content is loaded,
+ that is, before all the images and what not have loaded.
+
2005-05-12 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am: