Clone this repo:

Branches

  1. 3b2e0c4 inspector_protocol: Use inline constexpr for protocol enum strings by Lei Zhang · 11 days ago main
  2. abf68ef Make CheckCBORMessage return evenlope size by Andrey Kosyakov · 10 weeks ago
  3. 369afb2 Use relative paths in depfiles by Philipp Wollermann · 2 months ago
  4. 1b9a1bc Remove alph@ from inspector-protocol owners by Alex Rudenko · 3 months ago
  5. 888b4b7 Check String16 keys in HasKeyInMap by Alex Rudenko · 3 months ago

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.