about summary refs log tree commit diff stats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* layout, csstree: build stacking contexts together with treebptato2025-05-034-0/+11
* url: add schemeType, fix port bug on protocol assignmentbptato2025-05-031-0/+5
* cookie: do not match port in Domainbptato2025-05-021-1/+3
* url, twtstr: misc cleanup, fix overflow check in parseUInt8bptato2025-05-011-0/+27
* selectorparser: check type flag of hash tokensbptato2025-04-182-0/+12
* dom: add textarea value setter, defaultValuebptato2025-04-141-0/+6
* render: fix positioning of absolutes with negative z-indexbptato2025-04-142-0/+5
* layout, render: fix positioning of absolute flex item descendantsbptato2025-04-104-2/+17
* layout: always treat flex items as positioned boxesbptato2025-04-072-0/+6
* layout: fix cleared floats not flushing previous exclusionsbptato2025-04-062-0/+13
* loader: support Set-Cookie for non-initial requestsbptato2025-04-053-2/+11
* layout: correct table-caption width calculationbptato2025-04-035-3/+67
* csstree: add ::marker pseudo elementbptato2025-04-024-2/+15
* cssparser: ignore case in AnB parsing of odd/evenbptato2025-04-022-2/+3
* cssparser: fix escape sequence parsingbptato2025-04-012-0/+5
* config: add user-style, deprecate [css] and stylesheetbptato2025-04-011-1/+1
* layout: reimplement list items with out-of-flow markersbptato2025-03-272-0/+12
* xmlhttprequest: fix open with credentialsbptato2025-03-231-1/+1
* Revert "csstree: improve intrinsic image sizing"bptato2025-03-212-29/+0
* csstree: improve intrinsic image sizingbptato2025-03-212-0/+29
* bonus: add new http handler with tinflbptato2025-03-201-0/+3
* layout: implement cross auto margins in flexbptato2025-03-142-0/+25
* layout: fix bottom margin handling for root blocksbptato2025-03-073-0/+12
* layout: adjust table cell height to fill rowsbptato2025-03-031-3/+3
* render: propagate offset to positioned block child before clip box inheritancebptato2025-02-192-0/+6
* dom: do not reflect name on all elementsbptato2025-02-191-0/+1
* render, pager: fix canvas background painting orderbptato2025-02-195-1/+16
* Fix testbptato2025-02-182-6/+1
* layout: fix nested fixed boxesbptato2025-02-182-0/+14
* layout: implement negative z-indexbptato2025-02-184-0/+64
* render: respect stacking context for inline boxesbptato2025-02-172-0/+3
* layout: position absolute boxes relative to their parentbptato2025-02-165-3/+26
* xhr, event, catom: fix some bugsbptato2025-02-156-7/+36
* csstree, cssvalues: add non-numeric counters, japanese-formalbptato2025-02-142-4/+4
* csstree, cssvalues: implement counter()bptato2025-02-132-0/+52
* layout: separate out tree construction logicbptato2025-02-122-0/+4
* cssvalues: fix list-style-type initial valuebptato2025-02-121-1/+1
* render: fix a visibility bugbptato2025-02-112-0/+9
* layout: respect intrinsic minimum width of table cellsbptato2025-02-092-0/+12
* layout: refactor tree building phasebptato2025-02-097-5/+29
* layout: fix nested float positioningbptato2025-02-083-3/+13
* layout: fix some pre whitespace bugsbptato2025-02-082-0/+8
* layout: fix firstBaseline bugbptato2025-02-082-0/+11
* layout: unify BlockBox and InlineBox, refactor buildingbptato2025-02-079-3/+111
* formdata: fix FormData constructor, append filename handlingbptato2025-02-051-0/+6
* cssparser: fix an infinite loopbptato2025-02-051-0/+1
* cssparser: fix parsing of consequitive commentsbptato2025-02-042-0/+6
* cascade, ua.css: use ansi red, replace option with anonymous StyledNodesbptato2025-02-047-14/+17
* layout: merge addOuterBlock with layoutBlock, refactorbptato2025-02-044-13/+6
* layout: inline background fixes & simplificationbptato2025-02-037-0/+52