Clone this repo:

Branches

  1. 69d69dd Remove Maybe by Alex Rudenko · 5 days ago main
  2. 37f51b2 Generate std::unique_ptr<>/std::optional<> for optional types by Andrey Kosyakov · 9 days ago
  3. 0c3002e Remove PtrMaybe by Alex Rudenko · 12 days ago
  4. f43f751 Remove jinja_dir from build args by Alex Rudenko · 3 weeks ago
  5. ed67c42 Add PtrMaybe::get() to mimick std::unique_ptr<> by Andrey Kosyakov · 3 weeks 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.