Bug 141652 - Add nullability qualifiers to all API headers
Summary: Add nullability qualifiers to all API headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-16 10:18 PST by Anders Carlsson
Modified: 2015-02-16 11:38 PST (History)
1 user (show)

See Also:


Attachments
Patch (26.96 KB, patch)
2015-02-16 10:20 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (26.96 KB, patch)
2015-02-16 10:28 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (26.97 KB, patch)
2015-02-16 10:47 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>