WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/docloaderservice;1
This component implements the following interfaces:
- nsIDocumentLoader
- nsIHttpEventSink
- nsIInterfaceRequestor
- nsIProgressEventSink
- nsIRequestObserver
- nsISecurityEventSink
- nsISupports
- nsISupportsWeakReference
- nsIWebProgress
Constants
Properties
readonly nsISupports nsIDocumentLoader.container
readonly nsIChannel nsIDocumentLoader.documentChannel
readonly nsIDOMWindow nsIWebProgress.DOMWindow
The DOM window associated with this nsIWebProgress instance.
readonly PRBool nsIWebProgress.isLoadingDocument
Indicates whether or not a document is currently being loaded in the context of this nsIWebProgress instance.
readonly nsILoadGroup nsIDocumentLoader.loadGroup
Methods
| Interface | Method |
|---|---|
| nsIWebProgress |
void addProgressListener ( nsIWebProgressListener listener , PRUint32 notifyMask )
|
| nsIInterfaceRequestor |
void getInterface ( nsIIDRef uuid , out nsQIResult* result )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIProgressEventSink |
void onProgress ( nsIRequest request , nsISupports context , PRUint64 progress , PRUint64 progressMax )
|
| nsIHttpEventSink |
void onRedirect ( nsIHttpChannel httpChannel , nsIChannel newChannel )
|
| nsISecurityEventSink |
void onSecurityChange ( nsISupports i_Context , PRUint32 state )
|
| nsIRequestObserver |
void onStartRequest ( nsIRequest request , nsISupports context )
|
| nsIProgressEventSink |
void onStatus ( nsIRequest request , nsISupports context , nsresult status , PRUnichar* statusArg )
|
| nsIRequestObserver |
void onStopRequest ( nsIRequest request , nsISupports context , nsresult statusCode )
|
| nsIWebProgress |
void removeProgressListener ( nsIWebProgressListener listener )
|
| nsIDocumentLoader |
void stop ( )
|
Reference documentation is generated from Mozilla's source.
