Open Bug 1632071 Opened 4 years ago

Remove unecessary exports from Front modules

Categories

(DevTools :: Framework, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: ochameau, Unassigned)

References

(Blocks 1 open bug)

Details

We should probably remove most, if not all Front class exports:
https://searchfox.org/mozilla-central/search?q=exports.&case=true&regexp=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.

You need to log in before you can comment on or make changes to this bug.