moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
git-svn-id: svn://10.0.0.236/trunk@89046 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1397,16 +1397,6 @@ void nsWebShellWindow::StoreBoundsToXUL(PRBool aPosition, PRBool aSize, PRBool a
|
||||
PersistPositionAndSize(aPosition, aSize, aSizeMode);
|
||||
} // StoreBoundsToXUL
|
||||
|
||||
|
||||
void nsWebShellWindow::KillPersistentSize()
|
||||
{
|
||||
PRBool persistX, persistY;
|
||||
|
||||
mContentTreeOwner->GetPersistence(&persistX, &persistY, nsnull, nsnull, nsnull);
|
||||
mContentTreeOwner->SetPersistence(persistX, persistY, PR_FALSE, PR_FALSE, PR_FALSE);
|
||||
}
|
||||
|
||||
|
||||
// if the main document URL specified URLs for any content areas, start them loading
|
||||
void nsWebShellWindow::LoadContentAreas() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user