mozIVisitInfo

This interface provides additional info for a visit.
1.0
66
Introduced
Gecko 2.0
Inherits from: nsISupports Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)

Attributes

Attribute Type Description
referrerURI nsIURI Read only: The referring URI of this visit. This may be null.
sessionId long Read only: The sessionId of this visit.
transitionType long Read only: The transition type used to get to this visit. One of the nsINavBookmarksService.Constants on nsINavHistory.
visitDate PRTime Read only: The time the visit occurred.
visitId long Read only: The machine-local (internal) id of the visit.

See also