Bug 160452

Summary: [Fetch API] Activate fetch api runtime flag by default
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, ray
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 151937    
Attachments:
Description Flags
Patch none

Description youenn fablet 2016-08-02 08:47:29 PDT
It may be time to activate fetch API runtime flag by default.
Comment 1 youenn fablet 2016-08-02 08:48:52 PDT
Created attachment 285112 [details]
Patch
Comment 2 Alex Christensen 2016-08-02 08:54:05 PDT
almost.  Let's land a few of your other patches first.
Comment 3 Alex Christensen 2016-08-05 09:14:04 PDT
Comment on attachment 285112 [details]
Patch

let's do this
Comment 4 WebKit Commit Bot 2016-08-22 02:55:32 PDT
Comment on attachment 285112 [details]
Patch

Clearing flags on attachment: 285112

Committed r204705: <http://trac.webkit.org/changeset/204705>
Comment 5 WebKit Commit Bot 2016-08-22 02:55:37 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 youenn fablet 2016-08-22 09:20:59 PDT
Since fetch API requires readablestream but not writablestream, and since writablestream is less mature and stable than readable stream, bug 161044 is adding a separate compile flag for readablestream and writablestream.
This allows shipping one and not the other.

Note also that fetch API without streams API is not very well tested.