Confirmed users
595
edits
| Comrade693 (talk | contribs)  (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_TEMPORARY = 0 << 3, | |||
| }; | }; | ||
| Line 25: | Line 25: | ||
|   *        The URI of the referring page. |   *        The URI of the referring page. | ||
|   * @param aFlags |   * @param aFlags | ||
|   *        The  |   *        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. | ||