[Webkit-unassigned] [Bug 137160] New: WKWebView and WKWebViewConfiguration need to implement NSCoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 15:25:25 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137160

           Summary: WKWebView and WKWebViewConfiguration need to implement
                    NSCoding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qtaylor at apple.com


WKWebView should implement -encodeWithCoder: and -initWithCoder: to save and restore state, including the owned WKWebViewConfiguration. The existing -initWithCoder: returns nil, and doesn't call super. Among other uses, NSCoding support is required for use in Interface Builder.

See radar://17380562 (WKWebView) and radar://18473221 (WKWebViewConfiguration).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list