v8/src/inspector
dgozman 3655dc52b2 [inspector] Prepare some methods in V8InspectorImpl to multiple sessions
- introduced session id, which fixes an issue of reconnect while evaluating;
- forEachContext provides a safe way to iterate over contexts in a group.

BUG=chromium:590878

Review-Url: https://codereview.chromium.org/2905543004
Cr-Commit-Position: refs/heads/master@{#45613}
2017-05-31 00:07:55 +00:00
..
build
BUILD.gn [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
debugger_script_externs.js [wasm] Provide scope information via inspector 2017-04-13 09:00:02 +00:00
debugger-script.js [wasm] Provide scope information via inspector 2017-04-13 09:00:02 +00:00
DEPS Roll third_party/inspector_protocol to efefa86c3183d307f0a0e53bf568fe57c5b58849 2017-04-28 01:43:03 +00:00
injected_script_externs.js [inspector] exposed builtins for injected script source 2017-03-24 22:08:35 +00:00
injected-script-native.cc
injected-script-native.h
injected-script-source.js [inspector] fixed injected-script-host crash 2017-04-10 15:44:49 +00:00
injected-script.cc [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
injected-script.h [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
inspected-context.cc [inspector] move console to builtins 2017-04-18 20:50:30 +00:00
inspected-context.h [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
inspector_protocol_config.json [inspector] introduced Debugger.scheduleStepIntoAsync 2017-03-06 16:28:21 +00:00
inspector.gyp [inspector] Fix double rules warning when compiling inspector with GYP 2017-04-20 12:38:54 +00:00
inspector.gypi [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
java-script-call-frame.cc [debugger] expose side-effect free evaluate to inspector. 2017-02-10 17:06:22 +00:00
java-script-call-frame.h [debugger] expose side-effect free evaluate to inspector. 2017-02-10 17:06:22 +00:00
js_protocol-1.2.json
js_protocol.json [inspector] added targetCallFrames for continueToLocation 2017-05-16 21:52:49 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
PRESUBMIT.py
remote-object-id.cc
remote-object-id.h
script-breakpoint.h
search-util.cc
search-util.h
string-16.cc
string-16.h Fix String16's move constructor 2017-01-09 16:15:50 +00:00
string-util.cc Roll third_party/inspector_protocol to efefa86c3183d307f0a0e53bf568fe57c5b58849 2017-04-28 01:43:03 +00:00
string-util.h Roll third_party/inspector_protocol to efefa86c3183d307f0a0e53bf568fe57c5b58849 2017-04-28 01:43:03 +00:00
test-interface.cc [inspector] removed kDebugPromiseCollected event 2017-04-20 15:49:02 +00:00
test-interface.h [inspector] removed kDebugPromiseCollected event 2017-04-20 15:49:02 +00:00
v8-console-agent-impl.cc
v8-console-agent-impl.h
v8-console-message.cc [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
v8-console-message.h [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
v8-console.cc [console] fast console.assert(true) 2017-04-20 17:17:18 +00:00
v8-console.h [inspector] move console to builtins 2017-04-18 20:50:30 +00:00
v8-debugger-agent-impl.cc [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-debugger-agent-impl.h [inspector] added targetCallFrames for continueToLocation 2017-05-16 21:52:49 +00:00
v8-debugger-script.cc [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00
v8-debugger-script.h [inspector] added type of break location into getPossibleBreakpoints output 2017-03-06 20:47:55 +00:00
v8-debugger.cc [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-debugger.h [inspector] added targetCallFrames for continueToLocation 2017-05-16 21:52:49 +00:00
v8-function-call.cc Replace PREPARE_FOR_EXECUTION_WITH_CONTEXT_IN_RUNTIME_CALL_STATS_SCOPE 2017-05-30 17:37:41 +00:00
v8-function-call.h
v8-heap-profiler-agent-impl.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-heap-profiler-agent-impl.h
v8-injected-script-host.cc [inspector] fixed injected-script-host crash 2017-04-10 15:44:49 +00:00
v8-injected-script-host.h [inspector] better isArrayLike for injected-script-source.js 2017-03-24 17:38:20 +00:00
v8-inspector-impl.cc [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-inspector-impl.h [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-inspector-session-impl.cc [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-inspector-session-impl.h [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-internal-value-type.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
v8-internal-value-type.h
v8-profiler-agent-impl.cc Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
v8-profiler-agent-impl.h [debug] introduce precise binary code coverage. 2017-03-23 17:23:17 +00:00
v8-regex.cc [inspector] Add some context scopes to inspector code 2017-04-27 08:48:39 +00:00
v8-regex.h
v8-runtime-agent-impl.cc [inspector] Prepare some methods in V8InspectorImpl to multiple sessions 2017-05-31 00:07:55 +00:00
v8-runtime-agent-impl.h [inspector] move coverage related methods to profiler 2017-02-25 02:44:56 +00:00
v8-schema-agent-impl.cc
v8-schema-agent-impl.h
v8-stack-trace-impl.cc [inspector] added targetCallFrames for continueToLocation 2017-05-16 21:52:49 +00:00
v8-stack-trace-impl.h [inspector] added targetCallFrames for continueToLocation 2017-05-16 21:52:49 +00:00
v8-value-copier.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
v8-value-copier.h
wasm-translation.cc [wasm] Fix importing wasm functions which are being debugged 2017-03-03 12:38:41 +00:00
wasm-translation.h