tree: d26c0a3fdea69f68f22ab3b7ed457ae7b1e2391b [path history] [tgz]
  1. base/
  2. crdtp/
  3. lib/
  4. templates/
  5. testing/
  6. third_party/
  7. .clang-format
  8. .gitignore
  9. .gn
  10. BUILD.gn
  11. BUILDCONFIG.gn
  12. check_protocol_compatibility.py
  13. code_generator.py
  14. concatenate_protocols.py
  15. convert_protocol_to_json.py
  16. inspector_protocol.gni
  17. LICENSE
  18. METADATA
  19. pdl.py
  20. README.md
  21. sample_config.json
  22. sample_expected_errors.json
  23. WATCHLISTS
third_party/inspector_protocol/README.md

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.