WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIGlobalHistory

IID:9491C383-E3C4-11d2-BDBE-0050040A9B44
Inherits From:nsISupports

Methods

void addPage ( char* URL ) PRBool isVisited ( char* URL )

void addPage ( char* URL )

Add a page to the history

Arguments:
URL: the url to the page

PRBool isVisited ( char* URL )

Checks to see if the given page is in history

Arguments:
URL: the url to the page
Returns:
true if a page has been passed into addPage().

Reference documentation is generated from Mozilla's source.