Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org
This commit is contained in:
Родитель
c400512042
Коммит
44aca05f16
|
@ -597,7 +597,7 @@ nsSHistory::GetCurrentURI(nsIURI** aResultURI)
|
||||||
|
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsSHistory::GetReferingURI(nsIURI** aURI)
|
nsSHistory::GetReferringURI(nsIURI** aURI)
|
||||||
{
|
{
|
||||||
*aURI = nsnull;
|
*aURI = nsnull;
|
||||||
// Not implemented
|
// Not implemented
|
||||||
|
@ -624,7 +624,7 @@ nsSHistory::GetSessionHistory(nsISHistory** aSessionHistory)
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsSHistory::LoadURI(const PRUnichar* aURI,
|
nsSHistory::LoadURI(const PRUnichar* aURI,
|
||||||
PRUint32 aLoadFlags,
|
PRUint32 aLoadFlags,
|
||||||
nsIURI* aReferingURI,
|
nsIURI* aReferringURI,
|
||||||
nsIInputStream* aPostStream,
|
nsIInputStream* aPostStream,
|
||||||
nsIInputStream* aExtraHeaderStream)
|
nsIInputStream* aExtraHeaderStream)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче