Name Description Size
batching.js A reducer to handle batched actions. For each action in the BATCH_ACTIONS array, the reducer is called successively on the array of batched actions, resulting in only one state update. 816
filters.js 2456
index.js 1575
messages.js The default column states for the MessageListItem component. 7816
moz.build 407
request-blocking.js 4649
requests.js This structure stores list of all HTTP requests received from the backend. It's using plain JS structures to store data instead of ImmutableJS, which is performance expensive. 8296
search.js Search reducer stores the following data: - query [String]: the string the user is looking for - results [Object]: the list of search results - ongoingSearch [Object]: the object representing the current search - status [String]: status of the current search (see constants.js) 2652
sort.js 1059
timing-markers.js 1783
ui.js 5780