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

Issue 2628173005: [inspector] merged type and name of async task event (Closed)

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

Description

[inspector] merged type and name of async task event Inspector uses event name only for enqueue* events and doesn't really need name for other events. BUG=v8:5738 R=jgruber@chromium.org,gsathya@chromium.org TBR=yangguo@chromium.org Review-Url: https://codereview.chromium.org/2628173005 Cr-Commit-Position: refs/heads/master@{#42339} Committed: https://chromium.googlesource.com/v8/v8/+/154cb8542ae1c74122299f59454b04ad1d9354bb

Patch Set 1 #

Total comments: 9

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -129 lines) Patch
M src/builtins/builtins-promise.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M src/code-stub-assembler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/debug/debug.h View 3 chunks +2 lines, -13 lines 0 comments Download
M src/debug/debug.cc View 4 chunks +6 lines, -9 lines 0 comments Download
M src/debug/debug.js View 2 chunks +3 lines, -20 lines 0 comments Download
M src/debug/interface-types.h View 1 chunk +5 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/inspector/v8-debugger.cc View 2 chunks +12 lines, -8 lines 0 comments Download
M src/isolate.cc View 2 chunks +8 lines, -14 lines 0 comments Download
M src/js/macros.py View 1 1 chunk +0 lines, -16 lines 0 comments Download
M src/objects.h View 4 chunks +2 lines, -6 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/objects-inl.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/runtime/runtime-debug.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/runtime/runtime-promise.cc View 3 chunks +7 lines, -16 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
kozy
Jacob and Yang, please take a look.
3 years, 11 months ago (2017-01-13 16:38:34 UTC) #3
jgruber
Adding sathya since he did the recent promise builtin work.
3 years, 11 months ago (2017-01-13 16:42:34 UTC) #6
gsathya
very nice cleanup! thanks https://codereview.chromium.org/2628173005/diff/1/src/isolate.cc File src/isolate.cc (left): https://codereview.chromium.org/2628173005/diff/1/src/isolate.cc#oldcode3288 src/isolate.cc:3288: bool is_debug_active_; This is going ...
3 years, 11 months ago (2017-01-13 17:23:41 UTC) #10
jgruber
lgtm with comments, nice cleanup! https://codereview.chromium.org/2628173005/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2628173005/diff/1/src/debug/debug.cc#newcode1873 src/debug/debug.cc:1873: handle(Smi::FromInt(id), isolate_)) Nit: Passing ...
3 years, 11 months ago (2017-01-13 17:29:06 UTC) #11
kozy
addressed comments, please take another look. https://codereview.chromium.org/2628173005/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2628173005/diff/1/src/debug/debug.cc#newcode1873 src/debug/debug.cc:1873: handle(Smi::FromInt(id), isolate_)) On ...
3 years, 11 months ago (2017-01-13 17:42:14 UTC) #14
gsathya
lgtm https://codereview.chromium.org/2628173005/diff/1/src/isolate.cc File src/isolate.cc (left): https://codereview.chromium.org/2628173005/diff/1/src/isolate.cc#oldcode3288 src/isolate.cc:3288: bool is_debug_active_; On 2017/01/13 17:42:13, kozyatinskiy wrote: > ...
3 years, 11 months ago (2017-01-13 18:20:35 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/2628173005/20001
3 years, 11 months ago (2017-01-13 19:11:26 UTC) #21
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 19:13:49 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/154cb8542ae1c74122299f59454b04ad1d9...

Powered by Google App Engine
This is Rietveld 408576698