RESOLVED FIXED141652
Add nullability qualifiers to all API headers
https://bugs.webkit.org/show_bug.cgi?id=141652
Summary Add nullability qualifiers to all API headers
Anders Carlsson
Reported 2015-02-16 10:18:36 PST
Add nullability qualifiers to all API headers
Attachments
Patch (26.96 KB, patch)
2015-02-16 10:20 PST, Anders Carlsson
no flags
Patch (26.96 KB, patch)
2015-02-16 10:28 PST, Anders Carlsson
no flags
Patch (26.97 KB, patch)
2015-02-16 10:47 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2015-02-16 10:20:09 PST
mitz
Comment 2 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
Anders Carlsson
Comment 3 2015-02-16 10:28:30 PST
Anders Carlsson
Comment 4 2015-02-16 10:47:01 PST
Anders Carlsson
Comment 5 2015-02-16 11:38:16 PST
Note You need to log in before you can comment on or make changes to this bug.