Bug 209241

Summary: Add a way to mark a rejected promise as handled
Product: WebKit Reporter: Antoine Quint <graouts>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 209240    
Attachments:
Description Flags
Patch
none
Patch
none
Patch msaboff: review+

Description Antoine Quint 2020-03-18 11:16:10 PDT
In order to implement bug 209240, we need a way in WebCore to mark a rejected promise as handled.
Comment 1 Radar WebKit Bug Importer 2020-03-18 11:16:32 PDT
<rdar://problem/60592359>
Comment 2 Yusuke Suzuki 2020-03-18 12:26:32 PDT
Created attachment 393886 [details]
Patch
Comment 3 Yusuke Suzuki 2020-03-18 12:30:28 PDT
Created attachment 393887 [details]
Patch
Comment 4 Yusuke Suzuki 2020-03-18 12:42:58 PDT
Created attachment 393889 [details]
Patch
Comment 5 Michael Saboff 2020-03-18 15:05:20 PDT
Comment on attachment 393889 [details]
Patch

r=me
Comment 6 Yusuke Suzuki 2020-03-18 15:27:28 PDT
Committed r258664: <https://trac.webkit.org/changeset/258664>