add new flag; bug 122227, r=adamlock, sr=kin, a=Asa

This commit is contained in:
brade%netscape.com 2002-03-21 14:17:31 +00:00
parent 584ef8f015
commit 5515c472f3

View File

@ -58,6 +58,8 @@ interface nsIWebBrowserPersist : nsISupports
const unsigned long PERSIST_FLAGS_FIXUP_ORIGINAL_DOM = 128;
/** Fix links relative to destination location (not origin) */
const unsigned long PERSIST_FLAGS_FIXUP_LINKS_TO_DESTINATION = 256;
/** Don't do any adjustments to links */
const unsigned long PERSIST_FLAGS_DONT_FIXUP_LINKS = 512;
/** Flags governing how data is fetched from the network. */
attribute unsigned long persistFlags;