node/deps/v8/third_party/inspector_protocol
Michaël Zasso 1d6adf7432
deps: update V8 to 8.3.110.9
PR-URL: https://github.com/nodejs/node/pull/32831
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2020-05-12 16:12:13 +02:00
..
crdtp deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
lib deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
templates deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
.clang-format
BUILD.gn deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
LICENSE
OWNERS
README.md
README.v8 deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
check_protocol_compatibility.py
code_generator.py deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
codereview.settings
concatenate_protocols.py
convert_protocol_to_json.py
inspector_protocol.gni deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
pdl.py
roll.py deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00

README.md

Chromium inspector (devtools) protocol

This package contains code generators and templates for the Chromium inspector protocol.

The canonical location of this package is at https://chromium.googlesource.com/deps/inspector_protocol/

In the Chromium tree, it's rolled into https://cs.chromium.org/chromium/src/third_party/inspector_protocol/

In the V8 tree, it's rolled into https://cs.chromium.org/chromium/src/v8/third_party/inspector_protocol/

See also Contributing to Chrome Devtools Protocol.

To build and run the tests of the crdtp library, see CRDTP - Chrome DevTools Protocol.