aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-13main: Trouble sending tabs reload after re-attachmanifest-v3-supportTeddy Wing
2023-11-13main: Try to force re-attach to service worker to reload the current tabTeddy Wing
2023-11-13main: Idea to sleep before reloading tabTeddy Wing
2023-11-12main: Attempt to use Inspector.targetCrashed to reload tabTeddy Wing
2023-11-12Track Manifest V3 extensions in a listTeddy Wing
2023-11-12main: Don't pass a callback to `chrome.tabs.reload`Teddy Wing
2023-11-11main: Ideas for reload in Manifest V3Teddy Wing
2023-02-08main: Add support for `service_worker` targetsTeddy Wing
2022-08-25Merge branch 'bundle-lisp-dependencies'Teddy Wing
2022-08-25option.lisp: Update copyright yearbundle-lisp-dependenciesTeddy Wing
2022-08-25option.lisp: Define version string at compile timeTeddy Wing
2022-08-25Update copyright dates after bundle changesTeddy Wing
2022-08-25extreload.asd: Turn off SSL in `websocket-driver-client`Teddy Wing
2022-08-25Makefile: Rewrite `pkg` target to include bundle and sourceTeddy Wing
2022-08-25Makefile: Add dependencies on `bundle` targetTeddy Wing
2022-08-25bundle.lisp: Remove `sysexits` from `local-dependencies` listTeddy Wing
2022-08-23Makefile: Add an `install` targetTeddy Wing
2022-08-23Makefile: Add self-contained bundle targetTeddy Wing
2022-08-22Remove `lib/with-user-abort` submoduleTeddy Wing
2022-08-22Remove `lib/sysexits` submoduleTeddy Wing
2021-03-03README: Add a note about pre-built binaries being availableTeddy Wing
2021-03-02Increase version v0.0.1 -> v0.0.2v0.0.2Teddy Wing
2021-03-02Update TODOTeddy Wing
2021-03-02main: Exit on Control-c interruptTeddy Wing
2021-03-01Makefile: Add source dependencies to `extreload` buildTeddy Wing
2021-03-01Add 'with-user-abort' library dependencyTeddy Wing
2021-03-01Update TODOTeddy Wing
2021-02-27README: Add submodule documentationv0.0.1Teddy Wing
2021-02-27Add `wait-group` library dependencyTeddy Wing
2021-02-27Makefile: Add target to build a distributable packageTeddy Wing
2021-02-27Add READMETeddy Wing
2021-02-27Add license (GNU GPLv3+)Teddy Wing
2021-02-27Makefile: Remove `release` targetTeddy Wing
2021-02-27Update TODOTeddy Wing
2021-02-27Add man pageTeddy Wing
2021-02-27Move everything from `l/` into the project rootTeddy Wing
2021-02-27Move `l/lib/sysexits` to `lib/sysexits`Teddy Wing
2021-02-27Remove web extension and native messaging hostTeddy Wing
2021-02-27Update TODOTeddy Wing
2021-02-27main: Add documentationTeddy Wing
2021-02-27main: Remove unused globalsTeddy Wing
2021-02-27main: Move command line option definitions to `option.lisp`Teddy Wing
2021-02-27option: Add documentationTeddy Wing
2021-02-27macro: Add documentationTeddy Wing
2021-02-27ws-on-message: Move predicate checking tab reload exception to functionTeddy Wing
2021-02-27devtools-protocol: Add documentationTeddy Wing
2021-02-27call-id: Add documentationTeddy Wing
2021-02-27Update TODOTeddy Wing
2021-02-27Hide `websocket-send` debug output behind `--debug` flagTeddy Wing
2021-02-21make-config: Add function documentationTeddy Wing