| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | aiohttp removed it with release 4.0.0a1:
https://github.com/aio-libs/aiohttp/commit/c8dbe758e2cfa4304cab9a1b056031aba92e4f02
and we weren’t using it anyway. | 
|  | Add command-line options injecting individual cookies or cookie file
into Chrome. Provide default cookie file.
This changes the IRC bot’s command splitting to shlex.split, which
allows shell-like argument quoting.
Fixes #7. | 
|  | In case the whole browser crashes (rare) we will neither be able to
close the tab on __aexit__, nor send SIGTERM to it. Make sure we still
terminate gracefully. | 
|  |  | 
|  | Fixes #17. | 
|  | Replaces str.format, which is less readable due to its separation of
format and arguments. | 
|  | Use library yarl (already pulled in by aiohttp). No URL processed should
be a string. | 
|  | Fix a few random issues pointed out by pylint, mainly unused imports. | 
|  | Add a few more that seem reasonable. | 
|  | Move it to .devtools. Seems more fitting. | 
|  | Chrome does not like that. | 
|  | Inspired by pychrome/aiochrome, but includes crash handling and async
get() instead of callbacks. |