mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
add new flag; bug 122227, r=adamlock, sr=kin, a=Asa
This commit is contained in:
parent
584ef8f015
commit
5515c472f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user