RESOLVED FIXED270236
Avoid updating hidden page timer throttling interval for suspended processes
https://bugs.webkit.org/show_bug.cgi?id=270236
Summary Avoid updating hidden page timer throttling interval for suspended processes
Ben Nham
Reported 2024-02-28 10:32:37 PST
Currently, every time a tab is created or destroyed, we update the hidden page timer throttling interval and broadcast the change to all processes, including suspended processes. While this doesn't cause a suspended process to resume, it can cause messages to build up in IPC queues that never get drained. This is because the receiver might be a suspended WebContent process. To avoid this, skip sending the throttling updates to suspended processes and update the timer at resume time.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-28 10:32:53 PST
Ben Nham
Comment 2 2024-02-28 10:35:20 PST
EWS
Comment 3 2024-03-01 18:29:10 PST
Committed 275588@main (199ca3488158): <https://commits.webkit.org/275588@main> Reviewed commits have been landed. Closing PR #25239 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.