node/deps/v8/third_party/inspector_protocol
Michaël Zasso 918fe04351
deps: update V8 to 13.6.233.8
PR-URL: https://github.com/nodejs/node/pull/58070
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2025-05-02 15:06:53 +02:00
..
crdtp deps: update V8 to 13.6.233.8 2025-05-02 15:06:53 +02:00
lib deps: update V8 to 13.6.233.8 2025-05-02 15:06:53 +02:00
templates deps: update V8 to 13.6.233.8 2025-05-02 15:06:53 +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 13.6.233.8 2025-05-02 15:06:53 +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 13.6.233.8 2025-05-02 15:06:53 +02:00
codereview.settings deps: update V8 to 6.9.427.22 2018-09-07 20:59:13 +02:00
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 13.6.233.8 2025-05-02 15:06:53 +02: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
pdl.py deps: update V8 to 10.8.168.20 2022-11-19 09:11:32 +00: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 13.6.233.8 2025-05-02 15:06:53 +02:00
roll.py deps: update V8 to 13.6.233.8 2025-05-02 15:06:53 +02: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.