Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ae87ff6ec8dc91caba531bc06feaf947156c727a
      
https://github.com/WebKit/WebKit/commit/ae87ff6ec8dc91caba531bc06feaf947156c727a
  Author: Alex Christensen <[email protected]>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M Source/WebCore/loader/cache/CachedResourceLoader.cpp
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKContentExtensionStore.mm

  Log Message:
  -----------
  CachedResourceLoader::requestResource should dispatch FrameLoader::load to 
the next runloop iteration
https://bugs.webkit.org/show_bug.cgi?id=291556
rdar://149267969

Reviewed by Timothy Hatcher.

Otherwise the load is cancelled immediately after it is started by the return 
value being an error.
This is most of a fix for rdar://142017438.  Making back navigations skip 
about:blank after such a
redirect needs a more extensive change.

* Source/WebCore/loader/cache/CachedResourceLoader.cpp:
(WebCore::CachedResourceLoader::requestResource):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/WKContentExtensionStore.mm:
(TEST_F(WKContentRuleListStoreTest, 
MainResourceCrossOriginRedirectFromLoadedPageWithoutActivePatterns)):

Canonical link: https://commits.webkit.org/293727@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