refactor(electron): sweep stale v1/preload.js archaeology from comments
Comment-only cleanup pass:
- Drop "v1 preload.js was here" archaeology comments — git history is
authoritative.
- Replace descriptive comments mentioning preload.js with what the code
actually does today.
- Strip Phase 3.x.y tags from section headers and explanatory comments.
- Update [webview] warn message to drop the v1-removal context.
- Rename '/fake/preload.js' fixtures to '/fake/tile-preload.cjs' for
accuracy.
Code deletions (all empty no-op functions whose comments were the only
content):
- registerDatastoreHandlers, registerExtensionHandlers,
registerProfileHandlers, registerModesHandlers,
registerWebExtensionHandlers, registerMiscHandlers,
registerDarkModeSettingHandlers — and their callers in
registerAllHandlers + index.ts re-exports.
Build clean.