WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
244825
Allow running IPC::Connection with an 'owning' thread that isn't the main thread
https://bugs.webkit.org/show_bug.cgi?id=244825
Summary
Allow running IPC::Connection with an 'owning' thread that isn't the main thread
Matt Woodrow
Reported
2022-09-05 21:09:15 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Woodrow
Comment 1
2022-09-05 21:18:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4043
Radar WebKit Bug Importer
Comment 2
2022-09-12 21:10:18 PDT
<
rdar://problem/99853431
>
EWS
Comment 3
2022-10-22 02:06:22 PDT
Committed
255868@main
(4ba481e29602): <
https://commits.webkit.org/255868@main
> Reviewed commits have been landed. Closing PR #4043 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug