RESULT_TYPE_FULL_VISIT
query on the Places service. This includes more detailed information than the RESULT_TYPE_VISIT
query (which returns nsINavHistoryVisitResultNode, and as such takes more time to look up.
nsINavHistoryVisitResultNode
Last changed in Gecko 1.9 (Firefox 3)The information returned in this interface is not commonly used, hence its separation into a separate query type for efficiency.
Attribute | Type | Description |
referringVisitId |
long long |
The referring visit ID; the referrer should have the same session ID as the visit described by this record. Read only. |
transitionType |
long |
Indicates the type of transition for the visit. This will be one of the nsINavHistoryService.Transition type constants . Read only. |
visitId |
long long |
The visit ID of the visit. Read only. |