Implemented by
[scriptable, uuid(9491c383-e3c4-11d2-bdbe-0050040a9b44)]
interface nsIGlobalHistory : nsISupports
Methods
addPage Add a page to the history @param aURL the url to the page
void
addPage(in string aURL)
isVisited Checks to see if the given page is in history @return true if a page has been passed into addPage(). @param aURL the url to the page
boolean
isVisited(in string aURL)
Compare to: