about summary refs log tree commit diff stats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dom: button fixesbptato2025-01-051-0/+15
* layout: margin fixesbptato2025-01-051-0/+1
* layout: respect margin-top of root boxbptato2025-01-032-0/+4
* layout: implement layoutFlexItem as layoutRootBlockbptato2025-01-022-0/+45
* pager: history fixesbptato2025-01-013-0/+5
* layout, dom: input rendering fixesbptato2025-01-014-0/+12
* layout: fix regression in cd069a76ebptato2025-01-012-1/+7
* layout: prevent double-clear for flow rootsbptato2025-01-012-0/+29
* cascade: prevent blockification for non-inline absolute boxesbptato2024-12-302-0/+38
* layout: absolute sizing fixesbptato2024-12-304-0/+97
* layout: fix position: relative for right, bottombptato2024-12-302-0/+15
* layout: fix an overflow bugbptato2024-12-302-0/+26