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

r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@180400 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-09-16 15:51:14 +00:00
parent b8e0480ec5
commit 6e99396530
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)
//