Bug 283802
| Summary: | AX: AXNotification enum class members have redundant "AX" prefix (e.g. AXNotification::AXValueChanged) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> |
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | All | ||
| OS: | All | ||
Tyler Wilcock
After https://commits.webkit.org/287134@main, AXNotification is an enum class rather than a plain enum, which is good. But now each member of the enum class has a redundant "AX" prefix, since in order to reference any member, we need to prepend "AXNotification::".
I propose:
AXNotification::ValueChanged
over the existing:
AXNotification::AXValueChanged
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140664178>
Tyler Wilcock
Pull request: https://github.com/WebKit/WebKit/pull/37229
EWS
Committed 287156@main (93945d0297b9): <https://commits.webkit.org/287156@main>
Reviewed commits have been landed. Closing PR #37229 and removing active labels.