Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3873896ae741a6b1c892ea76a575c4f856992149
      
https://github.com/WebKit/WebKit/commit/3873896ae741a6b1c892ea76a575c4f856992149
  Author: Ronan Turner <[email protected]>
  Date:   2026-04-30 (Thu, 30 Apr 2026)

  Changed paths:
    M Source/WebKit/Shared/Cocoa/EnhancedSecurityLinkUtilities.h
    M Source/WebKit/Shared/Cocoa/EnhancedSecurityLinkUtilities.mm
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Tools/MiniBrowser/MiniBrowser.entitlements
    M Tools/MobileMiniBrowser/MobileMiniBrowser/MobileMiniBrowser.entitlements

  Log Message:
  -----------
  Move hasURLsRequiringEnhancedSecurityCheck to the UI process
https://bugs.webkit.org/show_bug.cgi?id=313448
rdar://175684546

Reviewed by Per Arne Vollan.

We can move the hasURLsRequiringEnhancedSecurityCheck to the UI process, rather 
than
in the Network process. This allows avoiding the UI -> Network IPC roundtrip 
when the
check returns false which should be the majority of cases.

Tests to follow.

* Source/WebKit/Shared/Cocoa/EnhancedSecurityLinkUtilities.h:
* Source/WebKit/Shared/Cocoa/EnhancedSecurityLinkUtilities.mm:
(WebKit::hasURLsRequiringEnhancedSecurityCheck):
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::beginEnhancedSecurityLinkCheck):
* Tools/MiniBrowser/MiniBrowser.entitlements:
* Tools/MobileMiniBrowser/MobileMiniBrowser/MobileMiniBrowser.entitlements:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to