• Johannes Henkel's avatar
    Revert "[DevTools] Add V8InspectorSession::state(), which returns binary (CBOR)." · c27c369a
    Johannes Henkel authored
    This reverts commit b7134d3a.
    
    Reason for revert: breaks presubmit
    
    Original change's description:
    > [DevTools] Add V8InspectorSession::state(), which returns binary (CBOR).
    > 
    > Keep the existing method for compatibility, by converting
    > to json from CBOR using the inspector_protocol_encoding library,
    > via a v8 specific interface library that directs routines for
    > converting between strings and doubles to v8's implementations.
    > 
    > This change also brings in the encoding.h / encoding.cc files from the
    > upstream inspector_protocol project. The only modification here
    > are the header guards, and the namespace. I will fix roll.py to
    > make it so that we pick up future changes.
    > 
    > third_party/inspector_protocol/BUILD.gn is specific to v8, by necessity.
    > third_party/inspector_protocol/.clang-format is a copy of the upstream
    > file. If we don't put this, we'll find ourselves auto-formatting the roll,
    > which is annoying.
    > 
    > Change-Id: I20fa8759164e7a39f8a7c30e0d2a3f8a7e4be227
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1590627
    > Reviewed-by: Alexei Filippov <alph@chromium.org>
    > Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
    > Commit-Queue: Johannes Henkel <johannes@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#61187}
    
    TBR=dgozman@chromium.org,alph@chromium.org,caseq@chromium.org,johannes@chromium.org
    
    Change-Id: I67f297ef8454499036c94bf88e0d23657a579140
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1592130Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
    Commit-Queue: Johannes Henkel <johannes@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#61189}
    c27c369a
Name
Last commit
Last update
..
BUILD.gn Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
custom-preview.cc Loading commit data...
custom-preview.h Loading commit data...
injected-script.cc Loading commit data...
injected-script.h Loading commit data...
inspected-context.cc Loading commit data...
inspected-context.h Loading commit data...
inspector_protocol_config.json Loading commit data...
js_protocol-1.2.json Loading commit data...
js_protocol-1.3.json Loading commit data...
js_protocol.pdl Loading commit data...
remote-object-id.cc Loading commit data...
remote-object-id.h Loading commit data...
search-util.cc Loading commit data...
search-util.h Loading commit data...
string-16.cc Loading commit data...
string-16.h Loading commit data...
string-util.cc Loading commit data...
string-util.h Loading commit data...
test-interface.cc Loading commit data...
test-interface.h Loading commit data...
v8-console-agent-impl.cc Loading commit data...
v8-console-agent-impl.h Loading commit data...
v8-console-message.cc Loading commit data...
v8-console-message.h Loading commit data...
v8-console.cc Loading commit data...
v8-console.h Loading commit data...
v8-debugger-agent-impl.cc Loading commit data...
v8-debugger-agent-impl.h Loading commit data...
v8-debugger-script.cc Loading commit data...
v8-debugger-script.h Loading commit data...
v8-debugger.cc Loading commit data...
v8-debugger.h Loading commit data...
v8-heap-profiler-agent-impl.cc Loading commit data...
v8-heap-profiler-agent-impl.h Loading commit data...
v8-inspector-impl.cc Loading commit data...
v8-inspector-impl.h Loading commit data...
v8-inspector-session-impl.cc Loading commit data...
v8-inspector-session-impl.h Loading commit data...
v8-profiler-agent-impl.cc Loading commit data...
v8-profiler-agent-impl.h Loading commit data...
v8-regex.cc Loading commit data...
v8-regex.h Loading commit data...
v8-runtime-agent-impl.cc Loading commit data...
v8-runtime-agent-impl.h Loading commit data...
v8-schema-agent-impl.cc Loading commit data...
v8-schema-agent-impl.h Loading commit data...
v8-stack-trace-impl.cc Loading commit data...
v8-stack-trace-impl.h Loading commit data...
v8-value-utils.cc Loading commit data...
v8-value-utils.h Loading commit data...
value-mirror.cc Loading commit data...
value-mirror.h Loading commit data...
wasm-translation.cc Loading commit data...
wasm-translation.h Loading commit data...