diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-04 03:04:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-04 03:04:42 +0800 |
commit | 712581b3a006dbe65d2a5c6571960c82497fb4f2 (patch) | |
tree | 2b24316a9d20bcf6228e71927241aa73993fa0e9 /ChangeLog | |
parent | 85a16225477518004481d8ae8cb98b6d1b216c84 (diff) | |
download | gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.tar gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.tar.gz gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.tar.bz2 gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.tar.lz gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.tar.xz gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.tar.zst gsoc2013-epiphany-712581b3a006dbe65d2a5c6571960c82497fb4f2.zip |
Whenever we have one, pass the cache key to the persist object. That way
2004-05-03 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-persist.cpp:
Whenever we have one, pass the cache key to the persist object.
That way we don't re-fetch the page on save. Fixes bug #141652.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ * embed/mozilla/mozilla-embed-persist.cpp: + Whenever we have one, pass the cache key to the persist object. + That way we don't re-fetch the page on save. Fixes bug #141652. + +2004-05-03 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/mozilla-embed-persist.cpp: + Fix a mem leak; thanks to Crispin for spotting it. 2004-05-03 Patanjali Somayaji <patanjali@codito.com> |