From b902eb3de4bb73887cc3b59a2feb9e78dec4baa9 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sun, 2 Apr 2000 01:19:26 +0000 Subject: [PATCH] Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState, GetHistoryState and SetHistoryState as they shouldn't be called from the outside. git-svn-id: svn://10.0.0.236/trunk@64918 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIWebShell.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/mozilla/webshell/public/nsIWebShell.h b/mozilla/webshell/public/nsIWebShell.h index e3cc9572691..540dc906472 100644 --- a/mozilla/webshell/public/nsIWebShell.h +++ b/mozilla/webshell/public/nsIWebShell.h @@ -81,11 +81,6 @@ public: const PRUnichar* aURL) = 0; - NS_IMETHOD ProgressLoadURL(nsIWebShell* aShell, - const PRUnichar* aURL, - PRInt32 aProgress, - PRInt32 aProgressMax) = 0; - NS_IMETHOD EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, nsresult aStatus) = 0; @@ -190,13 +185,6 @@ public: NS_IMETHOD SetIsInSHist(PRBool aIsFrame) = 0; NS_IMETHOD GetIsInSHist(PRBool& aIsFrame) = 0; - /** - * Get and set the history state for the document. - */ - NS_IMETHOD CaptureHistoryState(nsISupports** aLayoutHistoryState) = 0; - NS_IMETHOD GetHistoryState(nsISupports** aLayoutHistoryState) = 0; - NS_IMETHOD SetHistoryState(nsISupports* aLayoutHistoryState) = 0; - /** * Notify children to fire unload events before root data gone */