Uh oh!
There was an error while loading. Please reload this page.
feat(browser): add experimental desktop browser - #44838
Draft
Hona wants to merge 1 commit into
Draft
Conversation
6 tasks
Honaforce-pushed
the
browser-experimental
branch
from
August 25, 2026 03:00
cea1825 to
6784006Compare
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 freeto 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.
Issue for this PR
Related #44431. Replaces #39270, #39277, and #39278.
Type of change
What does this PR do?
Adds an on-demand, opt-out Desktop browser and public Node host SDK. Browser control and authenticated remote TCP tunneling use
/api/experimental/browser/controland/api/experimental/browser/tunnel; tunnel authorization and destination validation happen during the authenticated WebSocket upgrade. Chromium automation uses its native accessibility tree and CDP input primitives, while existing session hooks, explicit approvals, isolated Electron permissions, and one typed Desktop RPC keep ownership and security contained.The feature was reduced from 6,329 to 3,321 added lines while preserving the public Node SDK, remote localhost, HTTPS/CONNECT, WebSocket traffic, native browser controls, and security policies. Redundant fake transport suites were replaced with one real cross-stack SDK integration test, which now runs in CI.
How did you verify your code works?
Screenshots / recordings
Browser pane includes localized navigation controls, address input, loading/error states, and native rounded corners.
Checklist