RESOLVED FIXED 239010
TestRunner’s calls to [WebAccessibilityObjectWrapper accessibilityArrayAttributeCount:] need to be dispatch to the AX secondary thread.
https://bugs.webkit.org/show_bug.cgi?id=239010
Summary TestRunner’s calls to [WebAccessibilityObjectWrapper accessibilityArrayAttrib...
Andres Gonzalez
Reported 2022-04-08 11:21:10 PDT
TestRunner’s calls to [WebAccessibilityObjectWrapper accessibilityArrayAttributeCount:] need to be dispatch to the AX secondary thread.
Attachments
Patch (4.36 KB, patch)
2022-04-08 11:33 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2022-04-08 11:21:19 PDT
Andres Gonzalez
Comment 2 2022-04-08 11:33:28 PDT
EWS
Comment 3 2022-04-11 06:45:10 PDT
Committed r292707 (249499@main): <https://commits.webkit.org/249499@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457101 [details].
Darin Adler
Comment 4 2022-04-11 08:54:09 PDT
Comment on attachment 457101 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457101&action=review > Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:341 > + s_controller->executeOnAXThreadAndWait([&attributeName, &count, this] { I think this could be just attributeName instead of &attributeName
Note You need to log in before you can comment on or make changes to this bug.