aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-persist.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-18 01:31:23 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-18 01:31:23 +0800
commit3200b1592abd9f4ff0a020b3048bf6abf2cfb437 (patch)
treec3279ebeecc5cfdb545926155bb0a658f62aa826 /embed/ephy-embed-persist.h
parent9dc72322ce56b9e377a1d889ea5bd4453f69ea47 (diff)
downloadgsoc2013-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 'embed/ephy-embed-persist.h')
-rw-r--r--embed/ephy-embed-persist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h
index dfccaa719..005327b1c 100644
--- a/embed/ephy-embed-persist.h
+++ b/embed/ephy-embed-persist.h
@@ -48,7 +48,8 @@ typedef enum
EPHY_EMBED_PERSIST_MAINDOC = 1 << 1,
EPHY_EMBED_PERSIST_NO_VIEW = 1 << 2,
EPHY_EMBED_PERSIST_ASK_DESTINATION = 1 << 3,
- EPHY_EMBED_PERSIST_DO_CONVERSION = 1 << 4
+ EPHY_EMBED_PERSIST_DO_CONVERSION = 1 << 4,
+ EPHY_EMBED_PERSIST_FROM_CACHE = 1 << 5
} EphyEmbedPersistFlags;
struct _EphyEmbedPersist