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:
danm%netscape.com
2001-03-09 02:04:06 +00:00
parent 82ce0a2007
commit e5ef2c85a4
17 changed files with 196 additions and 278 deletions

View File

@@ -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() {