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

This commit is contained in:
brade%netscape.com 2002-03-14 14:15:02 +00:00
Родитель 7a67e08098
Коммит 8be01d4456
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,8 @@ interface nsIWebBrowserPersist : nsISupports
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;
/** Fix links relative to destination location (not origin) */
const unsigned long PERSIST_FLAGS_FIXUP_LINKS_TO_DESTINATION = 256;
/** Flags governing how data is fetched from the network. */
attribute unsigned long persistFlags;