Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0105360ee958ec7d26677be6caaf6f972f57649f
https://github.com/WebKit/WebKit/commit/0105360ee958ec7d26677be6caaf6f972f57649f
Author: Sihui Liu <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKProcessPool.mm
Log Message:
-----------
[Site Isolation] Fix ProcessSwap.UseWebProcessCacheForLoadInNewView
https://bugs.webkit.org/show_bug.cgi?id=306229
rdar://168880666
Reviewed by Per Arne Vollan.
Under Site Isolation, there could be more than one prewarmed web process for
performance (see 300594@main). Therefore,
`_webProcessCountIgnoringPrewarmed` should actually count the number of
prewarmed process, instead of assuming there is
only one prewarmed process.
* Source/WebKit/UIProcess/API/Cocoa/WKProcessPool.mm:
(-[WKProcessPool _webProcessCountIgnoringPrewarmed]):
Canonical link: https://commits.webkit.org/306265@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications