Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove submodules | bptato | 2025-01-18 | 1 | -6/+0 |
| | | | | | I got tired of submodules. This commit doesn't build; subtrees incoming... | ||||
* | env, dom: add crypto.getRandomValues, HTMLInputElement.files | bptato | 2025-01-16 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2025-01-13 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-12-26 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-11-25 | 1 | -5/+5 |
| | |||||
* | dom: add document named property getter, update monoucha | bptato | 2024-11-22 | 1 | -5/+5 |
| | |||||
* | Update monoucha, fix some JS tests | bptato | 2024-11-18 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-11-16 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-11-09 | 1 | -5/+5 |
| | |||||
* | Fix some C warnings, more makefile vars, etc. | bptato | 2024-11-08 | 1 | -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 monoucha | bptato | 2024-10-28 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-10-12 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-10-02 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-09-29 | 1 | -5/+5 |
| | | | | | Now we use QuickJS-NG, which is better maintained than QJS and has column tracking. | ||||
* | Update monoucha | bptato | 2024-09-17 | 1 | -5/+5 |
| | | | | I meant to fix this enum bug in the previous patch but then I forgot... | ||||
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 1 | -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 monoucha | bptato | 2024-08-22 | 1 | -5/+5 |
| | |||||
* | xhr: more progress | bptato | 2024-08-15 | 1 | -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 monoucha | bptato | 2024-08-09 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-08-09 | 1 | -5/+5 |
| | |||||
* | Update submodules | bptato | 2024-07-28 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-07-18 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-07-17 | 1 | -5/+5 |
| | |||||
* | Update monoucha | bptato | 2024-06-22 | 1 | -5/+5 |
| | |||||
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -0/+6 |
Operation "modularize Chawan somewhat" part 3 |