RESOLVED FIXED 259952
AX: Initialize the AX thread on first client request.
https://bugs.webkit.org/show_bug.cgi?id=259952
Summary AX: Initialize the AX thread on first client request.
Andres Gonzalez
Reported 2023-08-08 16:09:16 PDT
.
Attachments
Patch (5.21 KB, patch)
2023-08-08 16:24 PDT, Andres Gonzalez
no flags
Patch (5.21 KB, patch)
2023-08-09 10:01 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2023-08-08 16:09:27 PDT
Andres Gonzalez
Comment 2 2023-08-08 16:24:21 PDT
Tyler Wilcock
Comment 3 2023-08-08 16:58:56 PDT
Comment on attachment 467225 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467225&action=review > Source/WebCore/accessibility/mac/AXObjectCacheMac.mm:719 > + if (LIKELY(!isMainThread() || axThreadInitialized)) The latter check (axThreadInitialized) is cheaper, so maybe it should come first? if (LIKELY(axThreadInitialized || !isMainThread()))
Andres Gonzalez
Comment 4 2023-08-09 10:01:23 PDT
EWS
Comment 5 2023-08-09 11:25:23 PDT
Committed 266735@main (fbca8d9e20b9): <https://commits.webkit.org/266735@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467231 [details].
Note You need to log in before you can comment on or make changes to this bug.