Closed
Bug 1606657
Opened 6 years ago
Closed 6 years ago
Thread manager should not assume the numeric value of nsIRunnablePriority::PRIORITY_NORMAL
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
dispatchToMainThread currently assumes that nsIRunnablePriority::PRIORITY_NORMAL == 0
, which is a problem if we want to renumber priority levels.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
This will let us change the numeric values of the priorities as needed.
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/53aa24dadad0
nsIThreadManager.dispatchToMainThread should not assume that nsIRunnablePriority::PRIORITY_NORMAL is 0. r=smaug
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•