Bug 272192
| Summary: | Avoid IPC to OpenDirectory XPC service on main thread | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Per Arne Vollan <pvollan> |
| Component: | WebKit Process Model | Assignee: | Per Arne Vollan <pvollan> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 274553 | ||
| Bug Blocks: | |||
Per Arne Vollan
Avoid IPC to OpenDirectory XPC service on main thread, since it can potentially block the main thread for a long time.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Per Arne Vollan
<rdar://problem/123778399>
Per Arne Vollan
Pull request: https://github.com/WebKit/WebKit/pull/26870
EWS
Committed 277204@main (1a7bea21fb47): <https://commits.webkit.org/277204@main>
Reviewed commits have been landed. Closing PR #26870 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 274553
Alexey Proskuryakov
What is the state of this bug? Looks like a revert got reverted.
Per Arne Vollan
Ah, good point, Alexey! The initial fix was relanded in <https://commits.webkit.org/279162@main>.