tree: 3a7a212fd07b74cb282912e00c080da9b07da2b3 [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. DEPS
  17. inspector_protocol.gni
  18. LICENSE
  19. METADATA
  20. OWNERS
  21. pdl.py
  22. README.md
  23. sample_config.json
  24. sample_expected_errors.json
  25. 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.