| BrowserSessionStore.cpp |
static |
8882 |
- |
| BrowserSessionStore.h |
|
1588 |
- |
| docs |
|
|
- |
| moz.build |
|
1377 |
- |
| nsISessionStoreFunctions.idl |
|
885 |
- |
| nsISessionStoreRestoreData.idl |
|
1452 |
- |
| 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.
|
1998 |
- |
| RestoreTabContentObserver.cpp |
static |
3577 |
- |
| RestoreTabContentObserver.h |
|
953 |
- |
| SessionStoreChangeListener.cpp |
static |
10981 |
- |
| SessionStoreChangeListener.h |
|
2713 |
- |
| SessionStoreChild.cpp |
static |
9334 |
- |
| SessionStoreChild.h |
|
2584 |
- |
| 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
|
1774 |
- |
| SessionStoreFormData.cpp |
static |
4817 |
- |
| SessionStoreFormData.h |
|
2185 |
- |
| SessionStoreListener.cpp |
|
14662 |
- |
| SessionStoreListener.h |
|
3716 |
- |
| SessionStoreMessageUtils.h |
|
4097 |
- |
| SessionStoreParent.cpp |
|
9240 |
- |
| SessionStoreParent.h |
Sends data to be stored and instructions to the session store to
potentially collect data in the parent.
|
2840 |
- |
| SessionStoreRestoreData.cpp |
|
6521 |
- |
| SessionStoreRestoreData.h |
|
1540 |
- |
| SessionStoreScrollData.cpp |
static |
3485 |
- |
| SessionStoreScrollData.h |
|
2016 |
- |
| SessionStoreTypes.ipdlh |
|
1101 |
- |
| SessionStoreUtils.cpp |
static |
65905 |
- |
| SessionStoreUtils.h |
@param aDocument: DOMDocument instance to obtain form data for.
@param aGeneratedCount: the current number of XPath expressions in the
returned object.
|
6956 |
- |