import "nsIGlobalHistory2.idl";
Inherited by nsIBrowserHistory, and nsIGlobalHistory3.
Public Member Functions | |
| void | addURI (in nsIURI aURI, in boolean aRedirect, in boolean aToplevel, in nsIURI aReferrer) |
| boolean | isVisited (in nsIURI aURI) |
| void | setPageTitle (in nsIURI aURI, in AString aTitle) |
Definition at line 57 of file nsIGlobalHistory2.idl.
| void nsIGlobalHistory2::addURI | ( | in nsIURI | aURI, | |
| in boolean | aRedirect, | |||
| in boolean | aToplevel, | |||
| in nsIURI | aReferrer | |||
| ) |
Add a URI to global history
| aURI | the URI of the page | |
| aRedirect | whether the URI was redirected to another location; this is 'true' for the original URI which is redirected. | |
| aToplevel | whether the URI is loaded in a top-level window | |
| aReferrer | the URI of the referring page |
| boolean nsIGlobalHistory2::isVisited | ( | in nsIURI | aURI | ) |
Checks to see whether the given URI is in history.
| aURI | the uri to the page |
| void nsIGlobalHistory2::setPageTitle | ( | in nsIURI | aURI, | |
| in AString | aTitle | |||
| ) |
Set the page title for the given uri. URIs that are not already in global history will not be added.
| aURI | the URI for which to set to the title | |
| aTitle | the page title |
1.5.8