[webkit-changes] [WebKit/WebKit] 2f9ef5: Make sure we only prewarm lockdown mode WebProcess...

Chris Dumez noreply at github.com
Tue Feb 6 09:27:00 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2f9ef5beef7de6405692a7f90ec384427aa97879
      https://github.com/WebKit/WebKit/commit/2f9ef5beef7de6405692a7f90ec384427aa97879
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

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

  Log Message:
  -----------
  Make sure we only prewarm lockdown mode WebProcesses when the feature is enabled system-wide
https://bugs.webkit.org/show_bug.cgi?id=268754
rdar://121627632

Reviewed by Brent Fulgham.

Make sure we only prewarm lockdown mode WebProcesses when the feature is enabled system-wide.
It is risky to prewarm non-lockdown mode processes in this case.

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

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




More information about the webkit-changes mailing list