[Webkit-unassigned] [Bug 262794] [WPE][GTK] Web process cache suspend/resume does not work, WebProcessProxy::processIdentifier is not the pid of the actual web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 08:24:40 PST 2023


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

--- Comment #4 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Wait, WebProcessProxy::processIdentifier is not a pid. It's just an int that increments each time a new auxiliary process is created. There has been some refactoring since 247615 at main. Now we have a new WTF::ProcessID class to represent pids. We need to audit this instead, not WebProcessProxy::processIdentifier.

-- 
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/20231215/fd49ecc3/attachment.htm>


More information about the webkit-unassigned mailing list