| Commit message (Expand) | Author | Age | Files | Lines |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 2 | -0/+91 |
* | Fix test case | bptato | 2024-12-17 | 1 | -1/+1 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 12 | -0/+75 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 2 | -0/+6 |
* | layout: set table intrinsic min width to specified width | bptato | 2024-12-15 | 2 | -0/+18 |
* | Unify assert.js for tests | bptato | 2024-12-15 | 3 | -37/+15 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 2 | -0/+10 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 2 | -0/+21 |
* | md2html: fix newline after list before EOF | bptato | 2024-12-14 | 2 | -0/+4 |
* | url: fix file:/ serialization | bptato | 2024-12-14 | 1 | -0/+1 |
* | render: apply visibility to inline boxes | bptato | 2024-12-10 | 2 | -0/+5 |
* | layout: override table cell width if its min width is greater | bptato | 2024-12-10 | 2 | -0/+15 |
* | layout: another xminwidth kludge | bptato | 2024-12-08 | 2 | -0/+11 |
* | Fix casing | bptato | 2024-12-05 | 1 | -1/+1 |
* | md2html: another list bugfix, add a test | bptato | 2024-12-04 | 6 | -0/+71 |
* | mediaquery: fix and after bare keyword | bptato | 2024-12-01 | 2 | -0/+5 |
* | layout: remove mystery startOffset adjustment | bptato | 2024-11-28 | 1 | -4/+4 |
* | layout: support br clear | bptato | 2024-11-27 | 2 | -0/+13 |
* | layout: another intrinsic min width fix | bptato | 2024-11-24 | 1 | -2/+4 |
* | layout: fix intrinsic min width for words with wrapping opportunities | bptato | 2024-11-24 | 2 | -0/+57 |
* | dom: implement HTMLDocument, make Image C/W | bptato | 2024-11-22 | 2 | -4/+9 |
* | dom: add document named property getter, update monoucha | bptato | 2024-11-22 | 1 | -7/+26 |
* | chadombuilder: fix removeImpl definition | bptato | 2024-11-21 | 2 | -0/+3 |
* | layout: fix intrinsic min width with whitespace: pre | bptato | 2024-11-19 | 2 | -0/+11 |
* | layout: fix indefinitely sized flex items with bounds | bptato | 2024-11-19 | 2 | -0/+7 |
* | dom: add HTMLHyperlinkElementUtils setters | bptato | 2024-11-19 | 1 | -0/+12 |
* | Update monoucha, fix some JS tests | bptato | 2024-11-18 | 3 | -22/+27 |
* | layout: fix crash on overlapping rowspan/colspan | bptato | 2024-11-17 | 2 | -0/+23 |
* | dom: add getElementsByName, fix adopt | bptato | 2024-11-16 | 1 | -0/+2 |
* | twtstr: beforeLast -> untilLast | bptato | 2024-11-15 | 1 | -1/+1 |
* | layout: fix another flex sizing bug | bptato | 2024-11-14 | 2 | -0/+12 |
* | renderdocument: basic stacking context support | bptato | 2024-11-09 | 6 | -12/+8 |
* | layout: fix a few more flex sizing bugs | bptato | 2024-11-09 | 4 | -0/+34 |
* | dom: support all HTMLHyperlinkElementUtils getters | bptato | 2024-11-09 | 17 | -110/+156 |
* | layout: fix initial flex item width calculation | bptato | 2024-11-08 | 5 | -3/+27 |
* | url: fix crash on invalid ipv6 syntax | bptato | 2024-11-04 | 1 | -0/+1 |
* | layout: fix a small table bug | bptato | 2024-11-02 | 2 | -0/+8 |
* | dom: add localName, simplify | bptato | 2024-11-02 | 1 | -0/+9 |
* | layout: remove inline rounding | bptato | 2024-11-02 | 2 | -0/+3 |
* | cssparser: fix parsing of unrecognized at rules | bptato | 2024-11-02 | 2 | -0/+9 |
* | layout: fix yet another inline float bug | bptato | 2024-11-01 | 2 | -0/+8 |
* | layout: simplify a bit, fix some inline float bugs | bptato | 2024-11-01 | 4 | -0/+26 |
* | layout: refactor flow and fix some bugs in the process | bptato | 2024-10-31 | 18 | -0/+29 |
* | layout: fix margin resolution for absolutely positioned boxes | bptato | 2024-10-28 | 2 | -0/+15 |
* | url: add searchParams.has | bptato | 2024-10-28 | 1 | -0/+3 |
* | selectorparser: fix parsing of invalid pseudo elements | bptato | 2024-10-26 | 2 | -0/+21 |
* | cssparser: do not accept invalid rules | bptato | 2024-10-25 | 2 | -0/+4 |
* | layout: fix nested absolute positioning, refactor initial size resolution | bptato | 2024-10-25 | 2 | -0/+25 |
* | layout: fix inline float + position: absolute bug | bptato | 2024-10-16 | 2 | -0/+6 |
* | layout: fix float positioning in inline contexts | bptato | 2024-10-15 | 5 | -1/+18 |