Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d8889ce6b343f71bea60b92032c0627093b00004
https://github.com/WebKit/WebKit/commit/d8889ce6b343f71bea60b92032c0627093b00004
Author: Youenn Fablet <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp
Log Message:
-----------
NetworkConnectionToWebProcess::establishSWContextConnection hits
MESSAGE_CHECK(swServer->hasPendingConnectionDomain({ site.domain(),
crossOriginEmbedderPolicy }))
rdar://184651790
https://bugs.webkit.org/show_bug.cgi?id=322592
Reviewed by Chris Dumez.
The newly added MESSAGE_CHECK for request pending connection domain is too
strict.
Requesting a context connection is starting in network process, then goes to
UIProcess via IPC, then to WebProcess via IPC and then finally to
NetworkConnectionToWebProcess::establishSWContextConnection via IPC.
Between the start of requesting a context connection and
NetworkConnectionToWebProcess::establishSWContextConnection, the networking
process may have cleared the SWServer.
We now simply return early when there is no pending connection domain.
* Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:
(WebKit::NetworkConnectionToWebProcess::establishSWContextConnection):
Canonical link: https://commits.webkit.org/319950@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications