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.
nsIWebBrowserChrome2
| IID: | 2585a7b1-7b47-43c4-bf17-c6bf84e09b7b |
| Inherits From: | nsIWebBrowserChrome |
nsIWebBrowserChrome2 is an extension to nsIWebBrowserChrome.
Methods
void setStatusWithContext ( PRUint32 statusType , AString statusText , nsISupports statusContext )
void setStatusWithContext ( PRUint32 statusType , AString statusText , nsISupports statusContext )
Called when the status text in the chrome needs to be updated. This method may be called instead of nsIWebBrowserChrome::SetStatus. An implementor of this method, should still implement SetStatus.
- Arguments:
- statusType: Indicates what is setting the text.
- statusText
- statusContext
Reference documentation is generated from Mozilla's source.
