Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | env, dom: add History stub, basic LocalStorage | bptato | 2024-07-30 | 1 | -0/+8 |
| | | | | | | | * History: doesn't really do anything, just adding it to fix some pages * LocalStorage: kind of works, but does lookups with linear search, and the quota limitation is on the number of entries not their size. plus it doesn't actually store anything on disk yet (like cookies). | ||||
* | test: add js & layout tests | bptato | 2024-04-21 | 1 | -0/+11 |
(Sadly some layout tests still fail.) |