Age | Commit message (Collapse) | Author | Files | Lines |
|
When loading XML documents Chrome presents a pretty-printed version to
the user, which still contains the original XML when exporting via
DOM.getDocument.
Not sure how to test this.
|
|
Fix a few random issues pointed out by pylint, mainly unused imports.
|
|
|
|
Reusable browser communication and WARC writing.
|
|
Some tags are “void”, i.e. cannot contain contents and don’t have a
closing tag.
|
|
They can carry JavaScript as well and should not be allowed for DOM
snapshots.
|