Closed
Bug 1804886
Opened 3 years ago
Closed 2 years ago
inline pretty-fast in pretty-print worker
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
In bug 1803360 we moved pretty-fast
in tree. We can go a bit further and inline only what is really needed directly in the pretty-print worker.
Assignee | ||
Comment 1•2 years ago
|
||
I disabled indivual eslint rules for the file and I'll
fix them in individual commits in this stack
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D166554
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D166555
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D166670
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D166671
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D166672
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D166673
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b3bf9f86c01
[devtools] Move pretty-fast into debugger/src/workers/pretty-print. r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/e7c47a1147dc
[devtools] Run prettyFast test on CI. r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/25e6f88001e3
[devtools] Fix mozilla/var-only-at-top-level errors in pretty-fast.js . r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/3dde83c60918
[devtools] Fix no-shadow errors in pretty-fast.js . r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/c2fd0c95a9ff
[devtools] Fix prefer-template errors in pretty-fast.js . r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/c752009fd4da
[devtools] Fix complexity errors in pretty-fast.js . r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/8bd420a961cb
[devtools] Update pretty-print-worker bundle . r=ochameau.
Comment 9•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0b3bf9f86c01
https://hg.mozilla.org/mozilla-central/rev/e7c47a1147dc
https://hg.mozilla.org/mozilla-central/rev/25e6f88001e3
https://hg.mozilla.org/mozilla-central/rev/3dde83c60918
https://hg.mozilla.org/mozilla-central/rev/c2fd0c95a9ff
https://hg.mozilla.org/mozilla-central/rev/c752009fd4da
https://hg.mozilla.org/mozilla-central/rev/8bd420a961cb
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•