Pass the view command as the default for the webshell to the document loader...

This commit is contained in:
rpotts%netscape.com 1998-11-11 10:58:14 +00:00
parent c71fa4e0f4
commit 6d0f1e2822
2 changed files with 4 additions and 4 deletions

View File

@ -1175,7 +1175,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
aPostData, // Post Data
nsnull, // Extra Info...
@ -1279,7 +1279,7 @@ nsWebShell::GoTo(PRInt32 aHistoryIndex)
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
nsnull, // Post Data
nsnull, // Extra Info...

View File

@ -1175,7 +1175,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
aPostData, // Post Data
nsnull, // Extra Info...
@ -1279,7 +1279,7 @@ nsWebShell::GoTo(PRInt32 aHistoryIndex)
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
nsnull, // Post Data
nsnull, // Extra Info...