Closed
Bug 1552958
Opened 2 years ago
Closed 2 years ago
De-templatize PrioritizedEventQueue
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
PrioritizedEventQueue let's one to pass inner queue's type as a template, but that is always EventQueue. Removing the template should make code easier to read
(and will possibly let us do other clean ups easier).
Assignee | ||
Comment 1•2 years ago
|
||
PrioritizedEventQueue's template is always EventQueue, so the template
argument is rather useless.
Trying to keep the patch minimal, so CreateMainThread for example is still
a bit weird.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Type: defect → task
Pushed by opettay@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/257f2c96cef5 De-templatize PrioritizedEventQueue, r=froydnj
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•