Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e54e083d6c2a6f1120bec7715edb0b0b48cd344
      
https://github.com/WebKit/WebKit/commit/9e54e083d6c2a6f1120bec7715edb0b0b48cd344
  Author: Chris Dumez <cdu...@apple.com>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

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

  Log Message:
  -----------
  WebProcessPool::processForNavigation() should prevent the process from 
getting shut down while waiting for AddAllowedFirstPartyForCookies IPC reply
https://bugs.webkit.org/show_bug.cgi?id=252843
rdar://105375981

Reviewed by Alex Christensen.

ebProcessPool::processForNavigation() should prevent the process from getting
shut down (or added to the process cache) while waiting for
AddAllowedFirstPartyForCookies IPC reply.

We recently fixed the lambda in 
WebPageProxy::triggerBrowsingContextGroupSwitchForNavigation()
but failed to fix this one.

* Source/WebKit/UIProcess/WebProcessPool.cpp:
(WebKit::WebProcessPool::processForNavigation):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to