Clone this repo:

Branches

  1. 6d1ae0f Use a fast path in JSONEncoder::HandleString8() for simple strings by Abhishek Shanthkumar · 4 weeks ago main
  2. 940abfc Implement crdtp::span<> using std::span<>. by Tom Sepez · 3 months ago
  3. a43565b Add implicit crdtp::span<> construction from containers. by Tom Sepez · 3 months ago
  4. 69d69dd Remove Maybe by Alex Rudenko · 5 months ago
  5. 37f51b2 Generate std::unique_ptr<>/std::optional<> for optional types by Andrey Kosyakov · 5 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.