[webkit-changes] [WebKit/WebKit] 9e54e0: WebProcessPool::processForNavigation() should prev...

Chris Dumez noreply at github.com
Thu Feb 23 11:20:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e54e083d6c2a6f1120bec7715edb0b0b48cd344
      https://github.com/WebKit/WebKit/commit/9e54e083d6c2a6f1120bec7715edb0b0b48cd344
  Author: Chris Dumez <cdumez at 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




More information about the webkit-changes mailing list