Bug 249769
| Summary: | RemoteRenderingBackend, GPU and GraphicsContextGL are opening the stream connection in inconsistent manner | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebKit2 | Assignee: | 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: | |||
Kimmo Kinnunen
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103635894>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/8002
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/13648
EWS
Committed 264465@main (4f873b820034): <https://commits.webkit.org/264465@main>
Reviewed commits have been landed. Closing PR #13648 and removing active labels.