Bug 141573

Summary: Add support for nullability to the header postprocessing
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch darin: review+, andersca: commit-queue+

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>