RESOLVED FIXED 206561
Add missing NS_NOESCAPE to CFNetwork SPI
https://bugs.webkit.org/show_bug.cgi?id=206561
Summary Add missing NS_NOESCAPE to CFNetwork SPI
Alex Christensen
Reported 2020-01-21 16:20:19 PST
Add missing NS_NOESCAPE to CFNetwork SPI
Attachments
Patch (3.41 KB, patch)
2020-01-21 16:27 PST, Alex Christensen
joepeck: review+
Alex Christensen
Comment 1 2020-01-21 16:27:29 PST
Alex Christensen
Comment 2 2020-01-21 16:27:32 PST
Joseph Pecoraro
Comment 3 2020-01-21 17:28:16 PST
Comment on attachment 388369 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388369&action=review r=me > Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm:-49 > -#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000) > -@interface NSHTTPCookieStorage (Staging) > -- (void)_getCookiesForURL:(NSURL *)url mainDocumentURL:(NSURL *)mainDocumentURL partition:(NSString *)partition policyProperties:(NSDictionary*)props completionHandler:(void (^)(NSArray *))completionHandler; > -- (void)_setCookies:(NSArray *)cookies forURL:(NSURL *)URL mainDocumentURL:(NSURL *)mainDocumentURL policyProperties:(NSDictionary*) props; > -@end > -#endif Nice!
Alex Christensen
Comment 4 2020-01-21 17:30:30 PST
Note You need to log in before you can comment on or make changes to this bug.