Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5b79d15a073a21c04da0b7b6577c276c4b81954b
      
https://github.com/WebKit/WebKit/commit/5b79d15a073a21c04da0b7b6577c276c4b81954b
  Author: Alex Christensen <[email protected]>
  Date:   2026-01-05 (Mon, 05 Jan 2026)

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

  Log Message:
  -----------
  Don't use shared process from process cache
https://bugs.webkit.org/show_bug.cgi?id=304855
rdar://165365512

Reviewed by Chris Dumez.

Crash logs indicate we are crashing in 
WebPageProxy::continueNavigationInNewProcess
because we are release asserting that we are not using a process in the process 
cache.
We were capturing a reference to the process but were missing a 
shutdownPreventingScope
when waiting for the callback to addAllowedFirstPartyForCookies.

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

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



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

Reply via email to