[go: up one dir, main page]

Clone this repo:

Branches

  1. 679b33a Format some files by David Benjamin · 3 days ago main
  2. 1b1bcbb Fix compilation of generated C++ with C++23 by David Benjamin · 7 days ago
  3. 4cbd5a1 Make depfile deterministic by Takuto Ikuta · 9 days ago
  4. 1ac1ec6 Introduce a template for protocol concatenation by Alex Rudenko · 4 weeks ago
  5. 07272ab Remove bailout upon explicit timestamp check from code_generator.py by Andrey Kosyakov · 8 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.