Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-17 | devtools: Fix testcase | Lars-Dominik Braun | 1 | -3/+18 | |
The body is only available after receiving the loadingFinished event. | |||||
2018-12-24 | Use f-strings where possible | Lars-Dominik Braun | 1 | -5/+9 | |
Replaces str.format, which is less readable due to its separation of format and arguments. | |||||
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. |