diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-18 01:31:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-18 01:31:23 +0800 |
commit | 3200b1592abd9f4ff0a020b3048bf6abf2cfb437 (patch) | |
tree | c3279ebeecc5cfdb545926155bb0a658f62aa826 /ChangeLog | |
parent | 9dc72322ce56b9e377a1d889ea5bd4453f69ea47 (diff) | |
download | gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.tar gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.tar.gz gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.tar.bz2 gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.tar.lz gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.tar.xz gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.tar.zst gsoc2013-epiphany-3200b1592abd9f4ff0a020b3048bf6abf2cfb437.zip |
Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cache
2005-08-17 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-persist.h:
* embed/mozilla/mozilla-embed-persist.cpp:
Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cache
descriptor for the source URL.
* src/popup-commands.c: (save_property_url),
(popup_cmd_set_image_as_background), (save_temp_source):
Use EPHY_EMBED_PERSIST_FROM_CACHE to try to get the content from
cache when saving background, images or links. Part of bug #168554.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2005-08-17 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed-persist.h: + * embed/mozilla/mozilla-embed-persist.cpp: + + Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cache + descriptor for the source URL. + + * src/popup-commands.c: (save_property_url), + (popup_cmd_set_image_as_background), (save_temp_source): + + Use EPHY_EMBED_PERSIST_FROM_CACHE to try to get the content from + cache when saving background, images or links. Part of bug #168554. + +2005-08-17 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_set_loading_title), Better fix: reorder again and use priv->title for |