Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 69d1cd411a6d4b8a726bc5dcd85af983bec7f6b6
https://github.com/WebKit/WebKit/commit/69d1cd411a6d4b8a726bc5dcd85af983bec7f6b6
Author: Per Arne Vollan <[email protected]>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M Source/WebKit/UIProcess/RemotePageProxy.cpp
M Source/WebKit/UIProcess/WebProcessProxy.cpp
Log Message:
-----------
[macOS][Site Isolation] WebContent processes in frames always have a
foreground assertion
https://bugs.webkit.org/show_bug.cgi?id=303408
rdar://165710553
Reviewed by Ben Nham.
WebContent processes in frames always have a foreground assertion on macOS with
Site Isolation enabled,
even when the page is not visible. This is because the lifetime activity is
never dropped for these
processes.
* Source/WebKit/UIProcess/RemotePageProxy.cpp:
(WebKit::RemotePageProxy::injectPageIntoNewProcess):
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::didFinishLaunching):
Canonical link: https://commits.webkit.org/303829@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications