Closed
Bug 1711421
Opened 5 years ago
Closed 5 years ago
Remove jsapi.h and jsfriendapi.h includes from GC code
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(3 files)
These header files are being split up into individual include files for each area of functionality. GC code should include only the headers it needs.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
This API will eventually be removed, but for now give it its own header file.
Depends on D115189
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D115190
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d997d536c99
Stop including jsapi.h in the GC r=sfink
https://hg.mozilla.org/integration/autoland/rev/69046e73cdd6
Move SetPerformanceHint API to a new header file r=sfink
https://hg.mozilla.org/integration/autoland/rev/55cbfc7a8cb0
Stop including jsfriendapi.h in the GC r=sfink
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6d997d536c99
https://hg.mozilla.org/mozilla-central/rev/69046e73cdd6
https://hg.mozilla.org/mozilla-central/rev/55cbfc7a8cb0
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•