node/deps/v8/third_party/inspector_protocol
Michaël Zasso 53379f3706
deps: update V8 to 14.3.127.12
PR-URL: https://github.com/nodejs/node/pull/60488
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
2025-11-13 15:08:26 +01:00
..
crdtp deps: update V8 to 14.1.146.11 2025-10-04 18:47:18 +02:00
lib deps: update V8 to 14.1.146.11 2025-10-04 18:47:18 +02:00
templates deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
.clang-format
BUILD.gn
check_protocol_compatibility.py
code_generator.py deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
codereview.settings
concatenate_protocols.py deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
convert_protocol_to_json.py
inspector_protocol.gni deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
LICENSE
OWNERS
pdl.py deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
README.md
README.v8 deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
roll.py

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.