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

Issue 257803005: Expose promise status through promise mirror. (Closed)

Created:
6 years, 8 months ago by Yang
Modified:
6 years, 8 months ago
Reviewers:
aandrey, rossberg, yurys
CC:
v8-dev, yurys, aandrey, Alexandra Mikhaylova
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -4 lines) Patch
M src/mirror-debugger.js View 1 10 chunks +53 lines, -4 lines 0 comments Download
M src/promise.js View 1 chunk +17 lines, -0 lines 0 comments Download
A test/mjsunit/es6/mirror-promises.js View 1 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yang
6 years, 8 months ago (2014-04-25 13:17:50 UTC) #1
Yang
On 2014/04/25 13:17:50, Yang wrote: This is obviously only the start. We want to do ...
6 years, 8 months ago (2014-04-25 13:19:51 UTC) #2
yurys
lgtm
6 years, 8 months ago (2014-04-25 13:27:31 UTC) #3
rossberg
https://codereview.chromium.org/257803005/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/257803005/diff/1/src/mirror-debugger.js#newcode1216 src/mirror-debugger.js:1216: PromiseMirror.Pending = 0; Instead of defining these constants, the ...
6 years, 8 months ago (2014-04-25 13:29:45 UTC) #4
aandrey
lgtm https://codereview.chromium.org/257803005/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/257803005/diff/1/src/mirror-debugger.js#newcode1212 src/mirror-debugger.js:1212: return this.promise_; did you mean this.value_ ?
6 years, 8 months ago (2014-04-25 13:38:25 UTC) #5
Yang
addressed comments. https://codereview.chromium.org/257803005/diff/1/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/257803005/diff/1/src/mirror-debugger.js#newcode1212 src/mirror-debugger.js:1212: return this.promise_; On 2014/04/25 13:38:25, aandrey wrote: ...
6 years, 8 months ago (2014-04-25 13:42:51 UTC) #6
rossberg
lgtm
6 years, 8 months ago (2014-04-25 13:55:31 UTC) #7
Yang
6 years, 8 months ago (2014-04-25 14:01:11 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r20988 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698