RESOLVED FIXED 177697
Expose more WKPreferences SPI to match C SPI
https://bugs.webkit.org/show_bug.cgi?id=177697
Summary Expose more WKPreferences SPI to match C SPI
Alex Christensen
Reported 2017-09-29 18:24:45 PDT
Expose more WKPreferences SPI to match C SPI
Attachments
Patch (14.50 KB, patch)
2017-09-29 18:25 PDT, Alex Christensen
darin: review+
Alex Christensen
Comment 1 2017-09-29 18:25:20 PDT
Alex Christensen
Comment 2 2017-10-02 09:50:24 PDT
Radar WebKit Bug Importer
Comment 3 2017-10-02 09:51:30 PDT
mitz
Comment 4 2017-10-02 09:59:09 PDT
Comment on attachment 322261 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=322261&action=review > Source/WebKit/UIProcess/API/Cocoa/WKPreferences.mm:669 > +- (BOOL)_javaEnabledForLocalFiles > +{ > + return _preferences->pluginsEnabled(); > +} Is this correct? I’d expect the underlying function to be something about Java for local files.
Alex Christensen
Comment 5 2017-10-02 10:02:41 PDT
Not only are you correct, but also my SPI version of _plugInsEnabled is not needed because we have public API for that. Will fix.
Alex Christensen
Comment 6 2017-10-02 10:13:34 PDT
Alex Christensen
Comment 7 2017-10-02 10:36:29 PDT
Note You need to log in before you can comment on or make changes to this bug.