v8/src/inspector
kozyatinskiy b571c6d1ce [inspector] speculative avoid using debugger context as current in blink
Now we run nested message loop with debugger context as current one.

BUG=chromium:676749
R=yangguo@chromium.org,dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2604553002
Cr-Commit-Position: refs/heads/master@{#41937}
2016-12-23 10:06:24 +00:00
..
build [inspector] add presubmit.py to compile inspector-related scripts 2016-09-29 00:57:04 +00:00
BUILD.gn [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
debugger_script_externs.js [debug-wrapper] remove last uses of --expose-debug-as 2016-12-19 10:44:34 +00:00
debugger-script.js [debug-wrapper] remove last uses of --expose-debug-as 2016-12-19 10:44:34 +00:00
DEPS [inspector] use OS independent number to string conversion 2016-11-29 00:34:35 +00:00
injected_script_externs.js [inspector] Initial import of v8_inspector. 2016-09-01 20:28:33 +00:00
injected-script-native.cc [inspector] Avoid unneeded heap allocations 2016-11-30 09:23:34 +00:00
injected-script-native.h [inspector] Avoid unneeded heap allocations 2016-11-30 09:23:34 +00:00
injected-script-source.js [inspector] add scope type for modules. 2016-12-16 14:28:56 +00:00
injected-script.cc [debug] Remove DebugInterface class 2016-12-05 19:44:50 +00:00
injected-script.h [debug] Remove DebugInterface class 2016-12-05 19:44:50 +00:00
inspected-context.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
inspected-context.h [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
inspector_protocol_config.json [inspector] Roll inspector_protocol to c65b17da8a32bc6ab25b4ebbef1008f23c69e7d1. 2016-12-05 16:22:12 +00:00
inspector.gyp [inspector] Use relative path to the third_party 2016-11-29 01:15:51 +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 [inspector] gracefully handle stack overflows in the inspector. 2016-12-19 14:07:55 +00:00
java-script-call-frame.h [inspector] gracefully handle stack overflows in the inspector. 2016-12-19 14:07:55 +00:00
js_protocol-1.2.json [inspector] Initial import of v8_inspector. 2016-09-01 20:28:33 +00:00
js_protocol.json [inspector] add scope type for modules. 2016-12-16 14:28:56 +00:00
OWNERS [inspector] Build inspector under v8_enable_inspector build flag. 2016-09-06 23:26:35 +00:00
PRESUBMIT.py [inspector] add presubmit.py to compile inspector-related scripts 2016-09-29 00:57:04 +00:00
remote-object-id.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
remote-object-id.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
script-breakpoint.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
search-util.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
search-util.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
string-16.cc [inspector] use OS independent number to string conversion 2016-11-29 00:34:35 +00:00
string-16.h [inspector] Fix and refactor String16 2016-11-15 17:33:09 +00:00
string-util.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
string-util.h Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
test-interface.cc [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
test-interface.h [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
v8-console-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-console-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-console-message.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-console-message.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-console.cc [inspector] make console.assert much faster 2016-11-23 17:09:50 +00:00
v8-console.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-debugger-agent-impl.cc [inspector] gracefully handle stack overflows in the inspector. 2016-12-19 14:07:55 +00:00
v8-debugger-agent-impl.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
v8-debugger-script.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-debugger-script.h [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-debugger.cc [inspector] speculative avoid using debugger context as current in blink 2016-12-23 10:06:24 +00:00
v8-debugger.h [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
v8-function-call.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-function-call.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
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 [inspector] migrate HeapProfiler to new style 2016-11-02 00:52:31 +00:00
v8-injected-script-host.cc [inspector] filter useless in preview internal properties 2016-10-07 01:16:28 +00:00
v8-injected-script-host.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-inspector-impl.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-inspector-impl.h [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-inspector-session-impl.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-inspector-session-impl.h Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
v8-internal-value-type.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-internal-value-type.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-profiler-agent-impl.cc [inspector] remove profiler->collectSample from V8StackTraceImpl::capture 2016-11-16 19:57:39 +00:00
v8-profiler-agent-impl.h [inspector] remove profiler->collectSample from V8StackTraceImpl::capture 2016-11-16 19:57:39 +00:00
v8-regex.cc [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-regex.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-runtime-agent-impl.cc [inspector] Store interger in context embedder data instead of a string. 2016-12-12 21:17:32 +00:00
v8-runtime-agent-impl.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-schema-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-schema-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-stack-trace-impl.cc [inspector] Introduce debug::WasmScript 2016-12-06 13:20:36 +00:00
v8-stack-trace-impl.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-value-copier.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-value-copier.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
wasm-translation.cc [inspector] Split V8DebuggerScript implementation for wasm 2016-12-06 14:26:41 +00:00
wasm-translation.h [inspector] Introduce debug::WasmScript 2016-12-06 13:20:36 +00:00