Bug 141573 - Add support for nullability to the header postprocessing
Summary: Add support for nullability to the header postprocessing
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-13 13:21 PST by Anders Carlsson
Modified: 2015-02-16 08:36 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.37 KB, patch)
2015-02-13 13:21 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (8.46 KB, patch)
2015-02-13 16:26 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (8.46 KB, patch)
2015-02-13 17:29 PST, Anders Carlsson
darin: review+
andersca: commit-queue+
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-13 13:21:34 PST
Add support for nullability to the header postprocessing
Comment 1 Anders Carlsson 2015-02-13 13:21:48 PST
Created attachment 246544 [details]
Patch
Comment 2 mitz 2015-02-13 14:16:12 PST
Comment on attachment 246544 [details]
Patch

Need to fix building on iOS 8.1 (or whatever it is EWS is using). We need to set WK_FRAMEWORK_HEADER_POSTPROCESSING_ENABLED to NO when targeting that OS version.
Comment 3 Anders Carlsson 2015-02-13 16:26:59 PST
Created attachment 246555 [details]
Patch
Comment 4 Anders Carlsson 2015-02-13 17:29:51 PST
Created attachment 246559 [details]
Patch
Comment 5 Anders Carlsson 2015-02-16 08:36:47 PST
Committed r180146: <http://trac.webkit.org/changeset/180146>