v8/src/inspector
Alexei Filippov 4eae3bb140 [inspector] Make InjectedScript::getProperties respect custom formatters
BUG=chromium:917136

Change-Id: I02696a3315c22b34705bbc48cddaeb9e6c59fa9f
Reviewed-on: https://chromium-review.googlesource.com/c/1391749
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Alexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58482}
2018-12-27 23:17:57 +00:00
..
BUILD.gn [tools] Add ninja targets that generate all generated .cc files 2018-11-29 15:28:02 +00:00
custom-preview.cc reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
custom-preview.h inspector: generate custom preview using native code 2018-10-22 21:24:49 +00:00
DEPS [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
injected-script.cc [inspector] Make InjectedScript::getProperties respect custom formatters 2018-12-27 23:17:57 +00:00
injected-script.h [inspector] Make InjectedScript::getProperties respect custom formatters 2018-12-27 23:17:57 +00:00
inspected-context.cc [inspector] Move m_internalObjects into InspectedContext. 2018-12-08 00:05:01 +00:00
inspected-context.h [inspector] Move m_internalObjects into InspectedContext. 2018-12-08 00:05:01 +00:00
inspector_protocol_config.json inspector: removed deprecated Debugger.scheduleStepIntoAsync 2018-11-29 01:34:04 +00:00
js_protocol-1.2.json [inspector] Initial import of v8_inspector. 2016-09-01 20:28:33 +00:00
js_protocol-1.3.json [inspector] move part of protocol out of experiment 2017-11-23 02:49:15 +00:00
js_protocol.json inspector: removed deprecated Debugger.scheduleStepIntoAsync 2018-11-29 01:34:04 +00:00
js_protocol.pdl inspector: removed deprecated Debugger.scheduleStepIntoAsync 2018-11-29 01:34:04 +00:00
OWNERS [tools] Move path-specific try-builders to the CQ config 2018-10-24 13:52:21 +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 [cleanup] Refactor inspector to use default members. 2018-09-18 09:13:59 +00:00
search-util.cc Revert "inspector: find magic comment using V8 scanner" 2018-09-03 18:42:28 +00:00
search-util.h Revert "inspector: find magic comment using V8 scanner" 2018-09-03 18:42:28 +00:00
string-16.cc [cleanup] Refactor inspector to use default members. 2018-09-18 09:13:59 +00:00
string-16.h Reland "Applied noexcept to all mctors and massigns" 2018-08-02 10:37:09 +00:00
string-util.cc [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
string-util.h [DevTools] Rename Binary::createFromBase64 -> fromBase64. 2018-10-16 21:55:12 +00:00
test-interface.cc [inspector] removed kDebugPromiseCollected event 2017-04-20 15:49:02 +00:00
test-interface.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-console-agent-impl.cc [cleanup] Refactor inspector to use default members. 2018-09-18 09:13:59 +00:00
v8-console-agent-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-console-message.cc reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
v8-console-message.h inspector: implement console.timeLog 2018-09-28 17:34:08 +00:00
v8-console.cc reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
v8-console.h inspector: implement console.timeLog 2018-09-28 17:34:08 +00:00
v8-debugger-agent-impl.cc Make termination exception more consistent. 2018-11-30 11:33:07 +00:00
v8-debugger-agent-impl.h inspector: removed deprecated Debugger.scheduleStepIntoAsync 2018-11-29 01:34:04 +00:00
v8-debugger-script.cc v8: Build with -Wexit-time-destructors. 2018-10-10 18:01:26 +00:00
v8-debugger-script.h Reland "inspector: do not convert and store String16 for script source" 2018-08-29 23:43:30 +00:00
v8-debugger.cc [inspector] Move m_internalObjects into InspectedContext. 2018-12-08 00:05:01 +00:00
v8-debugger.h [inspector] Move m_internalObjects into InspectedContext. 2018-12-08 00:05:01 +00:00
v8-heap-profiler-agent-impl.cc [heap profiler] Plumb samples through the protocol. 2018-10-23 00:12:01 +00:00
v8-heap-profiler-agent-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-inspector-impl.cc Make termination exception more consistent. 2018-11-30 11:33:07 +00:00
v8-inspector-impl.h Make termination exception more consistent. 2018-11-30 11:33:07 +00:00
v8-inspector-session-impl.cc reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
v8-inspector-session-impl.h reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
v8-profiler-agent-impl.cc [inspector] added V8InspectorClient::resourceNameToUrl 2018-08-09 21:36:24 +00:00
v8-profiler-agent-impl.h [cpu-profiler] Move SetIdle() to v8::Isolate 2018-03-07 06:16:08 +00:00
v8-regex.cc [Cleanup] Avoid deprecated methods in inspector/string-util.cc. 2018-07-23 15:28:50 +00:00
v8-regex.h [cleanup] Replace 0 and NULL with nullptr for src/ files. 2018-09-14 14:46:10 +00:00
v8-runtime-agent-impl.cc Revert "[inspector] Add extra debug code to investigate crbug/897816" 2018-12-27 22:54:28 +00:00
v8-runtime-agent-impl.h Replace usage of protocol::Hash{Set,Map} with std::unordered_{set,map}. 2018-07-13 00:25:43 +00:00
v8-schema-agent-impl.cc [cleanup] Refactor inspector to use default members. 2018-09-18 09:13:59 +00:00
v8-schema-agent-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-stack-trace-impl.cc inspector: do not report async tail in Debugger.scriptParsed event 2018-10-18 16:16:57 +00:00
v8-stack-trace-impl.h inspector: do not report async tail in Debugger.scriptParsed event 2018-10-18 16:16:57 +00:00
v8-value-utils.cc reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
v8-value-utils.h reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
value-mirror.cc [inspector] Make InjectedScript::getProperties respect custom formatters 2018-12-27 23:17:57 +00:00
value-mirror.h [inspector] Make InjectedScript::getProperties respect custom formatters 2018-12-27 23:17:57 +00:00
wasm-translation.cc [wasm] Annotate global handles for debuggability 2018-12-13 18:03:56 +00:00
wasm-translation.h [wasm] fix clear context group for wasm 2018-11-06 22:27:17 +00:00