зеркало из https://github.com/mozilla/gecko-dev.git
7b12453efb
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 |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild |