aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow
Commit message (Expand)AuthorAgeFilesLines
* layout: Add initial support for the `::marker` pseudo-element (#36317)Martin Robinson2025-04-071-2/+2
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* layout: Restrict stretch alignment to flex items with computed auto size (#36...Oriol Brufau2025-04-041-0/+2
* layout: Allow collapsing bottom margins with any indefinite block size (#36278)Oriol Brufau2025-04-021-1/+1
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-292-54/+43
* layout: Cache `IndependentNonReplacedContents::layout()` (#36082)Oriol Brufau2025-03-243-30/+38
* layout: Implement the `fit-content()` sizing function (#36056)Oriol Brufau2025-03-231-3/+5
* layout: Don't consider a definite `stretch` size as intrinsic (#36045)Oriol Brufau2025-03-191-5/+7
* layout: Allow lazy resolution of automatic minimum sizes (#35965)Oriol Brufau2025-03-131-8/+8
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-133-9/+9
* layout: Fix interaction of margin and stretch size on block-level boxes (#35904)Oriol Brufau2025-03-111-10/+59
* Reduce allocations in layout_block_level_children_in_parallel (#35781)Jonathan Schwender2025-03-041-3/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-039-23/+25
* layout: Merge `BoxFragment::used_overflow` into `ComputedValuesExt::effective...Euclid Ye2025-03-022-9/+20
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-281-7/+19
* layout: Ignore indefinite `stretch` on min and max sizing properties (#35630)Oriol Brufau2025-02-241-10/+10
* Fix scroll_sensitivity related naming issue (#35462)Euclid Ye2025-02-141-3/+3
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-141-18/+16
* Upgrade Stylo to 2025-02-03 (#35289)Oriol Brufau2025-02-051-2/+3
* layout: Limit `content_inline_size_for_table` override to collapsed columns (...Oriol Brufau2025-02-051-63/+58
* layout: Remove wrong optimization when placing table among floats (#35207)Oriol Brufau2025-01-292-16/+3
* layout: Take percentage columns into account when sizing table grid min and m...Martin Robinson2025-01-275-58/+49
* layout: Proper check for BoxFragment generated by a table wrapper box (#35136)Oriol Brufau2025-01-221-3/+1
* Make naming of variables consistent with `SpecificLayoutInfo` (#35104)Martin Robinson2025-01-211-3/+3
* layout: Remove some unneeded `is_table` parameters (#35064)Oriol Brufau2025-01-191-5/+1
* layout: Allow layouts to customize their used style (#35012)Oriol Brufau2025-01-163-23/+51
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-156-27/+15
* layout: Generalize `ContainingBlock`'s block size to a `SizeConstraint` (#34946)Oriol Brufau2025-01-132-13/+13
* layout: Make `Fragment` hold `ArcRefCell` inside (#34923)Martin Robinson2025-01-133-36/+35
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-091-0/+3
* layout: Defer some table sizing logic to the parent formatting context (#34889)Oriol Brufau2025-01-091-2/+17
* layout: Refine the check for dependending on available space (#34907)Oriol Brufau2025-01-081-4/+11
* layout: Remove wrong FIXME (#34895)Oriol Brufau2025-01-081-1/+0
* Treat % as 0 for the min-content contribution of replaced elements (#32103)Oriol Brufau2025-01-061-0/+1
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-032-2/+2
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-1/+1
* layout: Pass the right containing block to `find_block_margin_collapsing_with...Oriol Brufau2024-12-231-1/+1
* layout: Implement keyword sizes for block layout heuristics (#34695)Oriol Brufau2024-12-231-32/+72
* layout: Fix intrinsic contributions of anonymous blocks (#34719)Oriol Brufau2024-12-221-2/+3
* layout: Fix intrinsic contributions of tables (#34696)Oriol Brufau2024-12-201-0/+1
* Refactor box size computation (#34671)Oriol Brufau2024-12-191-186/+73
* Shrink ContainingBlockPaddingAndBorder (#34666)Oriol Brufau2024-12-171-29/+23
* Complete implementation of keyword sizes for block layout (#34641)Oriol Brufau2024-12-161-42/+111
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-3/+9
* Partial implementation of keyword sizes for block layout (#34568)Oriol Brufau2024-12-161-46/+113
* Use inline-start/inline-end instead of left/right terminology for floats (#34...Oriol Brufau2024-12-131-49/+52
* Distinguish cached `inline_content_sizes()` from uncached ones (#34595)Oriol Brufau2024-12-122-24/+27
* layout: Fix ordering of padding, border, and margin in inline BiDi (#34572)Dmitrii Desiatkin2024-12-122-34/+29
* Share more code for non-replaced float-avoiding blocks (#34585)Oriol Brufau2024-12-122-86/+46
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-121-2/+1