[webkit-changes] [WebKit/WebKit] 42d022: REGRESSION(269895 at main):[WPE] 52 new API tests fai...

Chris Dumez noreply at github.com
Wed Nov 1 12:19:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 42d022005f544c9377c3227854cd4158dbdae361
      https://github.com/WebKit/WebKit/commit/42d022005f544c9377c3227854cd4158dbdae361
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

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

  Log Message:
  -----------
  REGRESSION(269895 at main):[WPE] 52 new API tests failures
https://bugs.webkit.org/show_bug.cgi?id=263974

Reviewed by Michael Catanzaro.

Revert part of 269895 at main which would cause the WebProcessProxy to outlive
its WebProcessPool in some cases, unnecessarily.

Also add a null check for the process pool is the WebProcessProxy destructor
before using it, for extra safety.

* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::~WebProcessProxy):
(WebKit::WebProcessProxy::isResponsive):
(WebKit::WebProcessProxy::isResponsiveWithLazyStop):

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




More information about the webkit-changes mailing list