Added a StopLoad method. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering

git-svn-id: svn://10.0.0.236/trunk@61579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-02-24 04:14:13 +00:00
parent 4bbec9d14a
commit 5cd1422a7a

View File

@@ -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.