Theseus Navigator — Silent Mode's Electron browser with the Ariadne resolver built in.
Setup 32c4abea9f2f15bb319e355b2cda747fc7d25eac350f7b9512b92894bae97c30 Portable 47af67894b389174f034dd15a2d2c99605bfcb941fccd084242fc0c52cc6e90a Fixes since 0.3.28 (all riding this ship since 0.3.29/0.3.30 site files never reached LIVE): a279864 - Root cause of the "screenshot is still blank white" symptom: captureTab reads activeTab(). After the first capture the editor tab BECOMES active, so every subsequent shot snapshotted the editor's own still-blank canvas — that white PNG got written to scratch, fed into a new editor, and the next re-capture snapshotted THAT. A self-referential feedback loop. captureTab now skips add-on-owned and Settings tabs, falling back to the last real page tab tracked in setActive(); if none exists, a clear "open a page you'd like to shoot first" error rather than white pixels. 4c55f04 - Aegis card in Settings > General crashed on load because the IPC handlers used a different response shape than the UI expected. Reads corrected on both sides. df10884 - Aegis retires the legacy bchwallet folder on every launch, and Aegis gets a branded dock/list icon. 1574545 - Every dark-hardcoded surface in Settings light mode (.polrow collision-policy rows, .segseg, .engcat, .ctxmenu, select/input backgrounds) now maps to a BCH-palette equivalent — no more solid dark blobs on the white page. ea9bcab / 4ed55b7 - Site release-notes text updated to include the per-add-on diagnostic report already in the 0.3.28 build. Deployed. Verified LIVE 0.3.31. |
||
|---|---|---|
| bundled-addons | ||
| dev | ||
| docs | ||
| lib | ||
| nsis | ||
| scripts | ||
| snapshots | ||
| addon-inject-preload.js | ||
| addon-tab-preload.js | ||
| addon-update-pubkeys.js | ||
| addon-updater.js | ||
| addons-host.js | ||
| address-picker-preload.js | ||
| address-picker.html | ||
| approval-preload.js | ||
| approval.html | ||
| bcnr-origin.js | ||
| bcnr-preload.js | ||
| BROWSER-PROMPT.md | ||
| chrome.html | ||
| collision-preload.js | ||
| collision.html | ||
| DESIGN-integrated-wallet.md | ||
| DESIGN-password-manager.md | ||
| downloads-preload.js | ||
| downloads.html | ||
| engine-picker-preload.js | ||
| engine-picker.html | ||
| error-preload.js | ||
| error.html | ||
| GOTCHAS.md | ||
| home-preload.js | ||
| home.html | ||
| link-status-preload.js | ||
| link-status.html | ||
| main.js | ||
| messages-preload.js | ||
| messages.html | ||
| package-lock.json | ||
| package.json | ||
| PACKAGING-PROMPT.md | ||
| PENDING.md | ||
| popover-preload.js | ||
| popover.html | ||
| preload.js | ||
| pw-fill-preload.js | ||
| pw-fill.html | ||
| README.md | ||
| RELEASE-HANDOFF.md | ||
| ROADMAP-identity-wallet.md | ||
| SESSION-PROMPT-identity-wallet.md | ||
| settings-preload.js | ||
| settings.html | ||
| sidebar-preload.js | ||
Theseus Navigator
The browser — the consumer face of the stack. Native .bch support with the
resolver built in, so a user installs one app instead of modifying their
operating system. Named for the thread through the labyrinth: the chain is the
thread.
Scope
- Electron shell (Chromium engine, no forking): tabs, address bar, history.
- In-process
.bchresolution — no system daemon, no NRPT, no OS trust-store changes; reusesbns.jsfrom the BNS repo as a library. - Record handling:
hrender,ipconnect,p/s3via in-app gateway,uredirect. - TLS via cert-verify hook (Electron
setCertificateVerifyProc) against the BNS root / on-chaintlsfingerprints — no OS store touched. - Provenance indicator: shows whether a page came from the chain / Sia / a direct server, with NFT category and record type — the decentralized padlock.
Status: not started
Build it in its own session/repo. The ready-to-paste brief is
BROWSER-PROMPT.md (a reference copy in this folder; canonical source is
D:\Dev\NameCoin\BROWSER-PROMPT.md — if they diverge, NameCoin wins). It points
here and reuses the resolver core. theseus.bch is registered and should
eventually serve the browser's own homepage over the protocol it implements.
Roadmap
BUILD-ROADMAP.md Stage 5.