about summary refs log tree commit diff stats
path: root/lib/monoucha
Commit message (Collapse)AuthorAgeFilesLines
* Remove submodulesbptato2025-01-181-6/+0
| | | | | I got tired of submodules. This commit doesn't build; subtrees incoming...
* env, dom: add crypto.getRandomValues, HTMLInputElement.filesbptato2025-01-161-5/+5
|
* Update monouchabptato2025-01-131-5/+5
|
* Update monouchabptato2024-12-261-5/+5
|
* Update monouchabptato2024-11-251-5/+5
|
* dom: add document named property getter, update monouchabptato2024-11-221-5/+5
|
* Update monoucha, fix some JS testsbptato2024-11-181-5/+5
|
* Update monouchabptato2024-11-161-5/+5
|
* Update monouchabptato2024-11-091-5/+5
|
* Fix some C warnings, more makefile vars, etc.bptato2024-11-081-5/+5
| | | | | | | * add some more env vars to makefile * remove fpermissive from GCC builds * update Monoucha * fix borked seccomp filter length safety check (ugh)
* Update monouchabptato2024-10-281-5/+5
|
* Update monouchabptato2024-10-121-5/+5
|
* Update monouchabptato2024-10-021-5/+5
|
* Update monouchabptato2024-09-291-5/+5
| | | | | Now we use QuickJS-NG, which is better maintained than QJS and has column tracking.
* Update monouchabptato2024-09-171-5/+5
| | | | I meant to fix this enum bug in the previous patch but then I forgot...
* dom: add forms, elements getter + misc fixesbptato2024-09-171-5/+5
| | | | | | | | | | | | * add document.forms * add form.elements * remove redundant jshasprop functions * use mpairs for attribute iteration (mpairs use pointers, but pairs copies) * fix remove() crash * fix remove() collection invalidation for children (if parent is not in the collection) * update monoucha
* Update monouchabptato2024-08-221-5/+5
|
* xhr: more progressbptato2024-08-151-5/+5
| | | | | | | | | | * add responseText, response * add net tests -> currently sync XHR only; should find a way to do async tests... * update monoucha -> simplified & updated some related code that no longer worked properly
* Update monouchabptato2024-08-091-5/+5
|
* Update monouchabptato2024-08-091-5/+5
|
* Update submodulesbptato2024-07-281-5/+5
|
* Update monouchabptato2024-07-181-5/+5
|
* Update monouchabptato2024-07-171-5/+5
|
* Update monouchabptato2024-06-221-5/+5
|
* Move JS wrapper into Monouchabptato2024-06-031-0/+6
Operation "modularize Chawan somewhat" part 3