about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* cssvalues: set text-decoration to bit, vertical-align to wordbptato2025-01-121-27/+25
* cssvalues: reduce CSSValues sizebptato2025-01-127-262/+323
* cssvalues, sheet: fix quotes parsing, misc cleanupbptato2025-01-122-81/+71
* cascade: collapse inited into one arraybptato2025-01-122-32/+30
* ua.css: improve select renderingbptato2025-01-091-0/+5
* layout: remove needsReLayoutbptato2025-01-091-7/+3
* buffer: make iframes clickablebptato2025-01-094-1/+11
* layout: clear intrinsic minimum block size on shrink-to-fit relayoutbptato2025-01-081-0/+1
* cssparser, mediaquery: factor out tflagb, fix a media query bugbptato2025-01-073-54/+43
* layout: get rid of flex-direction reverse hackbptato2025-01-072-47/+59
* mediaquery: add serializationbptato2025-01-062-42/+48
* env: add media query matchingbptato2025-01-062-52/+59
* layout: wrap on inline floats that exceed the line's lengthbptato2025-01-061-4/+4
* layout, render: establish absolute container with position: stickybptato2025-01-063-19/+13
* layout: fix percentage margins in shrink-to-fitbptato2025-01-051-13/+17
* dom: DOMTokenList fixes/improvementsbptato2025-01-052-2/+2
* layout: margin fixesbptato2025-01-052-15/+20
* layout: InnerBlockContext -> BlockBuilderContextbptato2025-01-041-65/+65
* layout: respect margin-top of root boxbptato2025-01-031-1/+1
* LayoutUnit -> LUnitbptato2025-01-034-162/+162
* lunit: use saturation arithmeticbptato2024-12-232-23/+76
* layout: drop overflow trackingbptato2025-01-032-72/+10
* Unify PositionStaticLike, update todobptato2025-01-032-6/+0
* layout: implement layoutFlexItem as layoutRootBlockbptato2025-01-021-16/+15
* layout: cache sub-layoutsbptato2025-01-022-46/+53
* layout: ignore general category Me, Mnbptato2025-01-021-1/+6
* layout, dom: input rendering fixesbptato2025-01-011-1/+1
* layout: fix regression in cd069a76ebptato2025-01-011-17/+13
* layout: prevent double-clear for flow rootsbptato2025-01-011-11/+20
* layout: add missing StyledNode ref to parent inline boxesbptato2025-01-011-1/+2
* cascade: prevent blockification for non-inline absolute boxesbptato2024-12-301-4/+8
* layout: absolute sizing fixesbptato2024-12-301-4/+16
* cascade: inline presentational hint calculationbptato2024-12-301-19/+19
* layout: fix position: relative for right, bottombptato2024-12-301-4/+2
* dom, cssvalues: add getComputedStylebptato2024-12-302-37/+75
* layout: fix an overflow bugbptato2024-12-301-1/+3
* cssvalues: fix length shorthand parsingbptato2024-12-301-1/+1
* cssvalues: fix font-weight parsingbptato2024-12-291-2/+2
* layout: fix various padding bugsbptato2024-12-281-32/+26
* env: do not copy attrs, fix screen on clientbptato2024-12-281-5/+5
* layout: fix a flex sizing bugbptato2024-12-271-5/+4
* dom: standard querySelector/All; type erase childrenbptato2024-12-271-15/+4
* layout: improve intrinsic minimum size calculationbptato2024-12-261-83/+104
* buffer: add "app" scripting modebptato2024-12-261-1/+2
* layout: resolve percentage width for auto table cellsbptato2024-12-211-9/+14
* cascade: actually, it should be inline-blockbptato2024-12-201-1/+1
* cascade: blockify on position: absolute or fixedbptato2024-12-201-4/+4
* box: InlineFragment -> InlineBoxbptato2024-12-203-143/+140
* cssparser: small refactoringbptato2024-12-201-37/+23
* layout, render: image sizing fixes/workaroundsbptato2024-12-202-12/+16