Name Description Size Coverage
BrowserSessionStore.cpp static 9025 -
BrowserSessionStore.h 1709 -
docs -
moz.build 1466 -
nsISessionStoreFunctions.idl 965 -
nsISessionStoreRestoreData.idl 1574 -
PSessionStore.ipdl The PSessionStore actor handles collection of session store data from content type documents. It can be used both in a content process and in the parent process. In particular it solves the problem of handling incremental updates to the session store, since we're collecting from potentially several content processes. 2121 -
RestoreTabContentObserver.cpp static 3657 -
RestoreTabContentObserver.h 1033 -
SessionStoreChangeListener.cpp static 11102 -
SessionStoreChangeListener.h 2834 -
SessionStoreChild.cpp static 9455 -
SessionStoreChild.h 2705 -
SessionStoreData.h Need two arrays based on this struct. One is for elements with id one is for XPath. id: id or XPath type: type of this input element bool: value is boolean string: value is nsString file: value is "arrayVal" singleSelect: value is "singleSelect" multipleSelect: value is "arrayVal" There are four value types: strVal: nsString boolVal: boolean singleSelect: single select value arrayVal: nsString array 1854 -
SessionStoreFormData.cpp static 4938 -
SessionStoreFormData.h 2306 -
SessionStoreListener.cpp 14905 -
SessionStoreListener.h 3838 -
SessionStoreMessageUtils.h 4097 -
SessionStoreParent.cpp 9398 -
SessionStoreParent.h Sends data to be stored and instructions to the session store to potentially collect data in the parent. 2961 -
SessionStoreRestoreData.cpp 6642 -
SessionStoreRestoreData.h 1662 -
SessionStoreScrollData.cpp static 3606 -
SessionStoreScrollData.h 2137 -
SessionStoreTypes.ipdlh 1222 -
SessionStoreUtils.cpp static 66821 -
SessionStoreUtils.h @param aDocument: DOMDocument instance to obtain form data for. @param aGeneratedCount: the current number of XPath expressions in the returned object. 7078 -