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 );
statusTypestatusTextnull is an acceptable value meaning no status.statusContextstatusType 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.