WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2020-01-21 16:27:29 PST
Created
attachment 388369
[details]
Patch
Alex Christensen
Comment 2
2020-01-21 16:27:32 PST
<
rdar://problem/58774422
>
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
https://trac.webkit.org/changeset/254895/webkit
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug