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:
parent
0de951c0e1
commit
9ffbf24b15
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user