about summary refs log tree commit diff stats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* script: improve defineConstsbptato2024-12-302-2/+5
* cssvalues: fix length shorthand parsingbptato2024-12-301-3/+2
* cssvalues: fix font-weight parsingbptato2024-12-292-1/+2
* cookie: add persistent cookies, misc refactoring/fixesbptato2024-12-294-5/+49
* xhr: fix flipped exception in overrideMimeTypebptato2024-12-281-0/+2
* layout: fix various padding bugsbptato2024-12-282-0/+26
* layout: fix a flex sizing bugbptato2024-12-272-0/+14
* layout: improve intrinsic minimum size calculationbptato2024-12-269-2/+121
* jsencoding: fix nil deref on empty encode inputbptato2024-12-261-0/+1
* layout: resolve percentage width for auto table cellsbptato2024-12-212-0/+10
* cascade: actually, it should be inline-blockbptato2024-12-202-0/+17
* cascade: blockify on position: absolute or fixedbptato2024-12-201-0/+1
* layout: apply padding to intrinsic minimum widthbptato2024-12-192-0/+5
* match: fix nested hover selectorbptato2024-12-182-0/+10