Bug 238858

Summary: Media and WebRTC code uses ThreadMessageReceiverRefCounted with WorkQueues
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: MediaAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
For landing none

Description Kimmo Kinnunen 2022-04-06 01:48:03 PDT
Media and WebRTC code uses ThreadMessageReceiverRefCounted with WorkQueues
Comment 1 Kimmo Kinnunen 2022-04-06 01:52:03 PDT
Created attachment 456792 [details]
Patch
Comment 2 youenn fablet 2022-04-06 02:46:28 PDT
Comment on attachment 456792 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=456792&action=review

> Source/WebKit/GPUProcess/webrtc/RemoteSampleBufferDisplayLayerManager.h:65
> +    void didReceiveMessage(IPC::Connection&, IPC::Decoder&) final;

Can we keep it private?
Comment 3 Kimmo Kinnunen 2022-04-06 03:43:42 PDT
Created attachment 456799 [details]
For landing
Comment 4 EWS 2022-04-06 06:30:58 PDT
Committed r292461 (249312@main): <https://commits.webkit.org/249312@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 456799 [details].
Comment 5 Radar WebKit Bug Importer 2022-04-06 06:31:17 PDT
<rdar://problem/91350205>