Closed
Bug 1690530
Opened 4 years ago
Closed 4 years ago
Remove XDRIncrementalEncoder
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
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 |
Now that pref to use legacy XDR in ScriptLoader is removed (bug 1690115),
we have no consumer of XDRIncrementalEncoder
.
we can remove it.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D103549
Updated•4 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D103921
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D103922
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D103923
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D103924
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D103925
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D103926
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/c55cef4d236e
Part 1: Remove XDRIncrementalEncoder. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/43eed85c9d34
Part 2: Remove AutoXDRTree. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/76a2ec201085
Part 3: Remove XDRState::hasAtomMap. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/8f0fd5a3820f
Part 4: Cleanup encoding buffer switch. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/c5de2290c6d0
Part 5: Remove XDRIncrementalEncoderBase::trace. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/f3a4747eb31b
Part 6: Remove XDRIncrementalEncoderBase. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/fd5567c6cffe
Part 7: Remove XDRState::codeFunction. r=tcampbell
Comment 10•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c55cef4d236e
https://hg.mozilla.org/mozilla-central/rev/43eed85c9d34
https://hg.mozilla.org/mozilla-central/rev/76a2ec201085
https://hg.mozilla.org/mozilla-central/rev/8f0fd5a3820f
https://hg.mozilla.org/mozilla-central/rev/c5de2290c6d0
https://hg.mozilla.org/mozilla-central/rev/f3a4747eb31b
https://hg.mozilla.org/mozilla-central/rev/fd5567c6cffe
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•