[webkit-reviews] review requested: [Bug 243456] AX ITM: Avoid dispatching AXIsolatedObject methods to the main thread when it is busy updating the isolated tree. : [Attachment 461559] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 06:53:24 PDT 2022


Andres Gonzalez <andresg_22 at apple.com> has asked  for review:
Bug 243456: AX ITM: Avoid dispatching AXIsolatedObject methods to the main
thread when it is busy updating the isolated tree.
https://bugs.webkit.org/show_bug.cgi?id=243456

Attachment 461559: Patch

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




--- Comment #4 from Andres Gonzalez <andresg_22 at apple.com> ---
Created attachment 461559

  --> https://bugs.webkit.org/attachment.cgi?id=461559&action=review

Patch

Extended the check for whether to dispatch to the main thread to all
AXIsolatedObject methods that were using
Accessibility::retrieveValueFromMainThread.


More information about the webkit-reviews mailing list