Bug 141968

Summary: The --no-streams-api flag of Tools/Script/build-webkit is not disabling the streams API for XCode-based builds
Product: WebKit Reporter: youenn fablet <youennf>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, calvaris
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description youenn fablet 2015-02-24 05:24:44 PST
The streams API implementation is behind a compilation flag.
It is turned on by default and can be turned off using the --no-streams-api option in Tools/Scripts/build-webkit.
This works for cmake build system but not for XCode build systems.
Comment 1 Xabier Rodríguez Calvar 2015-02-24 07:33:21 PST
As I wrote on comment 56 of bug 138967, we need to put a 0 on FeatureDefines.h so that build-webkit parameter takes effect, otherwise it will be always activated.

Any XCode expert in the room?
Comment 2 youenn fablet 2017-10-14 16:53:06 PDT
This is no longer relevant.