aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/tests
Commit message (Expand)AuthorAgeFilesLines
* layout: Store table parts in DOM layout data (#36447)Martin Robinson11 days1-28/+29
* refactor: use is_zero() instead of comparing with Au::Zero() (#36347)Barigbue Nbira14 days1-3/+3
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Update deprecated use of PanicInfo to PanicHookInfo (#34659)Narfinger2024-12-171-2/+2
* Use inline-start/inline-end instead of left/right terminology for floats (#34...Oriol Brufau2024-12-131-18/+18
* Upgrade Stylo to 2024-12-04 (#34501)Oriol Brufau2024-12-061-7/+6
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-111-20/+22
* Remove lazy static (#33078)Hayashi Mikihiro2024-08-161-4/+1
* layout: Add a `InlineFormattingContextBuilder` (#32415)Martin Robinson2024-06-031-1/+1
* Turn white-space into a shorthand (#32146)Oriol Brufau2024-04-291-17/+25
* layout: use `Au` in `BoxFragment` (#31794)atbrakhi2024-03-221-2/+2
* layout: Add initial support for `text-transform` (#31396)Martin Robinson2024-02-221-2/+2
* layout: Do whitespace collapse during breaking and shaping (#31322)Martin Robinson2024-02-131-0/+55
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-16/+10
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-191-9/+9
* Use App units in flow layout (#30894)atbrakhi2024-01-191-58/+74
* Add initial support for table box tree construction (#30799)Martin Robinson2023-12-051-0/+251
* Allow raising FloatContext ceiling after processing box with overflow (#30539)Martin Robinson2023-10-171-1/+1
* Layout 2020: Rename `flow_relative` types to `Logical...` (#30324)Martin Robinson2023-09-121-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+9
* remove `extern crate` (#30311)Samson2023-09-081-2/+1
* Fix failing unit test due to overflow (#30074)Yutaro Ohno2023-08-081-1/+1
* Remove ClearSide enum (#30035)Oriol Brufau2023-07-271-15/+15
* Run unit tests with both layout 2013 and layout 2020 (#30032)Oriol Brufau2023-07-271-3/+3
* Correct rendering of floated rootMartin Robinson2023-06-201-1/+1
* Fix the unit testMartin Robinson2023-06-031-39/+45
* Do not hoist floated fragmentsMartin Robinson2023-06-031-10/+11
* Place floats in layout 2020, but don't flow text around the floats yet.Patrick Walton2023-06-031-24/+30
* Use the size of the containing block, not the size of the block formattingPatrick Walton2020-07-221-53/+64
* Add an implementation of the core float and clear placement logic in layoutPatrick Walton2020-07-201-0/+823