RESOLVED FIXED 231200
Move handling of AXValue from platform wrapper to AX core code.
https://bugs.webkit.org/show_bug.cgi?id=231200
Summary Move handling of AXValue from platform wrapper to AX core code.
Andres Gonzalez
Reported 2021-10-04 17:50:02 PDT
Move handling of AXValue from platform wrapper to AX core code.
Attachments
Patch (11.96 KB, patch)
2021-10-04 18:00 PDT, Andres Gonzalez
no flags
Patch (11.91 KB, patch)
2021-10-05 05:20 PDT, Andres Gonzalez
no flags
Andres Gonzalez
Comment 1 2021-10-04 18:00:41 PDT
chris fleizach
Comment 2 2021-10-04 18:06:36 PDT
Comment on attachment 440131 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440131&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:2297 > + [] (bool& typedValue) { return [NSNumber numberWithBool:typedValue]; }, You should be able to use boxed values for bool and float
Andres Gonzalez
Comment 3 2021-10-05 05:20:03 PDT
EWS
Comment 4 2021-10-05 11:41:14 PDT
Committed r283564 (242529@main): <https://commits.webkit.org/242529@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 440202 [details].
Radar WebKit Bug Importer
Comment 5 2021-10-05 11:42:22 PDT
Note You need to log in before you can comment on or make changes to this bug.