WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
297150
AX: move AXObjectCache::postNotification code inside the accessibility directory
https://bugs.webkit.org/show_bug.cgi?id=297150
Summary
AX: move AXObjectCache::postNotification code inside the accessibility directory
Dominic Mazzoni
Reported
2025-08-08 16:30:42 PDT
Knowing which accessibility notification to fire is logic that belongs in the accessibility module. Let's take the small amount of code that posts a notification from somewhere else in WebCore, and change it to call a specific, narrow function on AXObjectCache, and let AXObjectCache post the notification. As a follow-up, we'll be able to reduce the number of accessibility files that much of the codebase needs to import.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-08-08 16:30:49 PDT
<
rdar://problem/157888495
>
Dominic Mazzoni
Comment 2
2025-08-08 16:34:23 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/49159
EWS
Comment 3
2025-08-09 13:02:57 PDT
Committed
298476@main
(89801b35ee04): <
https://commits.webkit.org/298476@main
> Reviewed commits have been landed. Closing PR #49159 and removing active labels.
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