RESOLVED FIXED297150
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
Radar WebKit Bug Importer
Comment 1 2025-08-08 16:30:49 PDT
Dominic Mazzoni
Comment 2 2025-08-08 16:34:23 PDT
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.