Firefox/Projects/Asynchronous Add Visit: Difference between revisions

Jump to navigation Jump to search
no edit summary
(mark as draft)
No edit summary
Line 16: Line 16:
   * Whether the URI was loaded as part of a temporary redirect.
   * Whether the URI was loaded as part of a temporary redirect.
   */
   */
   REDIRECT_TEMPROARY = 0 << 3,
   REDIRECT_TEMPORARY = 0 << 3,
};
};


Line 25: Line 25:
  *        The URI of the referring page.
  *        The URI of the referring page.
  * @param aFlags
  * @param aFlags
  *        The VistFlags describing this visit.
  *        The VisitFlags describing this visit.
  * @param aRedirectedFrom [optional]
  * @param aRedirectedFrom [optional]
  *        The URI this URI was redirected from, or NULL if not a re-direct.
  *        The URI this URI was redirected from, or NULL if not a re-direct.
Confirmed users
595

edits

Navigation menu