Closed
Bug 1899872
Opened 9 months ago
Closed 8 months ago
Make js::SliceBudget a proper public API
Categories
(Core :: JavaScript: GC, task, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
js::SliceBudget
is used by functions in the JS::
namespace, so really ought to be in that namespace itself. It also has some cryptic bool
parameters that should probably be enum-ified.
Assignee | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 months ago
|
||
Updated•8 months ago
|
Severity: -- → N/A
Priority: -- → P1
Updated•8 months ago
|
Attachment #9405069 -
Attachment is obsolete: true
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2753b7c1309f
Move SliceBudget (and {Work,Time}Budget) from js:: namespace to JS:: r=jonco,mccr8
Comment 4•8 months ago
•
|
||
Backed out changeset 2753b7c1309f (Bug 1899872) for causing build bustages in testSliceBudget.cpp CLOSED TREE
Logs: https://treeherder.mozilla.org/logviewer?job_id=462127558&repo=autoland&lineNumber=9409
https://treeherder.mozilla.org/logviewer?job_id=462127565&repo=autoland&lineNumber=11628
Backout: https://hg.mozilla.org/integration/autoland/rev/006cfbb33297482b9327ed3e6e0c920466218b97
Flags: needinfo?(sphink)
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e38543d56e9b
Move SliceBudget (and {Work,Time}Budget) from js:: namespace to JS:: r=jonco,mccr8
Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(sphink)
Backed out for causing build bustages
Flags: needinfo?(sphink)
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e043eb2d9b6d
Move SliceBudget (and {Work,Time}Budget) from js:: namespace to JS:: r=jonco,mccr8
Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(sphink)
Comment 8•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•