gecko-dev/devtools/client/webide/modules
Alexandre Poirot bbd1bcdcbe Bug 1485660 - Switch from listening from DebuggerClient to TargetFront. r=jdescottes
* debugger-controller and events.js are special and require to support two cases because this is
the only production codepath that can have a TabTarget or a WorkerTarget.
Thus, leading to either TargetFront or WorkerClient on target.activeTab.
* webide.js doesn't need to listen for tabNavigated, this is redundant with tabListChanged.
* application's initializer. In case you are wondering this code can't be spawn against a WorkerTarget.
The application panel doesn't work in worker toolboxes.
* The code modified in target is in TabTarget, so we don't have to support the WorkerClient case, we always have a TargetFront here.
* I tried to update the doc file the best I can but this all feel outdated.

MozReview-Commit-ID: 2hGchebfIub

Depends on D7458

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

--HG--
extra : moz-landing-system : lando
2018-10-15 08:36:10 +00:00
..
app-manager.js Bug 1497644 - Always call Root actor's getProcess request via RootClient.getProcess r=yulia 2018-10-11 16:26:45 +00:00
app-projects.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
app-validator.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
config-view.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
moz.build Bug 1494615 - Move ADBAddon module to devtools/shared/adb;r=ladybenko 2018-10-03 13:34:40 +00:00
project-list.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
runtime-list.js Bug 1459720 - Move the performance panel out of the toolbox to the WebIDE's top level window r=jdescottes 2018-09-28 12:48:05 +00:00
runtime-types.js Bug 1469054 - Split Runtime.RuntimeTypes into a new file to import the RuntimeTypes in a file which is importing runtimes.js. r=jdescottes 2018-08-09 14:27:56 +09:00
runtimes.js Bug 1493104 - Add ADBScanner decorator to listen to addon status udpates;r=ladybenko,daisuke 2018-10-05 13:51:18 +02:00
tab-store.js Bug 1485660 - Switch from listening from DebuggerClient to TargetFront. r=jdescottes 2018-10-15 08:36:10 +00:00
utils.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00