Clone this repo:

Branches

  1. bdc11c1 Fix path import by Alex Rudenko · 3 days ago main
  2. af7f5a8 Support includes in pdl files by Alex Rudenko · 3 days ago
  3. 6d1ae0f Use a fast path in JSONEncoder::HandleString8() for simple strings by Abhishek Shanthkumar · 4 months ago
  4. 940abfc Implement crdtp::span<> using std::span<>. by Tom Sepez · 6 months ago
  5. a43565b Add implicit crdtp::span<> construction from containers. by Tom Sepez · 6 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.