Closed
Bug 1791055
Opened 3 years ago
Closed 3 years ago
Instantiate toolbox via a commands object instead of a descriptor front
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(firefox107 fixed)
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Migrating showToolbox from descriptorFront to commands isn't super trivial (bug 1700909).
Let's do a priliminary step forward by instantiating (almost) all descriptorFront via a commands object.
So that then we already have a commands instead and it is only about migrating from descriptor to commands everywhere.
| Assignee | ||
Comment 1•3 years ago
|
||
This help factory all code trying to instantiate a server and a client everywhere.
This will also help migrate from descriptor to commands in Toolbox constructor.
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/19c4fe42e4f4
[devtools] Migrate to CommandsFactory to instantiate all descriptors. r=jdescottes,perftest-reviewers,AlexandruIonescu
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•