Bug 60975
Summary: | CoreIPC should support sync messages from a secondary thread. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | andersca, darin, liqiong.hao |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Brady Eidson
Currently CoreIPC doesn't let you send sync messages from a non-main thread.
It should!
In radar as <rdar://problem/9428034>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
It appears that the logic to message to the main thread has made the synchronous keychain functions incompatible with synchronous XMLHttpRequest.
Brady Eidson
(In reply to comment #1)
> It appears that the logic to message to the main thread has made the synchronous keychain functions incompatible with synchronous XMLHttpRequest.
That makes sense, and is unfortunate. Makes resolving this somewhat more important.
Brady Eidson
(In reply to comment #2)
> (In reply to comment #1)
> > It appears that the logic to message to the main thread has made the synchronous keychain functions incompatible with synchronous XMLHttpRequest.
>
> That makes sense, and is unfortunate. Makes resolving this somewhat more important.
I see you fixed this already with a different runloop mode. Great!
(It'd still be much better if CoreIPC supported this mode.)
Anders Carlsson
We're not going to allow this.