node/deps/v8/third_party/inspector_protocol
Michaël Zasso 5ab3140dfb deps: update V8 to 12.9.202.18
PR-URL: https://github.com/nodejs/node/pull/54536
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2024-09-19 14:25:34 +00:00
..
crdtp deps: update V8 to 12.9.202.18 2024-09-19 14:25:34 +00:00
lib deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00:00
templates deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
.clang-format deps: update V8 to 7.6.303.28 2019-08-01 12:53:56 +02:00
BUILD.gn deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00:00
LICENSE deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00:00
OWNERS deps: update V8 to 8.1.307.20 2020-03-18 16:23:22 -07:00
README.md deps: update V8 to 8.1.307.20 2020-03-18 16:23:22 -07:00
README.v8 deps: update V8 to 12.8.374.13 2024-08-16 16:03:01 +02:00
check_protocol_compatibility.py deps: update V8 to 12.8.374.13 2024-08-16 16:03:01 +02:00
code_generator.py deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
codereview.settings
concatenate_protocols.py deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00:00
convert_protocol_to_json.py deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00:00
inspector_protocol.gni deps: update V8 to 11.3.244.4 2023-03-31 14:15:23 +00:00
pdl.py deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00:00
roll.py deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00: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.