Closed
Bug 1667778
Opened 5 years ago
Closed 5 years ago
Remove support for the Launchpad from the code base
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
Support for the Launchpad has been deprecated long time ago and we should also stop loading the "devtools-launchpad" module [1]. Any other related code should also be removed.
Honza
| Assignee | ||
Comment 1•5 years ago
|
||
With Bug 1673368, we won't have any places in the code requiring the devtools-launchpad module.
Let's use this bug to clean every mention of launchpad we might still have
Blocks: 1662377
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
This removes the few mentions of the launchpad that were
still existing in the debugger codebase.
We take this as an opportunity to use the #mount element
as the root of the React app (instead of creating a new
div for it).
Depends on D96384
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/217f4a05b021
[devtools] Remove mentions of launchpad in debugger. r=jdescottes.
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•