Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cfe4106fcaaeff7a1f33095579ebb0a073e30299
https://github.com/WebKit/WebKit/commit/cfe4106fcaaeff7a1f33095579ebb0a073e30299
Author: Jessica Lee <[email protected]>
Date: 2026-09-09 (Wed, 09 Sep 2026)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/UIProcess/WebProcessPool.cpp
Log Message:
-----------
Remove unnecessary lookups in WebPageProxy::continueNavigationInNewProcess
and WebProcessPool::processForNavigationInternal
https://bugs.webkit.org/show_bug.cgi?id=323703
rdar://186960775
Reviewed by Per Arne Vollan and Sihui Liu.
shouldInheritOriginFromInitiator in
WebPageProxy::continueNavigationInNewProcess and targetURL in
WebProcessPool::processForNavigationInternal can be re-used. Newly-created
variables siteIsolationEnabled and
currentRequestURL can be re-used across
WebPageProxy::continueNavigationInNewProcess.
No new tests needed.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::continueNavigationInNewProcess):
* Source/WebKit/UIProcess/WebProcessPool.cpp:
(WebKit::WebProcessPool::processForNavigationInternal):
Canonical link: https://commits.webkit.org/320747@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications