Open
Bug 2014508
Opened 4 months ago
Updated 4 months ago
Clean up SavedJobs
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mgaudet, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
After Bug 1983157, the job saving code is sort of in an awkward state. We have a couple pieces:
- JobQueue::SavedJobQueue
- SavedMicroTaskQueue
The former is mostly expressed in terms of the latter -- we should probably unify and simplify this all!
| Reporter | ||
Updated•4 months ago
|
Mentor: mgaudet
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•