Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 04fbe41f683371eeef0fa9e7a700f58851111d6b https://github.com/WebKit/WebKit/commit/04fbe41f683371eeef0fa9e7a700f58851111d6b Author: Jessica Lee <jle...@apple.com> Date: 2025-08-10 (Sun, 10 Aug 2025)
Changed paths: M Source/WebKit/UIProcess/WebPageProxy.cpp M Tools/TestWebKitAPI/Tests/WebKitCocoa/LoadInvalidURLRequest.mm Log Message: ----------- [iOS 26] NSErrorFailingURLKey and NSErrorFailingURLStringKey missing from error returned by webView:didFailProvisionalNavigation:withError: https://bugs.webkit.org/show_bug.cgi?id=296975 rdar://157623066 Reviewed by Sihui Liu and Per Arne Vollan. We aren’t constructing the error with the URL. Therefore, because there’s no URL, it doesn’t add the field. * Source/WebKit/UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::loadRequestWithNavigationShared): * Tools/TestWebKitAPI/Tests/WebKitCocoa/LoadInvalidURLRequest.mm: (TestWebKitAPI::TEST(WebKit, LoadInvalidURLWithSpaceCharacter)): Canonical link: https://commits.webkit.org/298488@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