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

Issue 2807273002: [inspector] store creation stack in current V8StackTraceImpl (Closed)

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

Description

[inspector] store creation stack in current V8StackTraceImpl We currently store it in parent stack trace but stacks with the same parent can have different creations stacks. BUG=v8:6189 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2807273002 Cr-Commit-Position: refs/heads/master@{#44624} Committed: https://chromium.googlesource.com/v8/v8/+/aee49387f7fc9a79fd7209b5c1012532a14f6de5

Patch Set 1 #

Patch Set 2 : removed testcfg.py changes #

Patch Set 3 : fixed debug compilation #

Patch Set 4 : ready for review #

Patch Set 5 : V8StackTraceImpl::buildInspectorObjectForTail is static #

Total comments: 8

Patch Set 6 : addressed comments #

Patch Set 7 : fixed blink test #

Patch Set 8 : better test #

Patch Set 9 : added missing test #

Patch Set 10 : finally passed tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -94 lines) Patch
M src/inspector/v8-debugger.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M src/inspector/v8-debugger.cc View 1 2 3 4 5 4 chunks +11 lines, -2 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M src/inspector/v8-stack-trace-impl.h View 1 2 3 4 4 chunks +9 lines, -12 lines 0 comments Download
M src/inspector/v8-stack-trace-impl.cc View 1 2 3 4 5 6 7 8 9 9 chunks +54 lines, -55 lines 0 comments Download
A test/inspector/debugger/max-async-call-chain-depth.js View 1 2 3 4 5 6 7 8 1 chunk +161 lines, -0 lines 0 comments Download
A test/inspector/debugger/max-async-call-chain-depth-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +110 lines, -0 lines 0 comments Download
M test/inspector/runtime/call-function-on-async-expected.txt View 2 chunks +1 line, -5 lines 0 comments Download
M test/inspector/runtime/es6-module-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M test/inspector/runtime/evaluate-async-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M test/inspector/runtime/exception-thrown-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M test/inspector/runtime/run-script-async-expected.txt View 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 33 (27 generated)
kozy
Dmitry, please take a look!
3 years, 8 months ago (2017-04-10 19:50:52 UTC) #3
dgozman
https://codereview.chromium.org/2807273002/diff/80001/src/inspector/v8-debugger.h File src/inspector/v8-debugger.h (right): https://codereview.chromium.org/2807273002/diff/80001/src/inspector/v8-debugger.h#newcode80 src/inspector/v8-debugger.h:80: V8StackTraceImpl* currentCreationStack(); currentAsyncTaskCreationStack https://codereview.chromium.org/2807273002/diff/80001/src/inspector/v8-stack-trace-impl.cc File src/inspector/v8-stack-trace-impl.cc (right): https://codereview.chromium.org/2807273002/diff/80001/src/inspector/v8-stack-trace-impl.cc#newcode123 src/inspector/v8-stack-trace-impl.cc:123: ...
3 years, 8 months ago (2017-04-11 19:00:42 UTC) #18
kozy
all done, please take a look! https://codereview.chromium.org/2807273002/diff/80001/src/inspector/v8-debugger.h File src/inspector/v8-debugger.h (right): https://codereview.chromium.org/2807273002/diff/80001/src/inspector/v8-debugger.h#newcode80 src/inspector/v8-debugger.h:80: V8StackTraceImpl* currentCreationStack(); On ...
3 years, 8 months ago (2017-04-12 02:21:38 UTC) #19
dgozman
lgtm
3 years, 8 months ago (2017-04-12 18:34:25 UTC) #28
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/2807273002/180001
3 years, 8 months ago (2017-04-12 19:01:04 UTC) #30
commit-bot: I haz the power
3 years, 8 months ago (2017-04-12 19:03:07 UTC) #33
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/v8/v8/+/aee49387f7fc9a79fd7209b5c1012532a14...

Powered by Google App Engine
This is Rietveld 408576698