Bug 238858 - Media and WebRTC code uses ThreadMessageReceiverRefCounted with WorkQueues
Summary: Media and WebRTC code uses ThreadMessageReceiverRefCounted with WorkQueues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-06 01:48 PDT by Kimmo Kinnunen
Modified: 2022-04-06 06:31 PDT (History)
3 users (show)

See Also:


Attachments
Patch (18.38 KB, patch)
2022-04-06 01:52 PDT, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff
For landing (18.25 KB, patch)
2022-04-06 03:43 PDT, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>