From 9f39f8a12ea1b910ae3303f3ef38d6216171ec88 Mon Sep 17 00:00:00 2001 From: Jean-François Rameau Date: Wed, 10 Aug 2005 16:27:46 +0000 Subject: Gecko send several STATE_STOP, but only the final one (completed) is of MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-08-10 Jean-François Rameau * embed/mozilla/MozDownload.cpp (OnStateChange): Gecko send several STATE_STOP, but only the final one (completed) is of interest (STATE_STOP&STATE_IS_NETWORK). Fix crash with gecko 1.8 when downloading. * embed/mozilla/mozilla-embed.cpp: Fix compilation warning. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94c82c7cb..6d2e77f74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-08-10 Jean-François Rameau + + * embed/mozilla/MozDownload.cpp (OnStateChange): + + Gecko send several STATE_STOP, but only the final one (completed) + is of interest (STATE_STOP&STATE_IS_NETWORK). + Fix crash with gecko 1.8 when downloading. + + * embed/mozilla/mozilla-embed.cpp: + + Fix compilation warning. + 2005-08-10 Christian Persch * configure.ac: -- cgit