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
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user