about summary refs log tree commit diff stats
path: root/src/html/chadombuilder.nim
Commit message (Expand)AuthorAgeFilesLines
* buffer: remove BufferSourcebptato2024-02-221-6/+3
* Replace Chakasu with Chagashibptato2024-02-221-111/+18
* buffer: improve style invalidationbptato2024-02-141-0/+2
* loader: fixes & improvementsbptato2024-02-131-24/+20
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-19/+45
* chadombuilder: remove unnecessary pragmabptato2024-02-081-1/+1
* dom: reduce tagType usebptato2024-02-081-1/+1
* Fix some document.write bugsbptato2024-02-071-43/+75
* Incremental renderingbptato2024-02-071-113/+143
* Update chamebptato2024-02-071-129/+242
* Use std/* imports everywherebptato2024-01-071-3/+3
* Compile with styleCheck:usagesbptato2023-12-281-1/+1
* reduce new() usagebptato2023-10-251-1/+1
* Add innerHTML setterbptato2023-10-231-2/+39
* update chamebptato2023-09-191-0/+1
* Update submodulesbptato2023-09-141-1/+9
* javascript: factor out fromJSbptato2023-08-291-0/+1
* javascript: refactorbptato2023-08-281-1/+2
* DOMParser: use correct URLbptato2023-08-231-5/+11
* chadombuilder: implement restartbptato2023-08-151-0/+12
* Move HTML parsing into Chamebptato2023-08-151-2/+3
* Move charsets into chakasubptato2023-08-141-1/+2
* htmlparser: remove nil comparisons for Handlebptato2023-07-271-2/+3
* htmlparser: add parse error handlingbptato2023-07-151-1/+0
* htmlparser: fix form association regressionbptato2023-07-101-2/+3
* htmlparser: remove more references to dombptato2023-07-091-3/+6
* htmlparser: decouple from DOMbptato2023-07-091-0/+204