Simplify protocol command dispatch This reduces the amount of inversion of control when dispatching a protocol command. In other words, instead of returning a callback to dispatch a command, the domain (and uber) dispatcher just execute the command. A fallthrough callback is now passed along with the dispatchable. See downstream CL for projected usage: https://chromium-review.git.corp.google.com/c/chromium/src/+/7851363 Change-Id: I284e2e8b2562d8f3c1ca5398f1fe0612af8e40e4
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.