Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5ae6f9f5204b3d2d30f3ac30e8c3533082eae4ee https://github.com/WebKit/WebKit/commit/5ae6f9f5204b3d2d30f3ac30e8c3533082eae4ee Author: Youenn Fablet <you...@apple.com> Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths: M LayoutTests/platform/ios/TestExpectations M LayoutTests/platform/mac-wk2/TestExpectations M Source/WebKit/UIProcess/WebFrameProxy.cpp Log Message: ----------- REGRESSION (294690@main ): [ macOS wk2 ] http/wpt/service-workers/navigate-iframes-window-client.https.html is a consistent failure rdar://152266507 https://bugs.webkit.org/show_bug.cgi?id=293761 Reviewed by Pascoe. Before 294690@main, we were always expecting a listener when processing the WebProcess message answer triggered by WebFrameProxy::navigateServiceWorkerClient. This is no longer the case, and this check is anyway no longer needed. We remove it as either the listener will call the navigate callback or the callback will be called when load finishes or fails. * LayoutTests/platform/ios/TestExpectations: * LayoutTests/platform/mac-wk2/TestExpectations: * Source/WebKit/UIProcess/WebFrameProxy.cpp: (WebKit::WebFrameProxy::navigateServiceWorkerClient): Canonical link: https://commits.webkit.org/296976@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