WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
250101
Avoid mach lookups of container manager service before load starts.
https://bugs.webkit.org/show_bug.cgi?id=250101
Summary
Avoid mach lookups of container manager service before load starts.
Per Arne Vollan
Reported
2023-01-04 13:14:03 PST
Avoid mach lookups of container manager service before load starts in the WebContent process. When the WebContent process is trying to find the top privately controlled domain, the CFNetwork function called will cause mach lookups of the container manager service. This is avoided in this patch by fixing an error where the url instead of the host is used to get the top privately domain. Additionally, this patch redefines when the WebContent process is regarded as launched, by setting the sandbox state variable when the load is committed. Both of these changes will move us closer to blocking launchd.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-04 13:14:21 PST
<
rdar://problem/103885775
>
Per Arne Vollan
Comment 2
2023-01-04 13:18:27 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8211
EWS
Comment 3
2023-01-05 10:38:13 PST
Committed
258490@main
(40cef5c6bb31): <
https://commits.webkit.org/258490@main
> Reviewed commits have been landed. Closing PR #8211 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