aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-04 03:04:42 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-04 03:04:42 +0800
commit712581b3a006dbe65d2a5c6571960c82497fb4f2 (patch)
tree2b24316a9d20bcf6228e71927241aa73993fa0e9 /ChangeLog
parent85a16225477518004481d8ae8cb98b6d1b216c84 (diff)
downloadgsoc2013-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00fb1eb28..c30b4b192 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>