gecko-dev/devtools/client/webide
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
..
content Bug 1493104 - Add ADBScanner decorator to listen to addon status udpates;r=ladybenko,daisuke 2018-10-05 13:51:18 +02:00
modules Bug 1485660 - Switch from listening from DebuggerClient to TargetFront. r=jdescottes 2018-10-15 08:36:10 +00:00
preferences Bug 1492374 - Move all ADB related preferences out of webide;r=ladybenko 2018-10-01 11:40:23 +00:00
test Bug 1492374 - Move all ADB related preferences out of webide;r=ladybenko 2018-10-01 11:40:23 +00:00
themes 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
moz.build Bug 1469872 - update bugzilla products and components in moz.build files: devtools. r=nalexander 2018-06-20 21:34:40 +03:00