import"nsISessionStartup.idl";
Public Member Functions | |
boolean | doRestore () |
Public Attributes | |
readonly attribute AString | state |
const unsigned long | NO_SESSION = 0 |
const unsigned long | RECOVER_SESSION = 1 |
const unsigned long | RESUME_SESSION = 2 |
readonly attribute unsigned long | sessionType |
nsISessionStore keeps track of the current browsing state - i.e. tab history, cookies, scroll state, form data, POSTDATA and window features
Definition at line 47 of file nsISessionStartup.idl.
boolean nsISessionStartup::doRestore | ( | ) |
Determine if session should be restored
const unsigned long nsISessionStartup::NO_SESSION = 0 |
What type of session we're restoring. If we have a session, we're either restoring state from a crash or restoring state that the user requested we save on shutdown.
Definition at line 62 of file nsISessionStartup.idl.
const unsigned long nsISessionStartup::RECOVER_SESSION = 1 |
Definition at line 63 of file nsISessionStartup.idl.
const unsigned long nsISessionStartup::RESUME_SESSION = 2 |
Definition at line 64 of file nsISessionStartup.idl.
readonly attribute unsigned long nsISessionStartup::sessionType |
Definition at line 66 of file nsISessionStartup.idl.
readonly attribute AString nsISessionStartup::state |
Definition at line 50 of file nsISessionStartup.idl.