Bug 147244

Summary: Remove compile and runtime flags for promises
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: JavaScriptCoreAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ysuzuki: review+

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