Bug 209241 - Add a way to mark a rejected promise as handled
Summary: Add a way to mark a rejected promise as handled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks: 209240
  Show dependency treegraph
 
Reported: 2020-03-18 11:16 PDT by Antoine Quint
Modified: 2020-03-18 15:27 PDT (History)
8 users (show)

See Also:


Attachments
Patch (19.72 KB, patch)
2020-03-18 12:26 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (19.67 KB, patch)
2020-03-18 12:30 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (19.63 KB, patch)
2020-03-18 12:42 PDT, Yusuke Suzuki
msaboff: review+
Details | Formatted Diff | Diff

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