gstack/extension
Garry Tan 6238edd5d7
fix: add inspector message types to background.js allowlist
Pre-existing bug found by Codex: ALLOWED_TYPES in background.js was missing
all inspector message types (startInspector, stopInspector, elementPicked,
pickerCancelled, applyStyle, toggleClass, injectCSS, resetAll, inspectResult).
Messages were silently rejected, making the inspector broken on ALL pages.

Also: separate executeScript and insertCSS into individual try blocks in
injectInspector(), store inspectorMode for routing, and add content.js
fallback when script injection fails (CSP, chrome:// pages).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 23:10:45 -07:00
..
icons feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
background.js fix: add inspector message types to background.js allowlist 2026-03-29 23:10:45 -07:00
content.css feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
content.js fix: security audit remediation — 12 fixes, 20 tests (v0.13.1.0) (#595) 2026-03-28 08:35:24 -06:00
inspector.css feat: sidebar CSS inspector — element picker, box model, rule cascade, quick edit 2026-03-29 20:25:36 -07:00
inspector.js feat: sidebar CSS inspector — element picker, box model, rule cascade, quick edit 2026-03-29 20:25:36 -07:00
manifest.json feat: sidebar CSS inspector — element picker, box model, rule cascade, quick edit 2026-03-29 20:25:36 -07:00
popup.html feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
popup.js feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
sidepanel.css feat: sidebar per-tab chat context, tab bar sync, stop button, UX polish 2026-03-29 22:19:30 -07:00
sidepanel.html feat: sidebar per-tab chat context, tab bar sync, stop button, UX polish 2026-03-29 22:19:30 -07:00
sidepanel.js feat: sidebar per-tab chat context, tab bar sync, stop button, UX polish 2026-03-29 22:19:30 -07:00