Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xhr: more progress | bptato | 2024-08-15 | 1 | -4/+4 |
| | | | | | | | | | | * 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 | ||||
* | layout: inline fixes & improvements | bptato | 2024-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * fix text-align breaking down in the presence of floats * improve (and simplify) background color area painting This greatly simplifies inline layout by removing the additional text-align atom movement code and replacing it with a full re-layout when needed. That re-layout only occurs in (rare) cases where the text is likely to be relatively short anyway, so it's probably a win in any remotely realistic layout. This has also made it possible to at last merge the last three passes (horizontal/vertical alignment and background painting) and drop that weird synchronized tree + vector traversal. | ||||
* | test: print running test names to the same line | bptato | 2024-06-23 | 1 | -1/+1 |
| | |||||
* | layout: fix float size in table cells; remove redundant positioning | bptato | 2024-04-27 | 1 | -1/+1 |
| | |||||
* | test: add js & layout tests | bptato | 2024-04-21 | 1 | -0/+23 |
(Sadly some layout tests still fail.) |