index
:
swextreload
master
Reload Manifest V3 Chrome extensions from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2023-11-25
Add license (GNU GPLv3+)
Teddy Wing
2023-11-25
swextreload: Choose the first non-nil target to reload the current tab
Teddy Wing
2023-11-25
swextreload: Go fmt
Teddy Wing
2023-11-25
swextreload.reloadTab: Add function documentation
Teddy Wing
2023-11-25
swextreload.isExtensionManifestV2: Add function documentation
Teddy Wing
2023-11-25
swextreload.reloadTab: Rename `letarget` variable
Teddy Wing
2023-11-25
swextreload.reloadTab: Remove `isExtensionManifestV2` argument
Teddy Wing
2023-11-25
swextreload: Explain why we don't cancel certain contexts
Teddy Wing
2023-11-25
swextreload: Explain MV2 vs. MV3 tab reload handling
Teddy Wing
2023-11-25
swextreload: Explain 200 millisecond sleep before reloading tab
Teddy Wing
2023-11-25
swextreload: Remove finished TODOs
Teddy Wing
2023-11-20
swextreload: Ideas for problems sending messages
Teddy Wing
2023-11-19
swextreload: Timeout after five seconds
Teddy Wing
2023-11-18
swextreload: Debugging service worker inactive
Teddy Wing
2023-11-18
swextreload: Extract debug logging to function
Teddy Wing
2023-11-17
swextreload: Make tab reload work on both MV2 and MV3 contexts
Teddy Wing
2023-11-17
swextreload: Fix MV2 extension reload
Teddy Wing
2023-11-17
swextreload: Reload all targets matching a given extension ID
Teddy Wing
2023-11-17
swextreload: Test Runtime.evaluate
Teddy Wing
2023-11-17
swextreload: Try lifting getTargets outside of `reloadExtension`
Teddy Wing
2023-11-16
swextreload: Note about getting targets once
Teddy Wing
2023-11-16
Try not cancelling context
Teddy Wing
2023-11-16
swextreload: Experiment with MV2 tab reloading
Teddy Wing
2023-11-14
swextreload: Try to split out tab reloading into a separate function
Teddy Wing
2023-11-14
swextreload: Add note for multiple extension handling
Teddy Wing
2023-11-14
swextreload.Reload: Handle multiple extensions
Teddy Wing
2023-11-14
swextreload: Add package documentation
Teddy Wing
2023-11-14
swextreload: Add documentation comments
Teddy Wing
2023-11-14
swextreload.reloadExtension: Remove old commented code
Teddy Wing
2023-11-14
Make `--reload-current-tab` flag work
Teddy Wing
2023-11-14
Add `--debug` flag
Teddy Wing
2023-11-14
swextreload.reloadExtension: Return errors
Teddy Wing
2023-11-14
swextreload.Reload: Accept a list of extension IDs
Teddy Wing
2023-11-14
swextreload.Reload: Extract arguments
Teddy Wing
2023-11-14
Move code from `main()` to `swextreload.Reload()`
Teddy Wing
2023-11-14
internal/swextreload: Get rid of option interface, use plain arguments
Teddy Wing
2023-11-14
Move swextreload.go to internal/
Teddy Wing