Bug 249769

Summary: RemoteRenderingBackend, GPU and GraphicsContextGL are opening the stream connection in inconsistent manner
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebKit2Assignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 256633    
Bug Blocks:    

Description Kimmo Kinnunen 2022-12-22 05:54:15 PST
RemoteRenderingBackend, GPU and GraphicsContextGL are opening the stream connection in inconsistent manner


The connection should be opened on the work queue.
The work queue should be SerialFunctionDispatcher, in order for IPC::Connection do deliver the messages to it in consistent manner.
Comment 1 Radar WebKit Bug Importer 2022-12-22 05:54:40 PST
<rdar://problem/103635894>
Comment 2 Kimmo Kinnunen 2022-12-22 06:25:35 PST
Pull request: https://github.com/WebKit/WebKit/pull/8002
Comment 3 Kimmo Kinnunen 2023-05-22 05:09:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13648
Comment 4 EWS 2023-05-24 00:42:03 PDT
Committed 264465@main (4f873b820034): <https://commits.webkit.org/264465@main>

Reviewed commits have been landed. Closing PR #13648 and removing active labels.