Closed
Bug 1632071
Opened 5 years ago
Closed 3 months ago
Remove unecessary exports from Front modules
Categories
(DevTools :: Framework, enhancement, P3)
DevTools
Framework
Tracking
(firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: ochameau, Assigned: me)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should probably remove most, if not all Front class exports:
https://searchfox.org/mozilla-central/search?q=exports.&case=true®exp=false&path=devtools%2Fclient%2Ffronts
They were useful in the past, before we introduced specification index and registerFront method. Now, the Front classes are registered in the index, and automatically loaded by protocol.js, on-demand and retrieved via registerFront method.
Updated•4 months ago
|
Priority: -- → P3
Updated•3 months ago
|
Assignee: nobody → me
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/da424c353c1f
https://hg.mozilla.org/integration/autoland/rev/5b7bc129043e
[devtools] Remove unecessary exports from Front modules. r=devtools-reviewers,nchevobbe
Comment 3•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•