Name Description Size Coverage
BrowserSessionStore.cpp static 9025 97 %
BrowserSessionStore.h 1709 67 %
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 90 %
RestoreTabContentObserver.h 1033 100 %
SessionStoreChangeListener.cpp static 11102 94 %
SessionStoreChangeListener.h 2834 100 %
SessionStoreChild.cpp static 9455 92 %
SessionStoreChild.h 2705 100 %
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 89 %
SessionStoreFormData.h 2306 100 %
SessionStoreListener.cpp 14905 87 %
SessionStoreListener.h 3838 100 %
SessionStoreMessageUtils.h 4097 88 %
SessionStoreParent.cpp 9398 90 %
SessionStoreParent.h Sends data to be stored and instructions to the session store to potentially collect data in the parent. 2961 100 %
SessionStoreRestoreData.cpp 6642 83 %
SessionStoreRestoreData.h 1662 100 %
SessionStoreScrollData.cpp static 3606 81 %
SessionStoreScrollData.h 2137 100 %
SessionStoreTypes.ipdlh 1222 -
SessionStoreUtils.cpp static 66832 49 %
SessionStoreUtils.h @param aDocument: DOMDocument instance to obtain form data for. @param aGeneratedCount: the current number of XPath expressions in the returned object. 7078 79 %