0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
didnt mean to leave these commented out More... almost 18 years ago
add basic chars_until tests More... almost 18 years ago
a bit more test coverage More... almost 18 years ago
avoid infinite loops More... almost 18 years ago
More SVG Sanitization More... almost 18 years ago
Test to ensure <image> is sanitized. More... almost 18 years ago
Sanitize <image> element. More... almost 18 years ago
Updated tests. More... almost 18 years ago
Better: just strip out "bad" uri refs, rather than dropping the whole attribute. More... almost 18 years ago
Sanitization of url ref's in SVG attributes. More... almost 18 years ago
Tests for sanitization of url ref's in SVG attributes. More... almost 18 years ago
Add error message checking. This required updating many of the error messages and fixing a few minor bugs. More... almost 18 years ago
Add support for the MathML <semantics> element. More... almost 18 years ago
Don't crash and burn when non-ascii characters are found in the pre-parse More... almost 18 years ago
more test coverage More... almost 18 years ago
use utf-8 instead of utf-16 when detected via meta. not in the spec. More... almost 18 years ago
Remove some incorrect whitespace More... almost 18 years ago
Several changes related to character encoding; convert utf-16 to utf-8 if found in pre-parse algorithm, allow chardet to be switched off, start implementing reparsing if <meta> found during actual parse (not yet complete) More... almost 18 years ago
Misc. little fixes for tests that ryan added More... almost 18 years ago
Add undefined error to list of errors More... almost 18 years ago
Fix assertion when ungetting EOF More... almost 18 years ago
re-ordering the tests, per the wiki More... almost 18 years ago
more test coverage for in table phase More... almost 18 years ago
more test coverage for table body phase More... almost 18 years ago
more test coverage of row phase More... almost 18 years ago
more test coverage. More... almost 18 years ago
switch to https for externals, so we can check in from there. thought this was working already More... almost 18 years ago
test coverage for in body phase More... almost 18 years ago
test coverage for frameset phase More... almost 18 years ago
more test coverage for in column group phase More... almost 18 years ago