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