Closed
Bug 1696920
Opened 4 years ago
Closed 4 years ago
Remove some unused functions in js/src/vm
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
(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 |
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D107471
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D107472
Assignee | ||
Comment 4•4 years ago
|
||
Support for nullptr
context was added in bug 1229642 for the SPSProfiler. This
code is no longer present, so we can require a non-nullptr context in
CharsToNewUTF8CharsZ again.
Depends on D107473
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D107474
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D107475
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D107477
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/50cb7459534e
Part 1: Remove unused DataViewObject methods. r=jandem
https://hg.mozilla.org/integration/autoland/rev/9e7dcac79050
Part 2: Remove unused Activation methods. r=jandem
https://hg.mozilla.org/integration/autoland/rev/1bb4633d9599
Part 3: Remove unused BytecodeUtil functions. r=jandem
https://hg.mozilla.org/integration/autoland/rev/0f26894536fb
Part 4: Require non-nullptr JSContext in CharsToNewUTF8CharsZ. r=jandem
https://hg.mozilla.org/integration/autoland/rev/53d56cd0d8fd
Part 5: Remove unused FrameIter methods. r=jandem
https://hg.mozilla.org/integration/autoland/rev/1ca63328c80f
Part 6: Remove unused JSFunction methods. r=jandem
https://hg.mozilla.org/integration/autoland/rev/56fd5a31695e
Part 7: Remove unused GlobalObject methods. r=jandem
Comment 9•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/50cb7459534e
https://hg.mozilla.org/mozilla-central/rev/9e7dcac79050
https://hg.mozilla.org/mozilla-central/rev/1bb4633d9599
https://hg.mozilla.org/mozilla-central/rev/0f26894536fb
https://hg.mozilla.org/mozilla-central/rev/53d56cd0d8fd
https://hg.mozilla.org/mozilla-central/rev/1ca63328c80f
https://hg.mozilla.org/mozilla-central/rev/56fd5a31695e
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•