зеркало из https://github.com/mozilla/pjs.git
New methods in nsIwebNavigation
This commit is contained in:
Родитель
addd8de043
Коммит
3b1076c8c0
|
@ -419,6 +419,23 @@ nsSHistory::LoadURI(const PRUnichar* aURI)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NS_IMETHODIMP
|
||||||
|
nsSHistory::AddChildSHEntry(nsISHEntry * aCloneRef, nsISHEntry * aNewEntry)
|
||||||
|
{
|
||||||
|
|
||||||
|
//XXX Not yet implemented
|
||||||
|
return NS_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
NS_IMETHODIMP
|
||||||
|
nsSHistory::GetSHEForChild(PRInt32 aChildOffset, nsISHEntry ** aResult)
|
||||||
|
{
|
||||||
|
|
||||||
|
// XXX Not yet implemented
|
||||||
|
return NS_OK;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsSHistory::GotoIndex(PRInt32 aIndex)
|
nsSHistory::GotoIndex(PRInt32 aIndex)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче