[Webkit-unassigned] [Bug 282080] Add a public API to allow developers to configure the process display name to WKWebViewConfiguration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 28 11:18:42 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=282080

--- Comment #1 from Alex Christensen <achristensen at apple.com> ---
WKWebViewConfiguration._processDisplayName works as you describe when there is one web content process per WKWebView at a time, but with site isolation we are currently actively working on making multiple web content processes per WKWebView at a time, and the design of WKWebViewConfiguration._processDisplayName is not really compatible with the flexibility that that demands unless you want all your processes to have the same display name with no variation and no way to tell which is which.  This is definitely something to consider, but I think exposing something like WKWebViewConfiguration._processDisplayName is probably not the way we want to do it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241028/0b4e8769/attachment.htm>


More information about the webkit-unassigned mailing list