| Commit message (Expand) | Author | Age | Files | Lines |
* | layout, csstree: build stacking contexts together with tree | bptato | 2025-05-03 | 4 | -0/+11 |
* | url: add schemeType, fix port bug on protocol assignment | bptato | 2025-05-03 | 1 | -0/+5 |
* | cookie: do not match port in Domain | bptato | 2025-05-02 | 1 | -1/+3 |
* | url, twtstr: misc cleanup, fix overflow check in parseUInt8 | bptato | 2025-05-01 | 1 | -0/+27 |
* | selectorparser: check type flag of hash tokens | bptato | 2025-04-18 | 2 | -0/+12 |
* | dom: add textarea value setter, defaultValue | bptato | 2025-04-14 | 1 | -0/+6 |
* | render: fix positioning of absolutes with negative z-index | bptato | 2025-04-14 | 2 | -0/+5 |
* | layout, render: fix positioning of absolute flex item descendants | bptato | 2025-04-10 | 4 | -2/+17 |
* | layout: always treat flex items as positioned boxes | bptato | 2025-04-07 | 2 | -0/+6 |
* | layout: fix cleared floats not flushing previous exclusions | bptato | 2025-04-06 | 2 | -0/+13 |
* | loader: support Set-Cookie for non-initial requests | bptato | 2025-04-05 | 3 | -2/+11 |
* | layout: correct table-caption width calculation | bptato | 2025-04-03 | 5 | -3/+67 |
* | csstree: add ::marker pseudo element | bptato | 2025-04-02 | 4 | -2/+15 |
* | cssparser: ignore case in AnB parsing of odd/even | bptato | 2025-04-02 | 2 | -2/+3 |
* | cssparser: fix escape sequence parsing | bptato | 2025-04-01 | 2 | -0/+5 |
* | config: add user-style, deprecate [css] and stylesheet | bptato | 2025-04-01 | 1 | -1/+1 |
* | layout: reimplement list items with out-of-flow markers | bptato | 2025-03-27 | 2 | -0/+12 |
* | xmlhttprequest: fix open with credentials | bptato | 2025-03-23 | 1 | -1/+1 |
* | Revert "csstree: improve intrinsic image sizing" | bptato | 2025-03-21 | 2 | -29/+0 |
* | csstree: improve intrinsic image sizing | bptato | 2025-03-21 | 2 | -0/+29 |
* | bonus: add new http handler with tinfl | bptato | 2025-03-20 | 1 | -0/+3 |
* | layout: implement cross auto margins in flex | bptato | 2025-03-14 | 2 | -0/+25 |
* | layout: fix bottom margin handling for root blocks | bptato | 2025-03-07 | 3 | -0/+12 |
* | layout: adjust table cell height to fill rows | bptato | 2025-03-03 | 1 | -3/+3 |
* | render: propagate offset to positioned block child before clip box inheritance | bptato | 2025-02-19 | 2 | -0/+6 |
* | dom: do not reflect name on all elements | bptato | 2025-02-19 | 1 | -0/+1 |
* | render, pager: fix canvas background painting order | bptato | 2025-02-19 | 5 | -1/+16 |
* | Fix test | bptato | 2025-02-18 | 2 | -6/+1 |
* | layout: fix nested fixed boxes | bptato | 2025-02-18 | 2 | -0/+14 |
* | layout: implement negative z-index | bptato | 2025-02-18 | 4 | -0/+64 |
* | render: respect stacking context for inline boxes | bptato | 2025-02-17 | 2 | -0/+3 |
* | layout: position absolute boxes relative to their parent | bptato | 2025-02-16 | 5 | -3/+26 |
* | xhr, event, catom: fix some bugs | bptato | 2025-02-15 | 6 | -7/+36 |
* | csstree, cssvalues: add non-numeric counters, japanese-formal | bptato | 2025-02-14 | 2 | -4/+4 |
* | csstree, cssvalues: implement counter() | bptato | 2025-02-13 | 2 | -0/+52 |
* | layout: separate out tree construction logic | bptato | 2025-02-12 | 2 | -0/+4 |
* | cssvalues: fix list-style-type initial value | bptato | 2025-02-12 | 1 | -1/+1 |
* | render: fix a visibility bug | bptato | 2025-02-11 | 2 | -0/+9 |
* | layout: respect intrinsic minimum width of table cells | bptato | 2025-02-09 | 2 | -0/+12 |
* | layout: refactor tree building phase | bptato | 2025-02-09 | 7 | -5/+29 |
* | layout: fix nested float positioning | bptato | 2025-02-08 | 3 | -3/+13 |
* | layout: fix some pre whitespace bugs | bptato | 2025-02-08 | 2 | -0/+8 |
* | layout: fix firstBaseline bug | bptato | 2025-02-08 | 2 | -0/+11 |
* | layout: unify BlockBox and InlineBox, refactor building | bptato | 2025-02-07 | 9 | -3/+111 |
* | formdata: fix FormData constructor, append filename handling | bptato | 2025-02-05 | 1 | -0/+6 |
* | cssparser: fix an infinite loop | bptato | 2025-02-05 | 1 | -0/+1 |
* | cssparser: fix parsing of consequitive comments | bptato | 2025-02-04 | 2 | -0/+6 |
* | cascade, ua.css: use ansi red, replace option with anonymous StyledNodes | bptato | 2025-02-04 | 7 | -14/+17 |
* | layout: merge addOuterBlock with layoutBlock, refactor | bptato | 2025-02-04 | 4 | -13/+6 |
* | layout: inline background fixes & simplification | bptato | 2025-02-03 | 7 | -0/+52 |