aboutsummaryrefslogtreecommitdiffstats
path: root/internal
AgeCommit message (Expand)Author
2023-11-25Add license (GNU GPLv3+)Teddy Wing
2023-11-25swextreload: Choose the first non-nil target to reload the current tabTeddy Wing
2023-11-25swextreload: Go fmtTeddy Wing
2023-11-25swextreload.reloadTab: Add function documentationTeddy Wing
2023-11-25swextreload.isExtensionManifestV2: Add function documentationTeddy Wing
2023-11-25swextreload.reloadTab: Rename `letarget` variableTeddy Wing
2023-11-25swextreload.reloadTab: Remove `isExtensionManifestV2` argumentTeddy Wing
2023-11-25swextreload: Explain why we don't cancel certain contextsTeddy Wing
2023-11-25swextreload: Explain MV2 vs. MV3 tab reload handlingTeddy Wing
2023-11-25swextreload: Explain 200 millisecond sleep before reloading tabTeddy Wing
2023-11-25swextreload: Remove finished TODOsTeddy Wing
2023-11-20swextreload: Ideas for problems sending messagesTeddy Wing
2023-11-19swextreload: Timeout after five secondsTeddy Wing
2023-11-18swextreload: Debugging service worker inactiveTeddy Wing
2023-11-18swextreload: Extract debug logging to functionTeddy Wing
2023-11-17swextreload: Make tab reload work on both MV2 and MV3 contextsTeddy Wing
2023-11-17swextreload: Fix MV2 extension reloadTeddy Wing
2023-11-17swextreload: Reload all targets matching a given extension IDTeddy Wing
2023-11-17swextreload: Test Runtime.evaluateTeddy Wing
2023-11-17swextreload: Try lifting getTargets outside of `reloadExtension`Teddy Wing
2023-11-16swextreload: Note about getting targets onceTeddy Wing
2023-11-16Try not cancelling contextTeddy Wing
2023-11-16swextreload: Experiment with MV2 tab reloadingTeddy Wing
2023-11-14swextreload: Try to split out tab reloading into a separate functionTeddy Wing
2023-11-14swextreload: Add note for multiple extension handlingTeddy Wing
2023-11-14swextreload.Reload: Handle multiple extensionsTeddy Wing
2023-11-14swextreload: Add package documentationTeddy Wing
2023-11-14swextreload: Add documentation commentsTeddy Wing
2023-11-14swextreload.reloadExtension: Remove old commented codeTeddy Wing
2023-11-14Make `--reload-current-tab` flag workTeddy Wing
2023-11-14Add `--debug` flagTeddy Wing
2023-11-14swextreload.reloadExtension: Return errorsTeddy Wing
2023-11-14swextreload.Reload: Accept a list of extension IDsTeddy Wing
2023-11-14swextreload.Reload: Extract argumentsTeddy Wing
2023-11-14Move code from `main()` to `swextreload.Reload()`Teddy Wing
2023-11-14internal/swextreload: Get rid of option interface, use plain argumentsTeddy Wing
2023-11-14Move swextreload.go to internal/Teddy Wing