Closed
Bug 1652690
Opened 5 years ago
Closed 5 years ago
Remove outdated eslint rule for devtools/shared/platform
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox80 fixed)
RESOLVED
FIXED
Firefox 80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
devtools/shared/platform used to have a special setup to provide helpers in a "chrome" or "content" variant. The chrome variant was supposed to be used when DevTools were running in Firefox. The content variant was supposed to be used for DevTools html.
This setup was removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1403489 in favor of webpack shims.
We can also remove the eslint rules that used to prevent importing devtools/shared/platform/(chrome|content):
(note the typo on chrome -> chome! )
Assignee | ||
Comment 1•5 years ago
|
||
Small cleanup of eslint rules.
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/07f9516af907
Remove outdated eslint rule for devtools/shared/platform r=nchevobbe,perftest-reviewers,sparky
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
You need to log in
before you can comment on or make changes to this bug.
Description
•