about summary refs log tree commit diff stats
path: root/lib/chame
Commit message (Collapse)AuthorAgeFilesLines
* Update Chame, Chagashibptato2024-06-131-5/+5
|
* Update Chamebptato2024-04-091-5/+5
|
* Update chamebptato2024-03-031-5/+5
|
* Update chamebptato2024-02-211-5/+5
|
* Update chamebptato2024-02-081-5/+5
|
* Update chamebptato2024-02-071-5/+5
|
* Incremental renderingbptato2024-02-071-7/+5
| | | | | | | | | | | | 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-5/+7
| | | | | | | | * Update chame to the latest version * Get rid of nodeType usage * Add atoms * Re-implement DOM attributes * document.write
* Update chamebptato2023-12-031-5/+5
|
* Add innerHTML setterbptato2023-10-231-5/+5
| | | | yay
* Update chamebptato2023-09-301-5/+5
|
* update chamebptato2023-09-241-5/+5
|
* update chamebptato2023-09-191-5/+5
| | | | and with that, resolve the unknown input type issue
* Update submodulesbptato2023-09-141-5/+5
|
* Move HTML parsing into Chamebptato2023-08-151-0/+6
Operation "modularize Chawan somewhat" part 2