Bug 250101

Summary: Avoid mach lookups of container manager service before load starts.
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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
Radar WebKit Bug Importer
Comment 1 2023-01-04 13:14:21 PST
Per Arne Vollan
Comment 2 2023-01-04 13:18:27 PST
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.