
nsIGlobalHistory
This interface allows access to the global history mechanism. It is scriptable.
Adds a URL to the global history database.
In the URL passed in,
aReferrercan benull, butaDatemust be the date to set in the history.Syntax:
void nsIGlobalHistory::addPage(in string aURL)Parameters:
nsresult:
Returns
TRUEif a page has been passed intoaddPage.Syntax:
boolean isVisited(in string aURL)Parameters:
Returns:
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |