Bug 297217
| Summary: | AX: AXObjectCache should have an Inlines header file | ||
|---|---|---|---|
| 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
AXObjectCache is included by dozens of files outside of accessibility. To make it compile faster, we should put implementations of inline functions in AXObjectCacheInlines, following the same pattern used elsewhere in WebCore.
Other classes defined in AXObjectCache.h that aren't actually needed anywhere outside of accessibility should be moved to their own files.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/158049733>
Dominic Mazzoni
Pull request: https://github.com/WebKit/WebKit/pull/49218
EWS
Committed 298642@main (d1b4185336e1): <https://commits.webkit.org/298642@main>
Reviewed commits have been landed. Closing PR #49218 and removing active labels.
Dominic Mazzoni
*** Bug 296916 has been marked as a duplicate of this bug. ***