about summary refs log tree commit diff stats
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* Move charsets into chakasubptato2023-08-144-6/+10
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-4/+5
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-012-27/+27
* htmlparser: replace stray insert callbptato2023-07-271-1/+1
* dom: fix hasChildbptato2023-07-271-1/+1
* htmlparser: fix <th> not closing table cellsbptato2023-07-271-1/+1
* htmlparser: remove stray nil comparisonbptato2023-07-271-4/+3
* htmlparser: remove nil comparisons for Handlebptato2023-07-272-41/+52
* html: include SEARCH tag in parserbptato2023-07-252-5/+7
* html: add SEARCH tagbptato2023-07-251-17/+17
* Fix compilation on nim 1.6.10bptato2023-07-171-2/+3
* htmlparser: fix regressionbptato2023-07-171-2/+2
* htmlparser: make getTemplateContent optionalbptato2023-07-151-3/+4
* htmlparser: check required callbacksbptato2023-07-151-0/+13
* htmlparser: add parse error handlingbptato2023-07-154-281/+437
* htmlparser: correct outdated commentbptato2023-07-141-9/+3
* htmlparser: fix form association regressionbptato2023-07-102-8/+13
* htmlparser: remove more references to dombptato2023-07-092-13/+34
* htmlparser: more Option wrapping, remove dom referencebptato2023-07-091-18/+21
* htmlparser: fix fragment case, fix head bugbptato2023-07-091-8/+13
* htmltokenizer: only yield oncebptato2023-07-091-12/+22
* htmlparser: decouple from DOMbptato2023-07-095-542/+1110
* dom: work around bad codegenbptato2023-07-041-4/+6
* dom: add NodeType consts to Nodebptato2023-07-042-1/+1
* Event: add some properties, js: add defineConstsbptato2023-07-041-2/+17
* htmltokenizer: fix regressionbptato2023-07-031-0/+3
* tokenizer: fix unreachable code warningbptato2023-07-031-1/+0
* Fix compilation failurebptato2023-07-031-1/+2
* Add XHR/Event stubsbptato2023-07-023-5/+22
* return Result[T, JSError] from fromJSbptato2023-07-021-1/+0
* Cache Node.children, Node.childNodesbptato2023-07-011-4/+23
* Factor out headers into separate modulebptato2023-07-011-0/+2
* Use separate flag for adding getset instead of reprbptato2023-07-011-2/+2
* use =destroy instead of finalizersbptato2023-07-012-0/+55
* dom: synchronously load scriptsbptato2023-06-291-17/+13
* Add assign, replace, reload to locationbptato2023-06-291-1/+13
* Add window.locationbptato2023-06-292-6/+140
* Remove .jsgctorbptato2023-06-291-3/+6
* cssparser: remove SyntaxErrorbptato2023-06-251-4/+7
* css/values: use Result instead of exceptionsbptato2023-06-251-4/+2
* Working Nim-QuickJS GC integrationbptato2023-06-241-1/+1
* radixtree: optimize searchingbptato2023-06-231-19/+15
* Do not allow text() twice, etc...bptato2023-06-201-2/+4
* Reject fetch promise on network errorbptato2023-06-192-5/+4
* Get rid of the .jserr pragmabptato2023-06-192-152/+174
* Rework JS exception systembptato2023-06-191-0/+2
* input size as presentational hintbptato2023-06-181-0/+4
* Cleanups & bug fixes involving promisesbptato2023-06-152-12/+19
* Fix various layout bugs, prepare for image supportbptato2023-06-121-5/+29
* Remove JSObject again, add File API constructorbptato2023-06-081-7/+7