about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix copy-paste error attempt 2bptato2024-01-211-1/+1
| * Fix copy-paste errorbptato2024-01-211-1/+1
| * htmlparser: set script already started on <script>bptato2024-01-211-1/+2
| * Get rid of radixtreebptato2024-01-187-230/+154
| * tags: remove NodeType and various setsbptato2024-01-157-123/+95
| * Avoid having to import htmltokenizerbptato2024-01-154-45/+61
| * tags: add NAMESPACE_UNKNOWN, PREFIX_UNKNOWNbptato2024-01-141-0/+2
| * htmlparseriface: split out <html> element creationbptato2024-01-143-37/+51
| * htmlparser: make it possible to implement custom elementsbptato2024-01-063-18/+40
| * Update todo, readmebptato2024-01-032-2/+0
| * Update readmebptato2024-01-021-3/+1
| * minidom: UTF8 validate strings in strToAtombptato2024-01-021-2/+1
| * Do not use dynamic dispatch for optional hooksbptato2024-01-028-78/+113
| * htmlparseriface: make addAttrsIfMissingImpl non-optionalbptato2024-01-022-18/+15
| * htmlparseriface: use converter instead of manual castingbptato2024-01-021-72/+4
| * Reduce func use, reduce dead codebptato2024-01-021-37/+30
| * Separate HTML attributes from adjusted XML attrsbptato2024-01-027-177/+153
| * htmlparser: use popElementsIncl morebptato2024-01-011-4/+3
| * htmlparser: get rid of some todosbptato2024-01-012-12/+2
| * htmltokenizer: fix some todosbptato2024-01-011-41/+33
| * htmltokenizer: remove large internal bufferbptato2024-01-016-128/+138
| * New interface part 2bptato2023-12-317-182/+178
| * New interface part 1bptato2023-12-309-426/+455
| * Do not emit EOF token in tokenizerbptato2023-12-302-4/+4
| * Get rid of tagNameEquals, reduce getLocalName usebptato2023-12-302-22/+12
| * Remove unnecessary getNamespace callsbptato2023-12-301-4/+2
| * Pass all tree construction testsbptato2023-12-306-191/+383
| * tests21bptato2023-12-283-15/+17
| * tests 18 .. 20bptato2023-12-285-23/+61
| * Fix tests 10 .. 17, add todobptato2023-12-285-48/+139
| * htmltokenizer: refactor peek_str, peek_str_nocasebptato2023-12-281-41/+33
| * htmltokenizer: use static assertionsbptato2023-12-281-8/+11
| * Update readmebptato2023-12-281-6/+4
| * htmltokenizer: null -> \0bptato2023-12-281-28/+26
| * Comment out function overload for testingbptato2023-12-281-0/+3
| * Fixes for test9.datbptato2023-12-289-175/+419
| * Add string interning for attribute namesbptato2023-12-279-132/+249
| * Add string interning supportbptato2023-12-2712-484/+694
| * htmltokenizer: refactor EOF handlingbptato2023-12-261-267/+303
| * tests/tokenizer: remove unused parambptato2023-12-261-5/+5
| * Re-add chakasu for testsbptato2023-12-261-0/+2
| * Remove chakasu from nimble filebptato2023-12-201-1/+0
| * add missing tests/shared folderbptato2023-12-201-0/+262
| * htmlparser: fix bug in reconstructActiveFormattingbptato2023-12-201-1/+1
| * Separate out character encoding support from htmlparserbptato2023-12-2014-730/+584
| * htmlparser: add getDocument getter to DOMBuilderbptato2023-12-202-17/+29
| * htmlparser: add callbacks for rewinding the input streambptato2023-12-181-5/+27
| * htmlparser: remove superflous setPosition callsbptato2023-12-181-2/+0
| * Fix typosbptato2023-12-051-6/+6
| * htmlparser: take Option[Handle] for `before' in insertTextbptato2023-12-042-4/+5