Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 326bf0916c6eb4044d5e51b76735aa6104277499 https://github.com/WebKit/WebKit/commit/326bf0916c6eb4044d5e51b76735aa6104277499 Author: Basuke Suzuki <bas...@apple.com> Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths: M Source/WebKit/UIProcess/AboutSchemeHandler.cpp M Source/WebKit/UIProcess/AboutSchemeHandler.h M Source/WebKit/UIProcess/WebPageProxy.cpp M Source/WebKit/UIProcess/WebPageProxy.h Log Message: ----------- REGRESSION(292206@main): [macOS iOS wk2]ASSERTION and text diff in imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/no-coop-coep.https.any.html (flaky in EWS) https://bugs.webkit.org/show_bug.cgi?id=289986 rdar://147337748 Reviewed by Alex Christensen. 292206@main introduced new AboutSchemeHandler registered in WebPageProxy creation timing. On iOS, process is just created but might not be ready to accept message. Postponing the registration after attached to WebProcess. * Source/WebKit/UIProcess/AboutSchemeHandler.cpp: (WebKit::AboutSchemeHandler::create): (WebKit::AboutSchemeHandler::singleton): Deleted. * Source/WebKit/UIProcess/AboutSchemeHandler.h: * Source/WebKit/UIProcess/WebPageProxy.cpp: (WebKit::m_pageForTesting): (WebKit::WebPageProxy::didAttachToRunningProcess): (WebKit::WebPageProxy::loadRequestWithNavigationShared): (WebKit::WebPageProxy::loadSimulatedRequest): (WebKit::WebPageProxy::receivedNavigationActionPolicyDecision): (WebKit::WebPageProxy::continueNavigationInNewProcess): (WebKit::WebPageProxy::protectedAboutSchemeHandler): * Source/WebKit/UIProcess/WebPageProxy.h: Canonical link: https://commits.webkit.org/292419@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes