RESOLVED FIXED 222022
[iOS] Add support for additional accessibility image extraction contextmenu actions
https://bugs.webkit.org/show_bug.cgi?id=222022
Summary [iOS] Add support for additional accessibility image extraction contextmenu a...
Devin Rousso
Reported 2021-02-16 19:57:26 PST
.
Attachments
Patch (3.55 KB, patch)
2021-02-16 19:58 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2021-02-16 19:57:50 PST
Devin Rousso
Comment 2 2021-02-16 19:58:35 PST
Tim Horton
Comment 3 2021-02-16 20:45:25 PST
Comment on attachment 420584 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420584&action=review > Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:9718 > +static NSMutableArray<UIMenuElement *> *menuElementsFromDefaultActions(const RetainPtr<NSArray>& defaultElementActions, RetainPtr<_WKActivatedElementInfo> elementInfo) For some reason I can't expand the context, is the return value really already a mutable array? (since you only change the type here)
Devin Rousso
Comment 4 2021-02-16 20:55:37 PST
Comment on attachment 420584 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420584&action=review >> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:9718 >> +static NSMutableArray<UIMenuElement *> *menuElementsFromDefaultActions(const RetainPtr<NSArray>& defaultElementActions, RetainPtr<_WKActivatedElementInfo> elementInfo) > > For some reason I can't expand the context, is the return value really already a mutable array? (since you only change the type here) Yes the return value (after the `nil` on :9721) is an `NSMutableArray`.
EWS
Comment 5 2021-02-17 09:37:00 PST
Committed r273007: <https://commits.webkit.org/r273007> All reviewed patches have been landed. Closing bug and clearing flags on attachment 420584 [details].
Note You need to log in before you can comment on or make changes to this bug.