Closed
Bug 1697468
Opened 4 years ago
Closed 4 years ago
Remove unused ParserAtom/Xdr methods
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(6 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 |
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D107816
Assignee | ||
Comment 3•4 years ago
|
||
This code was added in bug 1587638 for incremental encoding, but incremental
encoding has been removed in bug 1690530.
Depends on D107817
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D107818
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D107819
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D107820
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ba41ddd004ed
Part 1: Remove unused members of ParserAtomSpanBuilder. r=arai
https://hg.mozilla.org/integration/autoland/rev/5158fbf7c886
Part 2: Inline trivial ParserAtomSpanBuilder constructor. r=arai
https://hg.mozilla.org/integration/autoland/rev/c96650e2704e
Part 3: Remove stale atom-table check in XDRAtom. r=arai
https://hg.mozilla.org/integration/autoland/rev/c183942d9f17
Part 4: Remove XDRAtomTable from XDRDecoder. r=arai
https://hg.mozilla.org/integration/autoland/rev/510f8a575852
Part 5: Remove XDRDecoder::trace(). r=arai
https://hg.mozilla.org/integration/autoland/rev/f24d68d44072
Part 6: Remove InflatedChar16Sequence<LittleEndianChars>. r=arai
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P1
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba41ddd004ed
https://hg.mozilla.org/mozilla-central/rev/5158fbf7c886
https://hg.mozilla.org/mozilla-central/rev/c96650e2704e
https://hg.mozilla.org/mozilla-central/rev/c183942d9f17
https://hg.mozilla.org/mozilla-central/rev/510f8a575852
https://hg.mozilla.org/mozilla-central/rev/f24d68d44072
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•