nsIWebBrowserChrome
Last changed in Gecko 1.9 (Firefox 3)void setStatusWithContext(in unsigned long statusType, in AString statusText, in 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 nsIWebBrowserChrome.SetStatus()
.
void setStatusWithContext( in unsigned long statusType, in AString statusText, in nsISupports statusContext );
statusType
statusText
null
is an acceptable value meaning no status.statusContext
statusType
is STATUS_LINK, then this may be a DOM node corresponding to the source of the link. This value can be null
if there is no context.