mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
renamed docloader LoadURL to LoadDocument...
This commit is contained in:
parent
4077575285
commit
8d8b7aa3ce
@ -1093,14 +1093,14 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
||||
|
||||
Stop();
|
||||
|
||||
rv = mDocLoader->LoadURL(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
aPostData, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
(PRInt32)aType, // reload type
|
||||
aLocalIP); // load attributes.
|
||||
rv = mDocLoader->LoadDocument(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
aPostData, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
(PRInt32)aType, // reload type
|
||||
aLocalIP); // load attributes.
|
||||
|
||||
|
||||
return rv;
|
||||
@ -1196,13 +1196,13 @@ nsWebShell::GoTo(PRInt32 aHistoryIndex)
|
||||
// Stop any documents that are currently being loaded...
|
||||
mDocLoader->Stop();
|
||||
|
||||
rv = mDocLoader->LoadURL(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
nsnull, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
nsReload); // the reload type
|
||||
rv = mDocLoader->LoadDocument(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
nsnull, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
nsReload); // the reload type
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
@ -1093,14 +1093,14 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
||||
|
||||
Stop();
|
||||
|
||||
rv = mDocLoader->LoadURL(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
aPostData, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
(PRInt32)aType, // reload type
|
||||
aLocalIP); // load attributes.
|
||||
rv = mDocLoader->LoadDocument(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
aPostData, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
(PRInt32)aType, // reload type
|
||||
aLocalIP); // load attributes.
|
||||
|
||||
|
||||
return rv;
|
||||
@ -1196,13 +1196,13 @@ nsWebShell::GoTo(PRInt32 aHistoryIndex)
|
||||
// Stop any documents that are currently being loaded...
|
||||
mDocLoader->Stop();
|
||||
|
||||
rv = mDocLoader->LoadURL(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
nsnull, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
nsReload); // the reload type
|
||||
rv = mDocLoader->LoadDocument(urlSpec, // URL string
|
||||
nsnull, // Command
|
||||
this, // Container
|
||||
nsnull, // Post Data
|
||||
nsnull, // Extra Info...
|
||||
this, // Observer
|
||||
nsReload); // the reload type
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user