Name Description Size Coverage
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 100 %
filters.js 2598 97 %
index.js 1720 100 %
messages.js The default column states for the MessageListItem component. 8155 96 %
moz.build 428 -
request-blocking.js 4718 72 %
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. 8787 93 %
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) 2979 87 %
sort.js 1233 96 %
statistics.js This structure stores the statistics data for the empty browser cache (first visit to the site) and the primed browser cache (subsequent visits to the site) scenarios. 5280 100 %
timing-markers.js 1773 100 %
ui.js 6950 96 %