Closed
Bug 1672180
Opened 5 years ago
Closed 5 years ago
Remove devtools-launchpad dependency in bin/bundle.js
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We can probably copy what's in devtools-launchpad directly into the script
Assignee | ||
Comment 1•5 years ago
|
||
The two functions we were using, makeBundle and copyFile, were simple
enough so we could directly inline them in the script.
The task run as before, but for some reason the order of some modules
changed in the resulting bundles.
Depends on D94083
Updated•5 years ago
|
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80428117411d
[devtools] Remove devtools-launchpad dependency in bin/bundle.js. r=jdescottes.
Comment 3•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
•