Bug 297846
| Summary: | [GTK][WPE] Use the IPC connection to send/receive credentials | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
We currently use a dedicated socket pair connection for that, but we could just use the IPC connection. Also, we only need to do that when spawning sandboxed web processes, for other process types or when sandbox is disabled we already have the pid, so we don't need to slow down the process launch.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/49833
EWS
Committed 299151@main (79e0f1258ac5): <https://commits.webkit.org/299151@main>
Reviewed commits have been landed. Closing PR #49833 and removing active labels.