Bug #21173 --> Add a document uri retargeted flag. This flag is set when the uri loader retargets the output

of the channel to another content window.
r=travis
This commit is contained in:
mscott%netscape.com 2000-01-29 05:03:58 +00:00
parent 60c7c8fa76
commit 4d50d925e5

View File

@ -121,6 +121,10 @@ interface nsIChannel : nsIRequest
* completing the nsILoadGroup it may belong to */
const unsigned long LOAD_DOCUMENT_URI = 1 << 1;
const unsigned long LOAD_RETARGETED_DOCUMENT_URI = 1 << 2; /* if the end consumer for this
load has been retargeted after
discovering it's content, this flag
will be set */
//
// The following flags control caching behavior. Not all protocols pay
// attention to all these flags, but they are applicable to more than one