Bug 297150
| Summary: | AX: move AXObjectCache::postNotification code inside the accessibility directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dominic Mazzoni <dm_mazzoni> |
| Component: | Accessibility | Assignee: | Dominic Mazzoni <dm_mazzoni> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Dominic Mazzoni
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
<rdar://problem/157888495>
Dominic Mazzoni
Pull request: https://github.com/WebKit/WebKit/pull/49159
EWS
Committed 298476@main (89801b35ee04): <https://commits.webkit.org/298476@main>
Reviewed commits have been landed. Closing PR #49159 and removing active labels.