Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a0344a3f3a9b5cbc038006e85d946facb8a04f13
      
https://github.com/WebKit/WebKit/commit/a0344a3f3a9b5cbc038006e85d946facb8a04f13
  Author: Rupin Mittal <ru...@apple.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M Source/WTF/wtf/cocoa/RuntimeApplicationChecksCocoa.h
    M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
    M Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp

  Log Message:
  -----------
  Avoid network preconnect on older SDKs
https://bugs.webkit.org/show_bug.cgi?id=297471
rdar://158254699

Reviewed by Sihui Liu and Ben Nham.

This addresses a binary compatibility issue with some applications where the
call to allDatastores in preconnectTo tripped a main thread assert. Some apps
were incorrectly calling this off the main thread.

* Source/WTF/wtf/cocoa/RuntimeApplicationChecksCocoa.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView loadRequest:]):
* Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp:
(WebKit::NetworkProcessProxy::preconnectTo):

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

Reply via email to