Bug 909218 - add defaultLoadFlags to nsILoadGroup and have the docShell set them. r=mayhemer

This commit is contained in:
Mark Hammond
2013-09-06 16:33:29 +10:00
parent a44e8684c2
commit adc446a845
5 changed files with 46 additions and 2 deletions

View File

@@ -356,7 +356,8 @@ interface nsIDocShell : nsIDocShellTreeItem
/*
* Default load flags (as defined in nsIRequest) that will be set on all
* requests made by this docShell and propagated to all child docShells.
* requests made by this docShell and propagated to all child docShells and
* to nsILoadGroup::defaultLoadFlags for the docShell's loadGroup.
* Default is no flags. Once set, only future requests initiated by the
* docShell are affected, so in general, these flags should be set before
* the docShell loads any content.