Something went wrong. Try again.
we (web engine): Experimental web browser project to understand the limits of Claude
Something went wrong. Try again.
Implement about:blank document master
Add about: scheme handling to ResourceLoader: - Recognize about:blank and return a minimal empty HTML document (<!DOCTYPE html><html><head></head><body></body></html>) - UTF-8 encoding, no network requests - Unsupported about: URLs return InvalidUrl error Update browser main to use about:blank as default: - No URL argument opens about:blank instead of hardcoded demo page - URL arguments (http://, https://, about:, data:) load via ResourceLoader - File path arguments still work as before 4 tests covering fetch/fetch_url paths, DOM structure validation, and unsupported about: URL rejection. Implements issue 3mhkt7vaxsb23 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author Pierre Le Fevre Co-author Claude Opus 4.6 (1M context) Committer Tangled Date (Mar 21, 2026, 2:05 PM UTC) Commit 5da88c07 5da88c078aaf50d8d9848fb900c433099fe3e197 Parent 9a646b13 9a646b138ef766416afab9d791787326459368b2