Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Issue 181613006: Promise.all and Promise.race use "then" rather than "chain". (Closed)

Created:
6 years, 9 months ago by yhirano
Modified:
6 years, 9 months ago
Reviewers:
rossberg
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Promise.all and Promise race should use "then" rather than "chain". As specified, they should unwrap resolution values recursively. BUG=347427 LOG=Y R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19752

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/promise.js View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
yhirano
PTAL? I will add tests for them soon.
6 years, 9 months ago (2014-02-27 04:55:29 UTC) #1
yhirano
> I will add tests for them soon. https://codereview.chromium.org/182713002/ includes the test for this issue.
6 years, 9 months ago (2014-02-27 07:37:09 UTC) #2
rossberg
LGTM (I will land this once our code yellow is over.)
6 years, 9 months ago (2014-02-27 07:47:49 UTC) #3
rossberg
6 years, 9 months ago (2014-03-10 11:52:20 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r19752 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698