diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-01 01:59:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-01 01:59:32 +0800 |
commit | 383b14ee06a64bcdc7ec310dc1797be1d7d6d20e (patch) | |
tree | 65dc5232b79f7c335a062512255ff2db3b3a6d79 /ChangeLog | |
parent | cbbf7c86bcc83b0225dd37272d4c1740641a2980 (diff) | |
download | gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.tar gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.tar.gz gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.tar.bz2 gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.tar.lz gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.tar.xz gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.tar.zst gsoc2013-epiphany-383b14ee06a64bcdc7ec310dc1797be1d7d6d20e.zip |
Remove cancelled downloads from the downloads hash; and remove partially
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_class_init),
(kill_download), (ephy_favicon_cache_finalize),
(favicon_name_build), (favicon_download_completed_cb),
(favicon_download_cancelled_cb), (ephy_favicon_cache_download),
(ephy_favicon_cache_get):
* embed/ephy-favicon-cache.h:
Remove cancelled downloads from the downloads hash; and remove
partially downloaded favicons.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-02-29 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_class_init), + (kill_download), (ephy_favicon_cache_finalize), + (favicon_name_build), (favicon_download_completed_cb), + (favicon_download_cancelled_cb), (ephy_favicon_cache_download), + (ephy_favicon_cache_get): + * embed/ephy-favicon-cache.h: + + Remove cancelled downloads from the downloads hash; and remove + partially downloaded favicons. + +2004-02-29 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/FilePicker.cpp: |