Add cross-platform debugger DevTools capabilities - #180
Closed
bjdodson-openai wants to merge 1 commit into
Closed
Conversation
This was referenced Aug 28, 2026
|
| Test Suite | Result |
|---|---|
| Snapshot Tests | ✅ success |
| Linux: C++ Tests | ❌ failure |
| API Surface Check | ✅ success |
| Linux: Build Compiler | ✅ success |
| Linux: Module Tests | ✅ success |
| macOS: C++ & Platform Tests | ✅ success |
| Valdi Smoke Tests | ❌ failure |
| Linux: Hotreload Smoke | ✅ success |
| Test Coverage Delta | ✅ success |
| valdi_web Integration Test | ✅ success |
| Linux: Registry Validation | ✅ success |
| Linux: Build & Export | ✅ success |
Some tests failed. Please check the workflow logs for details.
🚀 Bazel remote cache is now enabled - future builds will be faster!
Workflow: Valdi CI
bjdodson-openai
force-pushed
the
bjd/debugger-capabilities
branch
from
August 28, 2026 21:44
6ba3615 to
8678db4
Compare
clholgat
marked this pull request as ready for review
August 28, 2026 21:51
Collaborator
|
Thanks for pulling this together, @bjdodson-openai — the aggregate reads cleanly and the review history from #155–#175 carries over well. We're importing this into our internal monorepo now to run it through the full platform test matrix for more testing. We'll follow up here with results. 🙏 |
Fold the post-foundation security and lifecycle review fixes into the cross-platform debugger capability landing.
bjdodson-openai
force-pushed
the
bjd/debugger-capabilities
branch
from
August 29, 2026 00:07
8678db4 to
85a73ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Collapses the reviewed post-foundation debugger stack into one dependency-complete commit atop current
main.This adds the cross-platform debugger capability set built across #155–#175: explicit ports and authenticated sessions, input control, the legacy web bridge, integrated DevTools, runtime settings, bounded storage and performance inspection, generic and persistent-storage providers, Chromium console streaming, web tracing and performance capture, console clearing, target discovery and selection, component hierarchy/property inspection and editing, and bounded runtime-state inspection.
The aggregate preserves the fixes and discussion outcomes from the original stack, including lifecycle and authentication repairs. Synthetic Slack-shaped redaction fixtures are assembled at runtime so no complete token signature is stored in the commit.
This PR supersedes #155, #156, #157, #158, #159, #160, #161, #162, #163, #164, #165, #166, #167, #168, #169, #170, #171, #172, #173, #174, and #175. Those PRs retain the incremental review history.
Type of Change
Testing
bazel test //...)Testing Details
bazel query //...: 9,700 targets resolvedgit diff --checkand complete-token scans: cleanThe full repository-wide
bazel test //...matrix was not run locally; CI remains the final platform matrix.Checklist
Related Issues
Relates to #154.
Supersedes #155–#175 while preserving their review history.
Additional Context
The foundation from #154 landed through Snap's internal import as
17754a1d. This aggregate is one commit whose parent is the current upstreammaincommit and includes the reviewed post-foundation fixes omitted by that import.