Closed
Bug 1788709
Opened 3 years ago
Closed 3 years ago
Clean up leftover functions from ReportOutOfMemory XDR transition
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: bthrall, Assigned: mohamedatef1698)
References
Details
Attachments
(1 file)
There are some functions that were part of the transition to using the ErrorContext variant of ReportOutOfMemory() in XDR (bug 1786117).
These functions all have a comment reading "TODO bug 1783951" (bug 1783951 is a duplicate of bug 1786117).
Any uses of these functions which do not have an ErrorContext parameter should be switched over to using ErrorContext, and the variant without ErrorContext should be removed.
| Reporter | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mohamedatef1698
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/8206e79b9126
Clean up leftover functions from ReportOutOfMemory XDR transition. r=arai
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•