gecko-dev/devtools/client/webconsole/actions
Nicolas Chevobbe 2bba275315 Bug 1567174 - Move expression evaluation to a proper Redux action. r=jdescottes.
The goal is to not directly use the panel.hud.ui.proxy reference
directly from the JsTerm, so we're in better shape when Fission
comes.
It's also a nice refactor to make the JSTerm component more
React-like.
As a nice benefit, we can handle telemetry and history persistence
from their middleware.
As the `requestEvaluation` method is removed from the JSTerm, some
callsites needed to be updated to still work.

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

--HG--
extra : moz-landing-system : lando
2019-08-01 06:47:41 +00:00
..
autocomplete.js Bug 1561435 - Format devtools/client/, a=automatic-formatting 2019-07-05 11:24:38 +02:00
filters.js Bug 1561435 - Format devtools/client/, a=automatic-formatting 2019-07-05 11:24:38 +02:00
history.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
index.js Bug 1567174 - Move expression evaluation to a proper Redux action. r=jdescottes. 2019-08-01 06:47:41 +00:00
input.js Bug 1567174 - Move expression evaluation to a proper Redux action. r=jdescottes. 2019-08-01 06:47:41 +00:00
messages.js Bug 1233891 - Use DOM promises instead of deprecated sync promises in devtools/. r=ochameau 2019-07-09 17:26:32 +00:00
moz.build Bug 1567174 - Move expression evaluation to a proper Redux action. r=jdescottes. 2019-08-01 06:47:41 +00:00
notifications.js Bug 1561435 - Format devtools/client/, a=automatic-formatting 2019-07-05 11:24:38 +02:00
ui.js Bug 1554877 - Make JsTerm editor resizable. r=Honza. 2019-07-18 05:51:44 +00:00