Closed
Bug 1700954
Opened 4 years ago
Closed 4 years ago
Remove remaining references to BinAST from dom::ScriptLoader
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Bug 1642708 removed the BinAST prototype, but didn't remove all references from the dom::ScriptLoader itself. As we rework how caching and off-thread-parse work the ScriptLoader will undergo more changes and remove the unused BinAST code will simplify this effort.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D109765
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9a3993c0a9f5
Remove remaining BinAST fragments from ScriptLoader. r=arai,hsivonen,necko-reviewers
https://hg.mozilla.org/integration/autoland/rev/340fb6ca4455
Remove unused BinAST tests. r=arai
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9a3993c0a9f5
https://hg.mozilla.org/mozilla-central/rev/340fb6ca4455
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•