Bug 143855

Summary: Expose JavaScriptMarkupEnabled preference for WebKit1
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 mitz: review+

Sam Weinig
Reported 2015-04-16 16:23:26 PDT
Expose JavaScriptMarkupEnabled preference for WebKit1
Attachments
Patch (4.75 KB, patch)
2015-04-16 16:25 PDT, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2015-04-16 16:25:46 PDT
mitz
Comment 2 2015-04-16 16:31:48 PDT
Comment on attachment 250974 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250974&action=review > Source/WebKit/mac/WebView/WebPreferences.mm:2498 > +- (BOOL)isJavaScriptMarkupEnabled The getter should just be javaScriptMarkupEnabled (see other recent examples in this class). > Source/WebKit/mac/WebView/WebPreferencesPrivate.h:442 > +@property (nonatomic, getter=isJavaScriptMarkupEnabled) BOOL javaScriptMarkupEnabled; So you don’t need a custom getter= here.
Sam Weinig
Comment 3 2015-04-16 17:29:20 PDT
Note You need to log in before you can comment on or make changes to this bug.