Closed
Bug 1702363
Opened 4 years ago
Closed 4 years ago
Replace `AbstractThread` with `nsISerialEventTarget` in `MediaTrackGraph`
Categories
(Core :: Audio/Video: MediaStreamGraph, task, P3)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The usage of AbstractThread
are all used for a direct dispatch, it doesn't use something special like tail dispatching. So using nsISerialEventTarget
is enough for the MediaTrackGraph
.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Attachment #9212958 -
Attachment description: WIP: Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph. → Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph.
Updated•4 years ago
|
Attachment #9212958 -
Attachment description: Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph. → WIP: Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph.
Updated•4 years ago
|
Attachment #9212958 -
Attachment description: WIP: Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph. → Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph.
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45f6ef3e89b3
replace AbstractThread with nsISerialEventTarget for MediaTrackGraph. r=pehrsons
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•