mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
add new flags; bug 125070, r=adamlock, sr=sfraser, a=roc
This commit is contained in:
parent
8c606e85b5
commit
15c898c949
@ -52,6 +52,10 @@ interface nsIWebBrowserPersist : nsISupports
|
||||
const unsigned long PERSIST_FLAGS_NO_CONVERSION = 16;
|
||||
/** Replace existing files on the disk (use with due diligence!) */
|
||||
const unsigned long PERSIST_FLAGS_REPLACE_EXISTING_FILES = 32;
|
||||
/** Don't modify or add base tags */
|
||||
const unsigned long PERSIST_FLAGS_NO_BASE_TAG_MODIFICATIONS = 64;
|
||||
/** Make changes to original dom rather than cloning nodes */
|
||||
const unsigned long PERSIST_FLAGS_FIXUP_ORIGINAL_DOM = 128;
|
||||
|
||||
/** Flags governing how data is fetched from the network. */
|
||||
attribute unsigned long persistFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user