[webkit-reviews] review granted: [Bug 228936] Notify accessibility that WebProcess is suspended when in process cache. : [Attachment 435239] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 10 08:19:10 PDT 2021


Chris Dumez <cdumez at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 228936: Notify accessibility that WebProcess is suspended when in process
cache.
https://bugs.webkit.org/show_bug.cgi?id=228936

Attachment 435239: Patch

https://bugs.webkit.org/attachment.cgi?id=435239&action=review




--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 435239
  --> https://bugs.webkit.org/attachment.cgi?id=435239
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.


More information about the webkit-reviews mailing list