In order to do rendering in the GPU process (for bug 218482), we require the ability to do synchronous IPC from web worker threads. Currently, IPC::Connection supports sending asynchronous messages from any thread, but synchronous messages can only be sent from the main thread. This allows secondary connections to be created for worker threads, and supports sending sync messages from the creation/owner thread. For simplicity, receiving of other messages while blocked waiting for a sync message reply isn't supported in this mode.
Pull request: https://github.com/WebKit/WebKit/pull/4043
<rdar://problem/99853431>
Committed 255868@main (4ba481e29602): <https://commits.webkit.org/255868@main> Reviewed commits have been landed. Closing PR #4043 and removing active labels.