RESOLVED FIXED Bug 154597
WKPreferences should conform to NSCoding
https://bugs.webkit.org/show_bug.cgi?id=154597
Summary WKPreferences should conform to NSCoding
Anders Carlsson
Reported 2016-02-23 11:29:08 PST
WKPreferences should conform to NSCoding
Attachments
Patch (2.87 KB, patch)
2016-02-23 11:30 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2016-02-23 11:30:48 PST
Sam Weinig
Comment 2 2016-02-23 11:54:50 PST
Comment on attachment 272038 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=272038&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.mm:70 > + > + self.minimumFontSize = [coder decodeDoubleForKey:@"minimumFontSize"]; Might be worth adding a comment about how only properties exposed as API get encoded/decoded.
Anders Carlsson
Comment 3 2016-02-23 12:04:32 PST
Note You need to log in before you can comment on or make changes to this bug.