Find a cleaner solution than manually running the CFRunLoop in DesktopCaptureImpl
Categories
(Core :: WebRTC: Audio/Video, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
Attachments
(4 files)
This is a followup to bug 1826483 which reinstated a CFRunLoopRunInMode that was removed in bug 1800213.
We should use an nsThread with a MessagePump that uses a CFRunLoop directly instead.
Assignee | ||
Comment 1•2 years ago
|
||
This makes things a bit clearer when adding the mac implementation.
Assignee | ||
Comment 2•2 years ago
|
||
The MessagePump implemented here is a MessagePumpCFRunLoopBase that also handles
xpcom events.
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•1 years ago
|
||
Backed out 4 changesets (Bug 1826530) for causing build bustages in MessagePump_android.cpp CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=416680471&repo=autoland&lineNumber=19354
Backout: https://hg.mozilla.org/integration/autoland/rev/048238978f529aed3e06fb63ca63ab74b5992120
Assignee | ||
Updated•1 years ago
|
Comment 8•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8c48a98accbc
https://hg.mozilla.org/mozilla-central/rev/6bc8a686c792
https://hg.mozilla.org/mozilla-central/rev/361fb27c3983
https://hg.mozilla.org/mozilla-central/rev/5a6b4d0e8b83
Description
•