autocomplete.js |
Retrieve from cache action reducer.
@param {Object} state
@param {Object} action
@returns {Object} new state.
|
5154 |
filters.js |
|
1015 |
history.js |
Create default initial state for this reducer.
|
6900 |
index.js |
|
985 |
messages.js |
Add a console message to the state.
@param {ConsoleMessage} newMessage: The message to add to the state.
@param {MessageState} state: The message state ( = managed by this reducer).
@param {FiltersState} filtersState: The filters state.
@param {PrefsState} prefsState: The preferences state.
@param {UiState} uiState: The ui state.
@returns {MessageState} a new messages state.
|
53297 |
moz.build |
|
394 |
notifications.js |
Create default initial state for this reducer. The state is composed
from list of notifications.
|
1359 |
prefs.js |
|
1032 |
ui.js |
|
3810 |