Bug 169500

Summary: Add SPI to set NSURLSessionConfiguration.allowsCellularAccess from _WKProcessPoolConfiguration
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+

Description Alex Christensen 2017-03-10 18:55:16 PST
Add SPI to set NSURLSessionConfiguration.allowsCellularAccess from _WKProcessPoolConfiguration
Comment 1 Alex Christensen 2017-03-10 18:57:22 PST
Created attachment 304114 [details]
Patch
Comment 2 Joseph Pecoraro 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.
Comment 3 Joseph Pecoraro 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.
Comment 4 Alex Christensen 2017-03-10 19:25:10 PST
http://trac.webkit.org/r213747