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

Issue 416213004: Merge three PromiseEvent's into one. (Closed)

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

Description

Merge three PromiseEvent's into one. This also adds missing instrumentation and removes resolver tracking. BUG=v8:3093 LOG=N R=aandrey@chromium.org, yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22846

Patch Set 1 #

Patch Set 2 : Check new promise debug events in case of chained promises #

Total comments: 4

Patch Set 3 : Address review comments #

Patch Set 4 : Fix formatting #

Total comments: 12

Patch Set 5 : Address comments #

Patch Set 6 : Fix formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -98 lines) Patch
M src/debug-debugger.js View 1 2 1 chunk +11 lines, -44 lines 0 comments Download
M src/promise.js View 1 2 3 4 3 chunks +3 lines, -13 lines 0 comments Download
A test/mjsunit/es6/debug-promise-events.js View 1 2 3 4 5 1 chunk +122 lines, -0 lines 0 comments Download
M test/mjsunit/es6/debug-promises-new-event.js View 1 2 1 chunk +0 lines, -40 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Alexandra Mikhaylova
6 years, 4 months ago (2014-07-31 15:33:14 UTC) #1
Alexandra Mikhaylova
On 2014/07/31 15:33:14, Alexandra Mikhaylova wrote: BTW, this is DevTools backend support for this: https://codereview.chromium.org/433653003/.
6 years, 4 months ago (2014-07-31 15:34:02 UTC) #2
aandrey
https://codereview.chromium.org/416213004/diff/20001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/416213004/diff/20001/src/promise.js#newcode61 src/promise.js:61: var type = status === 0 ? "new" : ...
6 years, 4 months ago (2014-08-01 07:46:18 UTC) #3
Alexandra Mikhaylova
https://codereview.chromium.org/416213004/diff/20001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/416213004/diff/20001/src/promise.js#newcode61 src/promise.js:61: var type = status === 0 ? "new" : ...
6 years, 4 months ago (2014-08-01 12:23:06 UTC) #4
aandrey
https://codereview.chromium.org/416213004/diff/60001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/416213004/diff/60001/src/promise.js#newcode61 src/promise.js:61: %DebugPromiseEvent({ promise: promise, nit: can it be a one ...
6 years, 4 months ago (2014-08-01 13:22:21 UTC) #5
Alexandra Mikhaylova
https://codereview.chromium.org/416213004/diff/60001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/416213004/diff/60001/src/promise.js#newcode61 src/promise.js:61: %DebugPromiseEvent({ promise: promise, On 2014/08/01 13:22:21, aandrey wrote: > ...
6 years, 4 months ago (2014-08-01 13:44:53 UTC) #6
aandrey
lgtm
6 years, 4 months ago (2014-08-01 14:55:54 UTC) #7
Yang
On 2014/08/01 14:55:54, aandrey wrote: > lgtm A bit confused by this. Do we no ...
6 years, 4 months ago (2014-08-04 13:28:22 UTC) #8
Alexandra Mikhaylova
On 2014/08/04 13:28:22, Yang wrote: > On 2014/08/01 14:55:54, aandrey wrote: > > lgtm > ...
6 years, 4 months ago (2014-08-04 13:38:41 UTC) #9
aandrey
On 2014/08/04 13:28:22, Yang wrote: > On 2014/08/01 14:55:54, aandrey wrote: > > lgtm > ...
6 years, 4 months ago (2014-08-04 13:39:02 UTC) #10
Alexandra Mikhaylova
On 2014/08/04 13:39:02, aandrey wrote: > On 2014/08/04 13:28:22, Yang wrote: > > On 2014/08/01 ...
6 years, 4 months ago (2014-08-04 13:41:02 UTC) #11
Yang
LGTM. Will land as soon as the tree allows it.
6 years, 4 months ago (2014-08-04 14:10:51 UTC) #12
Yang
6 years, 4 months ago (2014-08-05 07:42:16 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 manually as r22846 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698