Closed
Bug 1899872
Opened 1 year ago
Closed 1 year 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•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P1
Updated•1 year 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•1 year 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•1 year 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•1 year ago
|
Flags: needinfo?(sphink)
Comment 8•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•