Jun Yuan Tan 3909103724 Update v8 source 1 year ago
..
__pycache__ 3909103724 Update v8 source 1 year ago
crdtp 3909103724 Update v8 source 1 year ago
lib 3909103724 Update v8 source 1 year ago
templates 3909103724 Update v8 source 1 year ago
.clang-format 3909103724 Update v8 source 1 year ago
BUILD.gn 3909103724 Update v8 source 1 year ago
LICENSE 3909103724 Update v8 source 1 year ago
OWNERS 3909103724 Update v8 source 1 year ago
README.md 3909103724 Update v8 source 1 year ago
README.v8 3909103724 Update v8 source 1 year ago
check_protocol_compatibility.py 3909103724 Update v8 source 1 year ago
code_generator.py 3909103724 Update v8 source 1 year ago
codereview.settings 3909103724 Update v8 source 1 year ago
concatenate_protocols.py 3909103724 Update v8 source 1 year ago
convert_protocol_to_json.py 3909103724 Update v8 source 1 year ago
inspector_protocol.gni 3909103724 Update v8 source 1 year ago
pdl.py 3909103724 Update v8 source 1 year ago
roll.py 3909103724 Update v8 source 1 year ago

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.