Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8f40020687cbb9066d04f844d2e9fc2ca4eb72f9
      
https://github.com/WebKit/WebKit/commit/8f40020687cbb9066d04f844d2e9fc2ca4eb72f9
  Author: Alex Christensen <[email protected]>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  Fix TestWebKitAPI.WKNavigation.HTTPSFirstHTTPDowngradeAndSameSiteNavigation 
with site isolation enabled
https://bugs.webkit.org/show_bug.cgi?id=293637

Reviewed by Matthew Finkel.

With site isolation enabled, we need to clear the provisional page when a 
provisional navigation fails
even if we are going to continue the load with site isolation enabled because 
otherwise processNavigatingFrom
will be incorrect in the lambda named continueWithProcessForNavigation and we 
will continue in the wrong
process which has not been set up to do loading for the domain we are 
navigating to.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didFailProvisionalLoadForFrameShared):

Canonical link: https://commits.webkit.org/295474@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to