Bug 160452 - [Fetch API] Activate fetch api runtime flag by default
Summary: [Fetch API] Activate fetch api runtime flag by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks: 151937
  Show dependency treegraph
 
Reported: 2016-08-02 08:47 PDT by youenn fablet
Modified: 2016-08-22 09:20 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.05 KB, patch)
2016-08-02 08:48 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

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