RESOLVED FIXED 151070
Add WKWebViewConfiguration SPI for a variety of different ex-preferences
https://bugs.webkit.org/show_bug.cgi?id=151070
Summary Add WKWebViewConfiguration SPI for a variety of different ex-preferences
Tim Horton
Reported 2015-11-09 17:16:23 PST
Add WKWebViewConfiguration SPI for a variety of different ex-preferences
Attachments
Patch (13.43 KB, patch)
2015-11-09 17:16 PST, Tim Horton
no flags
Patch (13.43 KB, patch)
2015-11-09 17:25 PST, Tim Horton
andersca: review+
Tim Horton
Comment 1 2015-11-09 17:16:43 PST
Tim Horton
Comment 2 2015-11-09 17:25:07 PST
Anders Carlsson
Comment 3 2015-11-09 17:39:00 PST
Comment on attachment 265127 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=265127&action=review I thought we put getters before setters. Please change this if that's the case. > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h:-55 > -@property (nonatomic, strong, setter=_setVisitedLinkProvider:) _WKVisitedLinkProvider *_visitedLinkProvider WK_DEPRECATED(10_10, WK_MAC_TBA, 8_0, WK_IOS_TBA, "Please use visitedLinkStore instead"); > - > -@property (nonatomic, strong, setter=_setWebsiteDataStore:) _WKWebsiteDataStore *_websiteDataStore WK_DEPRECATED(10_10, 10_11, 8_0, 9_0, "Please use websiteDataStore instead"); Please move these back so that all deprecated parameters are kept in one place.
Tim Horton
Comment 4 2015-11-10 10:06:55 PST
Note You need to log in before you can comment on or make changes to this bug.