gecko-dev/devtools/client/webconsole/selectors
Nicolas Chevobbe 7b12453efb Bug 1462394 - Handle autocompletion data fetching and caching in Redux; r=Honza.
This patch moves all the logic we currently have
baked-in JsTerm to handle the autocompletion data:
- deciding to fetch from the server or the cache
- handling concurrent requests
- managing the cache.

This is now done through dedicated Redux actions and reducers.
In the JsTerm, where the autocompletePopup still lives, we
handle those data changes in componentWillReceiveProps.

Some tests were modified in order to pass with these changes.

Differential Revision: https://phabricator.services.mozilla.com/D11454

--HG--
extra : moz-landing-system : lando
2018-11-12 16:07:37 +00:00
..
autocomplete.js Bug 1462394 - Handle autocompletion data fetching and caching in Redux; r=Honza. 2018-11-12 16:07:37 +00:00
filters.js
history.js Bug 1024913 - Enable reverse search in jsterm; r=bgrins,flod. 2018-09-10 10:24:40 +00:00
messages.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
moz.build Bug 1462394 - Handle autocompletion data fetching and caching in Redux; r=Honza. 2018-11-12 16:07:37 +00:00
notifications.js Bug 1425538 - Use NotificationBox as regular React element; r=nchevobbe 2018-05-16 17:38:06 +02:00
prefs.js
ui.js