Closed Bug 842672 Opened 12 years ago Closed 6 years ago

WebConsoleUtils: toolkit/ imports from browser/

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: msucan, Unassigned)

References

Details

We have a few imports from browser/ in the WebConsoleUtils.jsm file which lives in toolkit/. The imported modules are only used in JSTerm helpers, but we should look into eliminating such dependencies.

Places where browser-imported modules are used:
- jsterm helper $0 which crosses client-server boundaries, also see bug 787975.
- jsterm helper pprint() which uses functions from VariablesView for output formatting - see bug 783499.
We are now more relaxed about dependencies between toolkit/ and browser/. The proper fix is to merge the browser/ and toolkit/ devtools folders.
Priority: -- → P3
Product: Firefox → DevTools
The file does not exist anymore
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.