aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-131-7/+7
* Element collapsing thru should collapse with its children (#32060)Oriol Brufau2024-04-121-9/+11
* Treat indefinite percentages as auto for margin collapse (#32059)Oriol Brufau2024-04-121-19/+27
* Obey min-height and max-height on floated elements (#32057)Oriol Brufau2024-04-121-4/+8
* Upgrade Stylo to 2023-12-01 (#32032)Oriol Brufau2024-04-101-0/+1
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-093-12/+2
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-042-18/+27
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-043-30/+31
* Implementation of baseline-source (#31904)Munish Mummadi2024-04-021-6/+12
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-305-14/+14
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-172/+20
* Obey `white-space: pre-wrap` when intrinsically sizing an IFC (#31930)Oriol Brufau2024-03-291-10/+20
* layout: Use `Au` in `ResolvedMargins` and `CollapsedMargin` (#31848)Ekta Siwach2024-03-284-70/+62
* Ignore spaces before atomic inline for the min-content size (#31896)Oriol Brufau2024-03-271-1/+4
* layout: Allow transforming inline replaced elements (#31833)Martin Robinson2024-03-277-33/+63
* Fix table with rows but no column (#31862)Oriol Brufau2024-03-261-7/+21
* Pick the first or last baseline as appropriate (#31705)Oriol Brufau2024-03-251-4/+17
* Don't update row baseline if cell is empty (#31831)Oriol Brufau2024-03-251-1/+7
* remove unused code (#31826)atbrakhi2024-03-231-12/+0
* layout: use `Au` in `BoxFragment` (#31794)atbrakhi2024-03-2213-100/+98
* layout: Take into account `text-indent` for justification (#31777)Martin Robinson2024-03-211-1/+6
* Don't trim leading whitespace of anonymous table cells (#31803)Oriol Brufau2024-03-211-8/+19
* rustdoc: fix warnings in `components/layout_2020/table` (#31738)Azhar Ismagulova2024-03-191-0/+1
* gfx: Derive `line-through` metrics for fonts on MacOS (#31756)Martin Robinson2024-03-191-1/+0
* layout: Enable `text-shadow` (#31734)Martin Robinson2024-03-191-1/+23
* rustdoc: Correct unresolved link to `handle_cell. (#31708)Aarya Khandelwal2024-03-191-1/+1
* rustdoc: Fix some typos in `components/layout_2020/table/mod.rs` (#31644)Ekta Siwach2024-03-191-3/+3
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-22/+27
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-186-16/+11
* rustdoc: Fix two warnings in `components/layout_2020` (#31712)Rhea-Eve2024-03-182-3/+4
* Don't null out the baselines of anonymous tables (#31704)Oriol Brufau2024-03-151-5/+0
* layout: Add basic support for `getClientRects()` queries (#31696)Martin Robinson2024-03-153-26/+43
* rustdoc: Fix errors in `components` and `ports` (#31654)Tumuhairwe2024-03-152-4/+4
* Allow pre-wrap whitespace to hang at the end of the line (#31681)Oriol Brufau2024-03-151-18/+54
* Obey white-space when intrinsically sizing an IFC (#31660)Oriol Brufau2024-03-152-27/+28
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-146-99/+126
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-145-131/+417
* Allow finishing anonymous inline-table at the end of inline elements (#31650)Oriol Brufau2024-03-141-0/+2
* layout: IFCs should not always be marked as containing floats (#31641)Martin Robinson2024-03-142-2/+4
* End ongoing IFC when inserting anonymous block-level table (#31606)Oriol Brufau2024-03-131-0/+1
* rustdoc: Fix warnings in `components/layout_2020` (#31647)Aarya Khandelwal2024-03-131-2/+2
* rustdoc: Fix warnings in `components/layout_2020` (#31640)Aarya Khandelwal2024-03-131-3/+3
* Fix vertical alignment at the root of an IFC (#31636)Oriol Brufau2024-03-133-56/+57
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-134-5/+72
* layout: make `margin` in `pbm` use app unit (#31621)atbrakhi2024-03-138-114/+119
* rustdoc: Fix StackingContextFragment error (#31625)Oluwatobi Sofela2024-03-121-2/+2
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-1117-69/+59
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-111-26/+132
* Take spaces into account in the max-content size of an IFC (#31613)Oriol Brufau2024-03-111-11/+9