Bug 133439 - [Cocoa] Add SPI to get a WebArchive of the WKWebView
Summary: [Cocoa] Add SPI to get a WebArchive of the WKWebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-01 16:20 PDT by Sam Weinig
Modified: 2014-06-01 17:33 PDT (History)
0 users

See Also:


Attachments
Patch (2.63 KB, patch)
2014-06-01 16:22 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2014-06-01 16:20:35 PDT
[Cocoa] Add SPI to get a WebArchive of the WKWebView
Comment 1 Sam Weinig 2014-06-01 16:22:11 PDT
Created attachment 232359 [details]
Patch
Comment 2 Sam Weinig 2014-06-01 16:25:46 PDT
<rdar://problem/16748120>
Comment 3 Anders Carlsson 2014-06-01 16:33:31 PDT
Comment on attachment 232359 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=232359&action=review

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1388
> +            RetainPtr<NSError> error = adoptNS([[NSError alloc] init]);

auto.
Comment 4 Sam Weinig 2014-06-01 17:33:46 PDT
Committed r169520: <http://trac.webkit.org/changeset/169520>