Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | Try reloading active tab after reloading all extensions | Teddy Wing | |
Trying to set up the reload on the active tab after all extensions are reloaded. It's only working half the time and I can't figure out what I'm doing wrong. Something wrong with the wait group I think. Committing what I have and might try other ideas. | |||
2021-02-04 | Make DevTools Protocol call ID auto-incrementing | Teddy Wing | |
Remove the hard-coded call IDs and replace them with a class that keeps track of the current call ID and allows for easy incrementing to get the next ID. This should allow us to give multiple extension IDs on the command line and send messages with properly incrementing call IDs. Didn't touch the `runtime-evaluate-msg` message call ID because that one is local to the target it's attached to, so we can keep it at ID "1". |