mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Pass the view command as the default for the webshell to the document loader...
This commit is contained in:
parent
c71fa4e0f4
commit
6d0f1e2822
@ -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...
|
||||
|
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user