WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(5.21 KB, patch)
2023-08-09 10:01 PDT
,
Andres Gonzalez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-08-08 16:09:27 PDT
<
rdar://problem/113592230
>
Andres Gonzalez
Comment 2
2023-08-08 16:24:21 PDT
Created
attachment 467225
[details]
Patch
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
Created
attachment 467231
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug