gstack/browse/src
Garry Tan 12bf74a03d
revert: remove brittle string-matching catches and alias comments in browser-manager
Revert 6 catches that matched error messages via includes('closed'),
includes('Target'), etc. back to empty catches. These fire-and-forget
operations (page.close, bringToFront, dialog dismiss) genuinely don't
care about any error type. String matching on error messages is brittle
and will break on Playwright version bumps.

Remove 6 'alias for active session' comments that existed solely to
game slop-scan's pass-through-wrapper exemption rule.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 05:17:54 -10:00
..
activity.ts feat: content security — 4-layer prompt injection defense for pair-agent (#815) 2026-04-06 14:41:06 -07:00
browser-manager.ts revert: remove brittle string-matching catches and alias comments in browser-manager 2026-04-09 05:17:54 -10:00
buffers.ts feat: Phase 3.5 — cookie import, QA testing, team retro (v0.3.1) (#29) 2026-03-13 00:31:41 -07:00
bun-polyfill.cjs fix: Windows support — Node.js server fallback for Playwright (#255) 2026-03-20 12:22:11 -07:00
cdp-inspector.ts refactor: selective catches in write-commands, cdp-inspector, meta-commands, snapshot 2026-04-09 04:54:32 -10:00
cli.ts fix: use safeUnlinkQuiet in shutdown and cleanup paths 2026-04-09 05:17:54 -10:00
commands.ts feat: browser data platform for AI agents (v0.16.0.0) (#907) 2026-04-08 00:41:55 -07:00
config.ts fix: security wave 1 — 14 fixes for audit #783 (v0.15.7.0) (#810) 2026-04-04 22:12:04 -07:00
content-security.ts refactor: remove unnecessary return await in content-security and read-commands 2026-04-09 04:41:46 -10:00
cookie-import-browser.ts feat: Wave 3 — community bug fixes & platform support (v0.11.6.0) (#359) 2026-03-23 22:15:23 -07:00
cookie-picker-routes.ts fix: cookie picker auth token leak (v0.15.17.0) (#904) 2026-04-08 10:10:13 -07:00
cookie-picker-ui.ts fix: cookie picker auth token leak (v0.15.17.0) (#904) 2026-04-08 10:10:13 -07:00
error-handling.ts fix: restore isProcessAlive boolean semantics, add safeUnlinkQuiet, remove unused json() 2026-04-09 05:17:54 -10:00
find-browse.ts feat: multi-agent support — gstack works on Codex, Gemini CLI, and Cursor (v0.9.0) (#226) 2026-03-19 18:20:50 -07:00
media-extract.ts feat: browser data platform for AI agents (v0.16.0.0) (#907) 2026-04-08 00:41:55 -07:00
meta-commands.ts refactor: selective catches in write-commands, cdp-inspector, meta-commands, snapshot 2026-04-09 04:54:32 -10:00
network-capture.ts feat: browser data platform for AI agents (v0.16.0.0) (#907) 2026-04-08 00:41:55 -07:00
path-security.ts feat: browser data platform for AI agents (v0.16.0.0) (#907) 2026-04-08 00:41:55 -07:00
platform.ts fix: Windows support — Node.js server fallback for Playwright (#255) 2026-03-20 12:22:11 -07:00
read-commands.ts refactor: remove unnecessary return await in content-security and read-commands 2026-04-09 04:41:46 -10:00
server.ts fix: use safeUnlinkQuiet in shutdown and cleanup paths 2026-04-09 05:17:54 -10:00
sidebar-agent.ts refactor: replace empty catches with selective error handling in sidebar-agent 2026-04-09 04:45:15 -10:00
sidebar-utils.ts fix: sidebar agent uses real tab URL instead of stale Playwright URL (v0.12.6.0) (#544) 2026-03-26 22:07:03 -06:00
snapshot.ts refactor: selective catches in write-commands, cdp-inspector, meta-commands, snapshot 2026-04-09 04:54:32 -10:00
tab-session.ts refactor: extract TabSession for per-tab state isolation (v0.15.16.0) (#873) 2026-04-07 00:23:36 -07:00
token-registry.ts feat: browser data platform for AI agents (v0.16.0.0) (#907) 2026-04-08 00:41:55 -07:00
url-validation.ts fix: community security wave — 8 PRs, 4 contributors (v0.15.13.0) (#847) 2026-04-06 00:47:04 -07:00
welcome.html feat: GStack Browser — double-click AI browser with anti-bot stealth (#695) 2026-04-04 10:17:05 -07:00
write-commands.ts refactor: selective catches in write-commands, cdp-inspector, meta-commands, snapshot 2026-04-09 04:54:32 -10:00