Simon
35ff6d44fe
fix(extension): stateless SW, pull tab state instead of ports ( #596 )
...
* feat(extension)!: make sw stateless; tabs update with pulling instead of pushing
* fix(extension): harden tab loading wait
* fix: safer `waitUntil`
* chore: comments
* chore: reduce polling logs
2026-07-07 21:08:27 +08:00
Simon
1f45e74378
fix(extension): resolve active tab/window per caller context
2026-07-02 02:11:32 +08:00
Simon
49b137981c
fix(ext): tab events do not work for content scripts
2026-03-30 21:40:16 +08:00
Simon
312952ec41
fix(ext): multi window errors
2026-03-30 20:24:24 +08:00
Simon
52edd78cd4
chore(ext): improve debug logging
2026-03-30 19:48:52 +08:00
Simon
e1fede1194
feat(ext): option to control all tabs
2026-03-27 20:18:13 +08:00
Simon
48fede38fd
feat(ext): initialTab should be in controlled group; rm windowId; rm gray color
2026-03-16 20:51:32 +08:00
Simon
7c87c90258
fix(ext): fix multi-thread logic; extensive logging and error handling
2026-02-11 19:51:19 +08:00
Simon
c71ffcec1c
refactor(ext): tidy up background code
2026-02-10 21:59:58 +08:00
Simon
4e87940127
fix(ext): update message handlers
...
> If multiple listeners are registered for onMessage,
> only the first listener to respond, reject, or throw
> an error will affect the sender; all other listeners
> will run, but their results will be ignored.
2026-01-29 18:37:42 +08:00
Simon
c80de93d3b
fix(ext): sw calling robust
2026-01-28 14:13:28 +08:00
Simon
fdc3cf4e6d
feat(ext): handcraft the whole ext from scratch
...
AI coding doesn't work for MV3 extensions.
Threading was an unfixable mess.
Removed everything and rebuilt by hand.
2026-01-27 17:21:32 +08:00