Bug 147244 - Remove compile and runtime flags for promises
Summary: Remove compile and runtime flags for promises
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 17:06 PDT by Alex Christensen
Modified: 2015-07-23 17:56 PDT (History)
0 users

See Also:


Attachments
Patch (64.56 KB, patch)
2015-07-23 17:13 PDT, Alex Christensen
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2015-07-23 17:06:16 PDT
Promises are enabled everywhere, and features are starting to depend on them (like STREAMS_API, for example). Also, after r186966 it is not necessary to disable promises with a runtime flag. Removing the JSC runtime flag for Symbols will come in a following patch.
Comment 1 Alex Christensen 2015-07-23 17:07:51 PDT
This is reverting a large portion of https://bugs.webkit.org/show_bug.cgi?id=141965
Comment 2 Alex Christensen 2015-07-23 17:13:09 PDT
Created attachment 257411 [details]
Patch
Comment 3 Yusuke Suzuki 2015-07-23 17:18:31 PDT
Comment on attachment 257411 [details]
Patch

r+
Comment 4 Alex Christensen 2015-07-23 17:56:43 PDT
http://trac.webkit.org/changeset/187279