about summary refs log tree commit diff stats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dom, match: optimize :nth-child, :nth-last-childbptato2024-12-172-0/+91
* Fix test casebptato2024-12-171-1/+1
* layout: propagate intrinsic minimum heightbptato2024-12-1712-0/+75
* layout: do not allow canpx for scFitContentbptato2024-12-152-0/+6
* layout: set table intrinsic min width to specified widthbptato2024-12-152-0/+18
* Unify assert.js for testsbptato2024-12-153-37/+15
* layout: do not trust specified table cell heightbptato2024-12-152-0/+10
* dom, css: fix case-insensitive class/id/attr matchingbptato2024-12-152-0/+21
* md2html: fix newline after list before EOFbptato2024-12-142-0/+4
* url: fix file:/ serializationbptato2024-12-141-0/+1
* render: apply visibility to inline boxesbptato2024-12-102-0/+5
* layout: override table cell width if its min width is greaterbptato2024-12-102-0/+15
* layout: another xminwidth kludgebptato2024-12-082-0/+11
* Fix casingbptato2024-12-051-1/+1
* md2html: another list bugfix, add a testbptato2024-12-046-0/+71
* mediaquery: fix and after bare keywordbptato2024-12-012-0/+5
* layout: remove mystery startOffset adjustmentbptato2024-11-281-4/+4
* layout: support br clearbptato2024-11-272-0/+13
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-242-0/+57
* dom: implement HTMLDocument, make Image C/Wbptato2024-11-222-4/+9
* dom: add document named property getter, update monouchabptato2024-11-221-7/+26
* chadombuilder: fix removeImpl definitionbptato2024-11-212-0/+3
* layout: fix intrinsic min width with whitespace: prebptato2024-11-192-0/+11