From 5cd1422a7a3be91485362b7cef528af7aa0ff915 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Thu, 24 Feb 2000 04:14:13 +0000 Subject: [PATCH] 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 --- mozilla/docshell/base/nsIDocShell.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/docshell/base/nsIDocShell.idl b/mozilla/docshell/base/nsIDocShell.idl index cf9afa16046..3e3c35f23f5 100644 --- a/mozilla/docshell/base/nsIDocShell.idl +++ b/mozilla/docshell/base/nsIDocShell.idl @@ -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.