Bug 249769 - RemoteRenderingBackend, GPU and GraphicsContextGL are opening the stream connection in inconsistent manner
Summary: RemoteRenderingBackend, GPU and GraphicsContextGL are opening the stream conn...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on: 256633
Blocks:
  Show dependency treegraph
 
Reported: 2022-12-22 05:54 PST by Kimmo Kinnunen
Modified: 2023-05-24 00:42 PDT (History)
2 users (show)

See Also:


Attachments

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