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

Issue 2623313005: [inspector] introduced debug::SetAsyncTaskListener (Closed)

Created:
3 years, 11 months ago by kozy
Modified:
3 years, 11 months ago
Reviewers:
dgozman, Yang, jgruber
CC:
v8-reviews_googlegroups.com, Yang, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] introduced debug::SetAsyncTaskListener If installed, this listener is called instead of general DebugEventListener. BUG=v8:5510 R=yangguo@chromium.org, jgruber@chromium.org, dgozman@chromium.org Review-Url: https://codereview.chromium.org/2623313005 Cr-Commit-Position: refs/heads/master@{#42340} Committed: https://chromium.googlesource.com/v8/v8/+/f9fbaec39a201812c5e45c9b632f012ab3c531b7

Patch Set 1 #

Total comments: 8

Patch Set 2 : addressed comments #

Patch Set 3 : fixed compilation #

Total comments: 12

Patch Set 4 : addressed comments #

Patch Set 5 : added missing header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -38 lines) Patch
M src/api.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/debug/debug.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 2 chunks +24 lines, -1 line 0 comments Download
M src/debug/debug-interface.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M src/inspector/v8-debugger.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/inspector/v8-debugger.cc View 1 2 3 4 chunks +16 lines, -36 lines 0 comments Download

Messages

Total messages: 29 (19 generated)
kozy
Please take a look. I've CLs that migrates other types of events to separate listeners: ...
3 years, 11 months ago (2017-01-12 19:00:31 UTC) #4
dgozman
inspector lgtm https://codereview.chromium.org/2623313005/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2623313005/diff/1/src/debug/debug.cc#newcode1882 src/debug/debug.cc:1882: if (message_handler_ == NULL && nullptr https://codereview.chromium.org/2623313005/diff/1/src/debug/debug.cc#newcode1882 ...
3 years, 11 months ago (2017-01-13 00:01:48 UTC) #5
kozy
all done, we use name only for enqueue events on inspector side, so I merged ...
3 years, 11 months ago (2017-01-13 15:59:13 UTC) #6
jgruber
lgtm for the AsyncTaskListener part % comments. I only looked at the AsyncTaskListener part, and ...
3 years, 11 months ago (2017-01-13 16:38:39 UTC) #13
kozy
Thanks! all done. https://codereview.chromium.org/2623313005/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2623313005/diff/40001/src/api.cc#newcode9311 src/api.cc:9311: void debug::SetAsyncTaskListener(Isolate* v8_isolate, On 2017/01/13 16:38:38, ...
3 years, 11 months ago (2017-01-13 17:05:08 UTC) #16
jgruber
Still lgtm 👍
3 years, 11 months ago (2017-01-13 17:15:58 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2623313005/60001
3 years, 11 months ago (2017-01-13 19:20:22 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/15437)
3 years, 11 months ago (2017-01-13 19:24:12 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2623313005/100001
3 years, 11 months ago (2017-01-13 19:33:14 UTC) #26
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 20:03:42 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/f9fbaec39a201812c5e45c9b632f012ab3c...

Powered by Google App Engine
This is Rietveld 408576698