Bug 198464 - Provide an action to save an image on a link sheet
Summary: Provide an action to save an image on a link sheet
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-01 16:26 PDT by Dean Jackson
Modified: 2019-06-02 13:53 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2019-06-01 16:28 PDT, Dean Jackson
wenson_hsieh: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>