зеркало из https://github.com/mozilla/pjs.git
Added a StopLoad method. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
This commit is contained in:
Родитель
34d48e7719
Коммит
d78526a7a5
|
@ -73,6 +73,12 @@ interface nsIDocShell : nsISupports
|
|||
[noscript]void loadURIVia(in nsIURI uri, in nsIPresContext presContext,
|
||||
in unsigned long adapterBinding);
|
||||
|
||||
/*
|
||||
Stops a current load. This simply stops the network portion of the load.
|
||||
If you wish to do a complete stop, then you should us the
|
||||
nsIWebNavigation::Stop() method.
|
||||
*/
|
||||
void stopLoad();
|
||||
/*
|
||||
Sets the current document to the one being passed in. This will simulate
|
||||
a load.
|
||||
|
|
Загрузка…
Ссылка в новой задаче