Bug 198464

Summary: Provide an action to save an image on a link sheet
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch wenson_hsieh: review+

Description Dean Jackson 2019-06-01 16:26:51 PDT
Provide an action to save an image on a link sheet
Comment 1 Dean Jackson 2019-06-01 16:28:22 PDT
Created attachment 371130 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2019-06-01 16:37:42 PDT
<rdar://problem/51334097>
Comment 3 Wenson Hsieh 2019-06-01 17:04:18 PDT
It might be possible to write a test for this that's similar to one of the existing API tests in ActionSheetTests.mm
Comment 4 Wenson Hsieh 2019-06-01 17:09:48 PDT
(In reply to Wenson Hsieh from comment #3)
> It might be possible to write a test for this that's similar to one of the
> existing API tests in ActionSheetTests.mm

...or maybe not, because TCCAccessPreflight(getkTCCServicePhotos(), NULL) results in kTCCAccessPreflightDenied :(
Comment 5 Dean Jackson 2019-06-02 13:53:59 PDT
Committed r246023: <https://trac.webkit.org/changeset/246023>