gecko-dev/devtools/client/webconsole/enhancers
Nicolas Chevobbe 91cb50a784 Bug 1572442 - Refactor how we create Console's network data provider. r=Honza.
The DataProvider is what allows us to use the Netmonitor
components. The way it was created before was non optimal,
as it were inside an enhancer, and was then attached to
a proxy.
As we may now have multiple proxies, this could cause
some issue.
So we take this as an opportunity to create the DataProvider
in the WebConsoleWrapper (where live the actions we need for
the provider), and remove the now unused function on the
WebConsoleConnectionProxy.

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

--HG--
extra : moz-landing-system : lando
2019-08-19 14:53:52 +00:00
..
actor-releaser.js Bug 1441711 - Create multiple proxies when in Fission Browser Console. r=ochameau. 2019-08-08 13:23:03 +00:00
batching.js
css-error-reporting.js Bug 1527834 - Rename WebConsoleWrapper:hud to WebConsoleWrapper:webConsoleUI; r=bgrins. 2019-02-15 08:17:43 +00:00
message-cache-clearing.js Bug 1441711 - Create multiple proxies when in Fission Browser Console. r=ochameau. 2019-08-08 13:23:03 +00:00
moz.build
net-provider.js Bug 1572442 - Refactor how we create Console's network data provider. r=Honza. 2019-08-19 14:53:52 +00:00