Skip to content

Commit 5682cd7

Browse files
dormouse-botclaude
andcommitted
docs: fix stale spec anchor "The transparent proxy" -> "Iframe Renderer"
Two doc-pointer comments reference a dor-browser.md section that does not exist. When dor-iframe.md + dor-agent-browser.md were unified into dor-browser.md (#156), the proxy moved under the "Iframe Renderer" section; the cleanup in 595531c missed these two because they wrap the section title across two comment lines. Match the sibling pointers in iframe-proxy.ts, iframe-proxy-rewrite.ts, and iframe-proxy-types.ts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7f88741 commit 5682cd7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/src/lib/platform/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export interface PlatformAdapter {
176176
// URL; absent or null falls back to ws://127.0.0.1:<port>.
177177
getAgentBrowserStreamUrl?(port: number): Promise<string | null>;
178178

179-
// iframe surface support (see docs/specs/dor-browser.md → "The transparent
180-
// proxy"). Stands up a loopback proxy in front of a `dor iframe` target and
179+
// iframe surface support (see docs/specs/dor-browser.md → "Iframe
180+
// Renderer"). Stands up a loopback proxy in front of a `dor iframe` target and
181181
// returns the proxy URL the panel should frame, or a structured reason it
182182
// could not. Absent on hosts with no process to run a proxy (e.g. the web
183183
// host), where the panel falls back to a raw, uninstrumented `<iframe>`.

vscode-ext/src/iframe-proxy-host.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* VS Code extension-host binding for the iframe transparent proxy.
33
*
44
* The proxy itself is host-agnostic and lives in `lib/src/host/iframe-proxy.ts`
5-
* (shared with the Tauri sidecar — see docs/specs/dor-browser.md → "The
6-
* transparent proxy"). This file only injects the VS Code logger; the
5+
* (shared with the Tauri sidecar — see docs/specs/dor-browser.md → "Iframe
6+
* Renderer"). This file only injects the VS Code logger; the
77
* message-router calls `createIframeProxyUrl` exactly as before.
88
*/
99
import { createIframeProxyUrl as createProxy } from '../../lib/src/host/iframe-proxy';

0 commit comments

Comments
 (0)