Bug 141652

Summary: Add nullability qualifiers to all API headers
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch mitz: review+

Description Anders Carlsson 2015-02-16 10:18:36 PST
Add nullability qualifiers to all API headers
Comment 1 Anders Carlsson 2015-02-16 10:20:09 PST
Created attachment 246660 [details]
Patch
Comment 2 mitz 2015-02-16 10:27:55 PST
Comment on attachment 246660 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=246660&action=review

> Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegate.h:108
> +- (void)webView:(WKWebView *)webView runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(nullable NSString *)defaultText initiatedByFrame:(WKFrameInfo *)frame completionHandler:(void (^)(WK_NULLABLE_SPECIFIER NSString *result))completionHandler;

nullable
Comment 3 Anders Carlsson 2015-02-16 10:28:30 PST
Created attachment 246661 [details]
Patch
Comment 4 Anders Carlsson 2015-02-16 10:47:01 PST
Created attachment 246662 [details]
Patch
Comment 5 Anders Carlsson 2015-02-16 11:38:16 PST
Committed r180162: <http://trac.webkit.org/changeset/180162>