| commit | 679b33a98ae546ff521eee2ea28d8d5bf28872ba | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Mon Oct 06 15:08:46 2025 |
| committer | David Benjamin <davidben@google.com> | Mon Oct 06 15:09:50 2025 |
| tree | 643b5b2faeafa7beb54beb770d1141eb200da33c | |
| parent | 1b1bcbbe060e8c8cd8704f00f78978c50991b307 [diff] |
Format some files V8 expects the roll to run git cl format. inspector_protocol is not git-cl-format-clean right now. This patches in the changes that apply back upstream. This does not fully remove the format step from the V8 roll: - V8 rewrites some C++ files, which causes the formatting to diverge. - Some Python files in inspector_protocol use 4-space indent, which V8 rewrites back to 2-space indent. I have left this alone, because it's not clear to me which is the preferred inspector_protocol style. See https://chromium-review.googlesource.com/c/v8/v8/+/7006587 Change-Id: I240c8f4ea5bfb066733736888e73344fa6a7cd36
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.