node/deps/inspector_protocol
Shelley Vohr ec4168668b
tools: update inspector_protocol to 69d69dd
PR-URL: https://github.com/nodejs/node/pull/58900
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2025-07-02 19:57:10 +00:00
..
crdtp tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
lib tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
templates tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
BUILD.gn tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
check_protocol_compatibility.py deps: move inspector_protocol to deps 2025-01-26 23:20:09 +00:00
code_generator.py tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
concatenate_protocols.py deps: move inspector_protocol to deps 2025-01-26 23:20:09 +00:00
convert_protocol_to_json.py deps: move inspector_protocol to deps 2025-01-26 23:20:09 +00:00
inspector_protocol.gni tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
inspector_protocol.gyp deps: move inspector_protocol to deps 2025-01-26 23:20:09 +00:00
LICENSE tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
pdl.py deps: move inspector_protocol to deps 2025-01-26 23:20:09 +00:00
README.md deps: move inspector_protocol to deps 2025-01-26 23:20:09 +00:00
README.node tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00

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.