RESOLVED FIXED 169500
Add SPI to set NSURLSessionConfiguration.allowsCellularAccess from _WKProcessPoolConfiguration
https://bugs.webkit.org/show_bug.cgi?id=169500
Summary Add SPI to set NSURLSessionConfiguration.allowsCellularAccess from _WKProcess...
Alex Christensen
Reported 2017-03-10 18:55:16 PST
Add SPI to set NSURLSessionConfiguration.allowsCellularAccess from _WKProcessPoolConfiguration
Attachments
Patch (8.90 KB, patch)
2017-03-10 18:57 PST, Alex Christensen
joepeck: review+
Alex Christensen
Comment 1 2017-03-10 18:57:22 PST
Joseph Pecoraro
Comment 2 2017-03-10 19:21:50 PST
Comment on attachment 304114 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304114&action=review r=me > Source/WebKit2/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h:54 > +@property (nonatomic) BOOL allowsCellularAccess WK_API_AVAILABLE(ios(WK_IOS_TBA)); Needs macOS availability.
Joseph Pecoraro
Comment 3 2017-03-10 19:22:25 PST
Comment on attachment 304114 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304114&action=review >> Source/WebKit2/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h:54 >> +@property (nonatomic) BOOL allowsCellularAccess WK_API_AVAILABLE(ios(WK_IOS_TBA)); > > Needs macOS availability. And if you are here you could move this up by the secondaryIdentifier like the rest of the patch.
Alex Christensen
Comment 4 2017-03-10 19:25:10 PST
Note You need to log in before you can comment on or make changes to this bug.