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

This commit is contained in:
rpotts@netscape.com
1999-10-05 04:04:16 +00:00
parent 11c8377b10
commit 0e9ad26987
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)) {