aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-21When `chrome.tabs.reload()` errors, double decrement the wait groupTeddy Wing
2021-02-21Remove hard-coded call ID commentsTeddy Wing
2021-02-21reload-tab: Fix inconsistent tab reloadingTeddy Wing
2021-02-21websocket-send: Add debug output for WebSocket message sendTeddy Wing
2021-02-21Add `--debug` option to print debug outputTeddy Wing
2021-02-21Update TODOTeddy Wing
2021-02-21main: Replace hard-coded call IDs with a new counterTeddy Wing
2021-02-21ws-on-message: Adjust debug messagesTeddy Wing
2021-02-14extreload.asd: Compress SBCL executableTeddy Wing
2021-02-14Makefile: Try making a release build with ECLTeddy Wing
2021-02-14Update TODOTeddy Wing
2021-02-14main.lisp: Rename `reload-extensions` to `attach-extensions`Teddy Wing
2021-02-14config: Remove `(setf socket-url)` methodTeddy Wing
2021-02-14Update TODOTeddy Wing
2021-02-14Timeout after five secondsTeddy Wing
2021-02-14main.lisp: Remove handled TODOs and clean up commentsTeddy Wing
2021-02-14Update TODOTeddy Wing
2021-02-14Add 'sysexits' library dependencyTeddy Wing
2021-02-13Replace exit codes with constants from the `sysexits` systemTeddy Wing
2021-02-13Add a generic "print error and exit" functionTeddy Wing
2021-02-09Update TODOTeddy Wing
2021-02-09Update TODOTeddy Wing
2021-02-09Always reload current tab after reloading an extensionTeddy Wing
2021-02-09Use proper extension target count for active tab reload conditionTeddy Wing
2021-02-09Keep trying to reload tab until it succeedsTeddy Wing
2021-02-08Sort of found working reload current tab implementationTeddy Wing
2021-02-08Try reloading active tab after reloading all extensionsTeddy Wing
2021-02-06reload-extensions: Add TODO to renameTeddy Wing
2021-02-06main: Add TODO reminderTeddy Wing
2021-02-05Update TODOTeddy Wing
2021-02-05main: Exit on uncaught errors and print the messageTeddy Wing
2021-02-04Update TODOTeddy Wing
2021-02-04Make DevTools Protocol call ID auto-incrementingTeddy Wing
2021-02-03Update TODOTeddy Wing
2021-02-03parse-options: Error if no extension ID arguments were givenTeddy Wing
2021-02-03main: Replace hard-coded extension ID with list from command line argsTeddy Wing
2021-02-03Update TODOTeddy Wing
2021-02-03main: Get WebSocket URL from command line for `*client*`Teddy Wing
2021-02-03config: Initialise a new websocket-driver client on new configTeddy Wing
2021-02-03Move DevTools functions to `devtools-protocol.lisp`Teddy Wing
2021-02-03Update TODOTeddy Wing
2021-02-03parse-options: Exit with error if `--socket-url` isn't givenTeddy Wing
2021-02-03main: Move option parsing code to new function `parse-options`Teddy Wing
2021-02-02Add config classTeddy Wing
2021-02-02Update TODOTeddy Wing
2021-02-02main: Handle command line argument parsing errorsTeddy Wing
2021-02-02main: Show help output with -h/--helpTeddy Wing
2021-02-02main: Start command line option parsingTeddy Wing
2021-02-01Add .gitignoreTeddy Wing
2021-02-01main.lisp: Update testing WebSocket URLTeddy Wing