Added SetJSDefaultStatus method as it can be set by JS.

git-svn-id: svn://10.0.0.236/trunk@59835 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net 2000-02-05 03:24:42 +00:00
parent 0de951c0e1
commit 9ffbf24b15

View File

@ -37,6 +37,12 @@ interface nsIWebBrowserChrome : nsISupports
*/
void setJSStatus(in wstring status);
/*
Called when the js default status value changes. nsnull will be passed
when there is no longer any js default status.
*/
void setJSDefaultStatus(in wstring status);
/*
Called when the current link the mouse is over changes. nsnull will
be passed when the mouse is no longer over a link.