RESOLVED FIXED 219524
[iOS] Provide a context menu action to perform accessibility image extraction
https://bugs.webkit.org/show_bug.cgi?id=219524
Summary [iOS] Provide a context menu action to perform accessibility image extraction
Devin Rousso
Reported 2020-12-03 18:53:56 PST
Attachments
Patch (8.67 KB, patch)
2020-12-03 19:02 PST, Devin Rousso
no flags
Patch (8.66 KB, patch)
2020-12-04 10:24 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2020-12-03 19:02:11 PST
Wenson Hsieh
Comment 2 2020-12-04 08:05:25 PST
Comment on attachment 415375 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=415375&action=review > Source/WebKit/UIProcess/ios/WKActionSheetAssistant.h:76 > +- (void)actionSheetAssistant:(WKActionSheetAssistant *)assistant imageExtraction:(UIImage *)image; Nit - this is a bit of a funny name for a delegate method. Usually, it's either a noun (if the delegate returns something), like `- (Foo *)instance:fooForPurpose:`, or it's a verb, like `- (void)instance:doFoo:`. Maybe this should be something along the lines of `-actionSheetAssistant:extractImage:` or `-actionSheetAssistant:handleImageExtraction:`.
Devin Rousso
Comment 3 2020-12-04 10:24:57 PST
EWS
Comment 4 2020-12-04 10:57:14 PST
Committed r270436: <https://trac.webkit.org/changeset/270436> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415426 [details].
Note You need to log in before you can comment on or make changes to this bug.