Closed
Bug 1772380
Opened 2 years ago
Closed 2 years ago
Fix screen sharing failures resulting from the upstream import of libwebrtc c89fdd716c
Categories
(Core :: WebRTC, defect, P1)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
Details
Attachments
(5 files)
Changes in libwebrtc c89fdd716c have caused build and runtime failures in during screen sharing.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → na-g
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
The underlying PlatformThread interface has changed. A stopped thread
can no longer be restarted. This seems like a step towards sanity.
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/966d30990cda
windows threading fixes;r?mjf
https://hg.mozilla.org/mozilla-central/rev/585ec9861006
Build 1766646 - (fix-c89fdd716c) fixes for the refactored PlatformThread API;r?mjf
https://hg.mozilla.org/mozilla-central/rev/6285ca3e1546
Correct incorrectly named "unused" function pointer initialization;r?mjf
https://hg.mozilla.org/mozilla-central/rev/7efcf976d7bf
additional non-windows threading fixes;r?mjf
https://hg.mozilla.org/mozilla-central/rev/0c4901eb3f96
to upstream - ref count this in lambda capture;r?mjf
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/966d30990cda
https://hg.mozilla.org/mozilla-central/rev/585ec9861006
https://hg.mozilla.org/mozilla-central/rev/6285ca3e1546
https://hg.mozilla.org/mozilla-central/rev/7efcf976d7bf
https://hg.mozilla.org/mozilla-central/rev/0c4901eb3f96
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•