* UIProcess/API/Cocoa/WKPreferences.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169322
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-25 Sam Weinig <sam@webkit.org>
+
+ Fix build.
+
+ * UIProcess/API/Cocoa/WKPreferences.h:
+
2014-05-24 Sam Weinig <sam@webkit.org>
[WebKit2] Rework WebPreferencesStore to allow easier overriding of defaults
2014-05-24 Sam Weinig <sam@webkit.org>
[WebKit2] Rework WebPreferencesStore to allow easier overriding of defaults
A @link WKWebView @/link can specify which WKPreferences object it uses through its @link WKWebViewConfiguration @/link.
*/
WK_CLASS_AVAILABLE(10_10, 8_0)
A @link WKWebView @/link can specify which WKPreferences object it uses through its @link WKWebViewConfiguration @/link.
*/
WK_CLASS_AVAILABLE(10_10, 8_0)
+@interface WKPreferences : NSObject
/*! @abstract Returns an initialized WKPreferences object.
@param userDefaultsKeyPrefix The user defaults key prefix.
/*! @abstract Returns an initialized WKPreferences object.
@param userDefaultsKeyPrefix The user defaults key prefix.
/*! @abstract The user defaults key prefix.
*/
/*! @abstract The user defaults key prefix.
*/
-@property (nonatomic, readonly) NSString *userDefaultsKeyPrefix;
-
/*! @abstract The minimum font size in points. Defaults to 0.
*/
@property (nonatomic) CGFloat minimumFontSize;
/*! @abstract The minimum font size in points. Defaults to 0.
*/
@property (nonatomic) CGFloat minimumFontSize;
#endif
#if !TARGET_OS_IPHONE
#endif
#if !TARGET_OS_IPHONE
-/*! @abstract Whether Java is enabled. Defaults to YES.
+/*! @abstract Whether Java is enabled. Defaults to NO.
*/
@property (nonatomic, getter=isJavaEnabled) BOOL javaEnabled;
*/
@property (nonatomic, getter=isJavaEnabled) BOOL javaEnabled;
-/*! abstract Whether plug-ins are enabled. Defaults to YES.
+/*! abstract Whether plug-ins are enabled. Defaults to NO.
*/
@property (nonatomic, getter=arePlugInsEnabled) BOOL plugInsEnabled;
#endif
*/
@property (nonatomic, getter=arePlugInsEnabled) BOOL plugInsEnabled;
#endif