about summary refs log tree commit diff stats
path: root/lib/chame
Commit message (Collapse)AuthorAgeFilesLines
* Update chamebptato2024-02-081-0/+0
|
* Update chamebptato2024-02-071-0/+0
|
* Incremental renderingbptato2024-02-071-0/+0
| | | | | | | | | | | | Yay! Admittedly, it is not very useful in its current form, except maybe on very slow networks. The problem is that renderDocument is *slow*, so we only run it when onload fails to consume all bytes from the network in a single pass. Even then, we are guaranteed to get a FOUC, since CSS is only downloaded in finishLoad(). Well, I think it's cool, anyway.
* Update chamebptato2024-02-071-0/+0
| | | | | | | | * Update chame to the latest version * Get rid of nodeType usage * Add atoms * Re-implement DOM attributes * document.write
* Update chamebptato2023-12-031-0/+0
|
* Add innerHTML setterbptato2023-10-231-0/+0
| | | | yay
* Update chamebptato2023-09-301-0/+0
|
* update chamebptato2023-09-241-0/+0
|
* update chamebptato2023-09-191-0/+0
| | | | and with that, resolve the unknown input type issue
* Update submodulesbptato2023-09-141-0/+0
|
* Move HTML parsing into Chamebptato2023-08-151-0/+0
Operation "modularize Chawan somewhat" part 2