bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer.

git-svn-id: svn://10.0.0.236/trunk@49795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-10-05 04:04:16 +00:00
parent ff7384e823
commit fa598b6cae
20 changed files with 427 additions and 827 deletions

View File

@@ -595,7 +595,7 @@ nsAppShellService::JustCreateTopWindow(nsIWebShellWindow *aParent,
}
rv = window->Initialize(aParent, mAppShell, aUrl,
aShowWindow, aLoadDefaultPage, nsnull, aCallbacks,
aShowWindow, aLoadDefaultPage, aCallbacks,
aInitialWidth, aInitialHeight, widgetInitData);
if (NS_SUCCEEDED(rv)) {