Notify accessibility that WebProcess is suspended when in process cache.
rdar://80911502
Created attachment 435237 [details] Patch
Created attachment 435239 [details] Patch
Comment on attachment 435239 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435239&action=review > Source/WebKit/WebProcess/WebProcess.cpp:632 > + IPC::AccessibilityProcessSuspendedNotification(isInProcessCache); We may want to get rid of the AccessibilityProcessSuspendedNotification() that exists in WebProcessCocoa.mm now that we can call the one in IPC::Connection.
Created attachment 435275 [details] Patch
(In reply to Chris Dumez from comment #4) > Comment on attachment 435239 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=435239&action=review > > > Source/WebKit/WebProcess/WebProcess.cpp:632 > > + IPC::AccessibilityProcessSuspendedNotification(isInProcessCache); > > We may want to get rid of the AccessibilityProcessSuspendedNotification() > that exists in WebProcessCocoa.mm now that we can call the one in > IPC::Connection. Done. Thanks!
Committed r280865 (240405@main): <https://commits.webkit.org/240405@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435275 [details].