Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-19 | Coding style | Lars-Dominik Braun | 1 | -4/+4 | |
Fix a few random issues pointed out by pylint, mainly unused imports. | |||||
2018-06-21 | Fix a few issues pointed out by pylint | Lars-Dominik Braun | 1 | -2/+0 | |
2017-11-29 | Refactoring | Lars-Dominik Braun | 1 | -0/+107 | |
Reusable browser communication and WARC writing. | |||||
2017-11-26 | DOM snapshot: Generate valid HTML5 | Lars-Dominik Braun | 1 | -2/+19 | |
Some tags are “void”, i.e. cannot contain contents and don’t have a closing tag. | |||||
2017-11-25 | Strip on* HTML attributes | Lars-Dominik Braun | 1 | -0/+84 | |
They can carry JavaScript as well and should not be allowed for DOM snapshots. |