Visit Mozilla.org

nsINavHistoryFullVisitResultNode

From MDC

This article covers features introduced in Firefox 3

The nsINavHistoryFullVisitResultNode interface describes a result from a 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.

The information returned in this interface is not commonly used, hence its separation into a separate query type for efficiency.

Contents

nsINavHistoryFullVisitResultNode is defined in toolkit/components/places/public/nsINavHistoryService.idl. It is scriptable and unfrozen (hasn't changed since Mozilla 1.9).

Inherits from: nsINavHistoryVisitResultNode

[edit] Attributes

Attribute Type Description
visitId long long The visit ID of the visit. Read-only.
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 TRANSITION_* constants from nsINavHistoryService (a link should be added here once that document is written). Read-only.

[edit] See also

nsINavHistoryVisitResultNode, nsINavHistoryResultNode, nsINavHistoryService