Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-19 | Coding style | Lars-Dominik Braun | 1 | -1/+1 | |
Fix a few random issues pointed out by pylint, mainly unused imports. | |||||
2018-11-14 | Async chrome process startup | Lars-Dominik Braun | 1 | -5/+14 | |
Move it to .devtools. Seems more fitting. | |||||
2018-11-08 | devtools: Disable websocket pings to Chrome | Lars-Dominik Braun | 1 | -0/+10 | |
Chrome does not like that. | |||||
2018-11-06 | Add simple asyncio-based DevTool communication | Lars-Dominik Braun | 1 | -0/+153 | |
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks. |