You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.
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,
aReferrer
can benull
, butaDate
must be the date to set in the history.Syntax:
void nsIGlobalHistory::addPage(in string aURL)Parameters:
nsresult:
Returns
TRUE
if a page has been passed intoaddPage
.Syntax:
boolean isVisited(in string aURL)Parameters:
Returns:
Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |