Added a new method so that the web shell window gets notified when new web

shells are added to its hierarchy.


git-svn-id: svn://10.0.0.236/trunk@28204 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-04-20 01:51:37 +00:00
parent 77e6145552
commit 45973aa836
2 changed files with 8 additions and 1 deletions

View File

@@ -767,6 +767,11 @@ void nsWebShellWindow::LoadMenus(nsIDOMDocument * aDOMDoc, nsIWidget * aParentWi
} // nsWebShellWindow::LoadMenus
NS_IMETHODIMP
nsWebShellWindow::ChildShellAdded(nsIWebShell* aChildShell, nsIContent* frameNode, PRBool& aResult)
{
return NS_OK;
}
NS_IMETHODIMP
nsWebShellWindow::NewWebShell(PRUint32 aChromeMask, PRBool aVisible,
@@ -819,7 +824,7 @@ nsWebShellWindow::SetNewWebShellInfo(const nsString& aName, const nsString& anUR
*aNewWebShellResult = mWebShell;
// Cache our webshell info.
nsWebShellInfo* webShellInfo = new nsWebShellInfo("contentframe",
nsWebShellInfo* webShellInfo = new nsWebShellInfo("content_frame",
aName, anURL, aOpenerShell);
if (mContentShells == nsnull)