v8/test/inspector/runtime
kozyatinskiy 9cbdb715bf Revert of [inspector] console get all information from inspector when needed (patchset #5 id:80001 of https://codereview.chromium.org/2784713002/ )
Reason for revert:
One more failed layout test.

Original issue's description:
> [inspector] console get all information from inspector when needed
>
> With this CL we don't need to store reference to InspectedContext inside of JavaScript console object and able to get all required information from callback data.
> It allows us to implement console methods without taking in account how and where we create and store these methods:
> - later we can move console object implementation to builtins..
> - ..and install command line API methods smarter.
>
> BUG=chromium:588893
> R=dgozman@chromium.org
>
> Review-Url: https://codereview.chromium.org/2784713002
> Cr-Original-Commit-Position: refs/heads/master@{#44212}
> Committed: 908cd38123
> Review-Url: https://codereview.chromium.org/2784713002
> Cr-Commit-Position: refs/heads/master@{#44238}
> Committed: 88f71126a5

TBR=dgozman@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:588893

Review-Url: https://codereview.chromium.org/2778743007
Cr-Commit-Position: refs/heads/master@{#44246}
2017-03-29 19:42:51 +00:00
..
await-promise-expected.txt [inspector] async stacks for Promise.then calls... 2017-01-10 12:54:12 +00:00
await-promise.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
call-function-on-async-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
call-function-on-async.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
clear-of-command-line-api-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
clear-of-command-line-api.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
compile-script-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
compile-script.js [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
console-api-repeated-in-console-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
console-api-repeated-in-console.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-assert-expected.txt [inspector] make console.assert much faster 2016-11-23 17:09:50 +00:00
console-assert.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-deprecated-methods-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
console-deprecated-methods.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-line-and-column-expected.txt [inspector] introduced exceptionThrown support in test runner 2016-10-05 15:08:14 +00:00
console-line-and-column.js [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
console-log-doesnt-run-microtasks-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
console-log-doesnt-run-microtasks.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-messages-limits-expected.txt [inspector] introduced memory size limit for console message storage 2017-01-30 17:05:58 +00:00
console-messages-limits.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-methods-expected.txt [inspector] added missing test for console methods 2017-02-02 23:05:11 +00:00
console-methods.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-time-end-format-expected.txt [inspector] console.timeEnd formats ms in the same way as JS formats double 2017-01-17 20:21:38 +00:00
console-time-end-format.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
console-timestamp-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
console-timestamp.js [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
create-context-expected.txt [inspector] changed a way of preserving stepping between tasks 2017-03-22 16:20:54 +00:00
create-context.js [inspector] added createContextGroup for tests 2017-03-07 22:30:05 +00:00
es6-module-expected.txt [inspector] added length for scriptParsed notification 2017-03-07 22:01:37 +00:00
es6-module.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
evaluate-async-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
evaluate-async-with-wrap-error-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
evaluate-async-with-wrap-error.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
evaluate-async.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
evaluate-empty-stack-expected.txt [debug] remove JSON debug protocol related tests. 2016-11-24 10:43:22 +00:00
evaluate-empty-stack.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
evaluate-with-context-id-equal-zero-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
evaluate-with-context-id-equal-zero.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
evaluate-with-generate-preview-expected.txt [inspector] better isArrayLike for injected-script-source.js 2017-03-24 17:38:20 +00:00
evaluate-with-generate-preview.js [inspector] better isArrayLike for injected-script-source.js 2017-03-24 17:38:20 +00:00
exception-thrown-expected.txt [inspector] introduced exceptionThrown support in test runner 2016-10-05 15:08:14 +00:00
exception-thrown.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
get-properties-expected.txt [inspector] run more tests with InspectorTest.setupInjectedScriptEnvironment 2017-03-24 18:43:22 +00:00
get-properties-on-proxy-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
get-properties-on-proxy.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
get-properties-preview-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
get-properties-preview.js [inspector] run more tests with InspectorTest.setupInjectedScriptEnvironment 2017-03-24 18:43:22 +00:00
get-properties.js [inspector] run more tests with InspectorTest.setupInjectedScriptEnvironment 2017-03-24 18:43:22 +00:00
internal-properties-entries-expected.txt [inspector] introduced v8::debug::EntriesPreview for inspector 2017-02-07 07:46:21 +00:00
internal-properties-entries.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
internal-properties-expected.txt [inspector] introduced debug::GeneratorObject 2017-02-07 23:09:02 +00:00
internal-properties.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
length-or-size-description-expected.txt [inspector] description for weak collections should not contain size 2017-03-22 21:35:14 +00:00
length-or-size-description.js [inspector] run more tests with InspectorTest.setupInjectedScriptEnvironment 2017-03-24 18:43:22 +00:00
property-on-console-proto-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
property-on-console-proto.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
protocol-works-with-different-locale-expected.txt V8 Inspector: remove V8ConsoleAPIType from the API, reuse v8::Isolate::MessageErrorLevel instead. 2017-01-25 22:23:18 +00:00
protocol-works-with-different-locale.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
run-script-async-expected.txt [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
run-script-async.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime-evaluate-with-dirty-context-expected.txt [inspector] Increased chances of successful InjectedScriptSource compilation 2017-03-24 01:33:12 +00:00
runtime-evaluate-with-dirty-context.js [inspector] Increased chances of successful InjectedScriptSource compilation 2017-03-24 01:33:12 +00:00
runtime-restore-expected.txt [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime-restore.js [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
set-or-map-entries-expected.txt Re-land of Use parenthesis in descriptions for array/map/set lengths/sizes 2016-12-02 01:26:45 +00:00
set-or-map-entries.js [inspector] run more tests with InspectorTest.setupInjectedScriptEnvironment 2017-03-24 18:43:22 +00:00