RESOLVED FIXED Bug 229944
Use event queue to fire RTCPeerConnection events
https://bugs.webkit.org/show_bug.cgi?id=229944
Summary Use event queue to fire RTCPeerConnection events
youenn fablet
Reported 2021-09-06 02:17:31 PDT
Use event queue to fire RTCPeerConnection events
Attachments
Patch (3.72 KB, patch)
2021-09-06 02:20 PDT, youenn fablet
no flags
Patch (43.80 KB, patch)
2021-09-14 03:18 PDT, youenn fablet
no flags
Patch (50.78 KB, patch)
2021-09-14 07:55 PDT, youenn fablet
no flags
Patch for landing (157.18 KB, patch)
2021-09-15 01:15 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2021-09-06 02:20:22 PDT
Radar WebKit Bug Importer
Comment 2 2021-09-13 02:18:16 PDT
youenn fablet
Comment 3 2021-09-14 03:18:10 PDT
youenn fablet
Comment 4 2021-09-14 07:55:27 PDT
Eric Carlson
Comment 5 2021-09-14 08:36:46 PDT
Comment on attachment 438142 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438142&action=review > Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp:235 > + m_peerConnection.dispatchEvent(RTCTrackEvent::create(eventNames().trackEvent, Event::CanBubble::No, Event::IsCancelable::No, WTFMove(event.receiver), WTFMove(event.track), WTFMove(event.streams), WTFMove(event.transceiver))); Why are some events dispatched synchronously instead of on the task queue?
youenn fablet
Comment 6 2021-09-15 01:15:02 PDT
Created attachment 438222 [details] Patch for landing
EWS
Comment 7 2021-09-15 02:11:57 PDT
Committed r282445 (241698@main): <https://commits.webkit.org/241698@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438222 [details].
Note You need to log in before you can comment on or make changes to this bug.