Bug 133439

Summary: [Cocoa] Add SPI to get a WebArchive of the WKWebView
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>