v8/test/inspector
kozyatinskiy fe0d5c7ca8 Revert of [inspector] use creation stack trace as parent for async call chains (patchset #2 id:20001 of https://codereview.chromium.org/2868493002/ )
Reason for revert:
CHECK is too strict.

Original issue's description:
> [inspector] use creation stack trace as parent for async call chains
>
> Creation stack trace points to the place where callback was actually chained, scheduled points where parent promise was resolved.
> For async tasks without creation stack (e.g. setTimeout) we continue to use scheduled as creation since usually they are the same.
>
> BUG=v8:6189
> R=dgozman@chromium.org
>
> Review-Url: https://codereview.chromium.org/2868493002
> Cr-Commit-Position: refs/heads/master@{#45198}
> Committed: e118462f18

TBR=dgozman@chromium.org,alexclarke@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=v8:6189

Review-Url: https://codereview.chromium.org/2868423004
Cr-Commit-Position: refs/heads/master@{#45242}
2017-05-10 21:24:37 +00:00
..
console [test/inspector] remove any usage of v8::Extension 2017-04-21 23:41:07 +00:00
cpu-profiler Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
debugger Revert of [inspector] use creation stack trace as parent for async call chains (patchset #2 id:20001 of https://codereview.chromium.org/2868493002/ ) 2017-05-10 21:24:37 +00:00
heap-profiler [test/inspector] remove any usage of v8::Extension 2017-04-21 23:41:07 +00:00
runtime [inspector] console property should be enumerable 2017-04-25 22:17:24 +00:00
BUILD.gn Make ICU a public dep of v8_base when building with i18n support 2017-05-09 13:53:10 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-impl.cc [inspector] improved V8Debugger::breakProgram method 2017-04-25 22:55:45 +00:00
inspector-impl.h [inspector] improved V8Debugger::breakProgram method 2017-04-25 22:55:45 +00:00
inspector-test.cc [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00
inspector.gyp Fix inspector tests for shared libraries. 2017-05-09 06:30:17 +00:00
inspector.isolate [build] Remove remaining disable-inspector options in GN 2017-04-05 17:59:07 +00:00
inspector.status [js] Avoid %_ClassOf for collection builtins. 2017-05-05 10:22:17 +00:00
json-parse-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
json-parse.js [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
OWNERS [inspector] added inspector test runner [part 1] 2016-09-30 15:52:46 +00:00
protocol-test.js [test/inspector] migrate utils to ObjectTemplate 2017-04-20 18:04:24 +00:00
task-runner.cc [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00
task-runner.h [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00
testcfg.py [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00