about summary refs log tree commit diff stats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* javascript: derive ctor functions from parent ctor functionsbptato2025-02-021-0/+1
* sheet: fix a hashing bugbptato2025-01-302-0/+6
* layout: fix absolute sizing order with floatsbptato2025-01-302-0/+6
* mediaquery: fix some parser bugsbptato2025-01-302-3/+20
* render: fix OOB panic with scroll container outside the canvasbptato2025-01-292-0/+4
* nanosvg: fix infinite loopbptato2025-01-292-0/+4
* javascript: fix .jsget on JSValuebptato2025-01-281-0/+17
* layout: fix flow roots in inline boxes not respecting floatsbptato2025-01-282-0/+10
* layout: fix some float margin resolution bugsbptato2025-01-284-0/+25
* cascade: fix variable inheritancebptato2025-01-282-2/+8
* layout: various float fixes in inline contextsbptato2025-01-268-0/+75
* layout: do not generate anonymous inline boxesbptato2025-01-2516-23/+73
* layout: fix an absolute sizing bugbptato2025-01-232-0/+5
* render: actually fix the "extra unnecessary line" bugbptato2025-01-2131-31/+0
* render: blend in paintBackgroundbptato2025-01-215-5/+0
* cssvalues: support percentage rgb colors, hsl & hslabptato2025-01-212-3/+25
* cssvalues: fix rgba() function parsingbptato2025-01-202-0/+5
* cascade: support nested variablesbptato2025-01-202-1/+14
* dom: CSSStyleDeclaration improvementsbptato2025-01-193-1/+37
* render: fix formatting being lost outside boxes with bgcolorbptato2025-01-174-0/+12
* render: overprint existing text when painting backgroundsbptato2025-01-161-3/+3
* cascade: basic CSS variable supportbptato2025-01-162-0/+9
* quirk.css, ua.css: adjust marginsbptato2025-01-161-0/+1
* widthconv: fix hiragana -> half-width kana conversionbptato2025-01-152-0/+4
* ua.css: fix select multiple renderingbptato2025-01-152-0/+18
* cookie: improve Expires parsingbptato2025-01-132-4/+6
* cssvalues, sheet: fix quotes parsing, misc cleanupbptato2025-01-122-0/+4
* dom: more select interfacesbptato2025-01-101-0/+9
* layout: clear intrinsic minimum block size on shrink-to-fit relayoutbptato2025-01-082-0/+12
* cssparser, mediaquery: factor out tflagb, fix a media query bugbptato2025-01-072-0/+5
* dom: standard tagNamebptato2025-01-071-0/+2
* layout: get rid of flex-direction reverse hackbptato2025-01-072-0/+9
* layout: wrap on inline floats that exceed the line's lengthbptato2025-01-062-0/+25
* layout, render: establish absolute container with position: stickybptato2025-01-062-0/+10
* layout: fix percentage margins in shrink-to-fitbptato2025-01-052-0/+12
* ua.css: set table box-sizing border boxbptato2025-01-054-14/+14
* dom: DOMTokenList fixes/improvementsbptato2025-01-051-1/+4
* dom: add form length, fix document.getElementsByName("")bptato2025-01-053-28/+23