Send out notifications when docshells are created or destroyed. Bug 308438,

r=biesi, sr=darin
This commit is contained in:
bzbarsky@mit.edu
2005-09-16 15:51:14 +00:00
parent f7b796806f
commit 6baebe5bdd
4 changed files with 74 additions and 7 deletions

View File

@@ -1120,6 +1120,11 @@ nsWebShell::SelectNone(void)
NS_IMETHODIMP nsWebShell::Create()
{
if (mPrefs) {
// We've already been created
return NS_OK;
}
// Remember the current thread (in current and forseeable implementations,
// it'll just be the unique UI thread)
//