aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson2 days1-64/+0
* layout: Report memory usage for fragment and box trees. (#36553)Josh Matthews3 days1-0/+2
* refactor: use is_zero() instead of comparing with Au::Zero() (#36347)Barigbue Nbira12 days1-0/+1
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-2/+2
* layout: Implement a non-recursive version of CSS `quotes` (#34770)Xiaocheng Hu2025-02-271-0/+1
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-3/+1
* layout: Fix CSS `attr()` function case sensitivity matching (#34574)Steven Novaryo2024-12-131-0/+1
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-2/+1
* Layout: Implement CSS Grid using `taffy` (#32619)Nico Burns2024-11-211-0/+1
* Gate all use of `tracing` behind Cargo feature (#33845)Delan Azabani2024-10-161-1/+4
* tools: Improve instrumentation and add it for some layout (#33647)Martin Robinson2024-10-051-0/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* layout: Stop using `unicode-segmentation` in layout (#33250)Martin Robinson2024-08-291-1/+0
* layout: Add initial support for bidirectional text (BiDi) (#33148)Martin Robinson2024-08-211-3/+4
* Remove lazy static (#33078)Hayashi Mikihiro2024-08-161-1/+0
* layout: Reduce the complexity of `FlexLine::layout` (#32810)Martin Robinson2024-07-191-0/+1
* Clean up some unused dependencies (#32600)Oriol Brufau2024-06-251-1/+0
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+2
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* layout: Linebreak the entire InlineFormattingContext at once (#32483)Martin Robinson2024-06-131-1/+2
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-0/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* layout: Add support for `<object>` with image data URLs (#32069)Martin Robinson2024-04-151-0/+2
* layout: Add support for box-shadow to Layout 2020 (#31453)Martin Robinson2024-03-071-0/+1
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* layout: Add initial support for `text-transform` (#31396)Martin Robinson2024-02-221-0/+1
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-1/+0
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-8/+8
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-0/+1
* Use std::cell::OnceCell and remove mitochondria dependency (#30207)Martin Robinson2023-08-251-1/+0
* Add initial support for css-text-3 whitespace handling (#29828)Atbrakhi2023-07-201-0/+1
* Remove rayon_croissant and clean up `contains_floats` (#29960)Martin Robinson2023-07-191-1/+0
* Make the choice of layout runtime settingMartin Robinson2023-07-061-2/+2
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-18/+18
* Detect body elements during layoutMartin Robinson2023-05-041-0/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Remove env_logger duplicate.Josh Matthews2022-04-011-1/+1
* Update html5ever/xml5ever.Josh Matthews2022-04-011-1/+1
* Update parking_lot.Josh Matthews2022-04-011-1/+1
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Revert "Revert "Update harfbuzz, freetype, unicode-script.""Josh Matthews2020-08-101-1/+1
* Revert "Update harfbuzz, freetype, unicode-script."Josh Matthews2020-08-041-1/+1
* Update harfbuzz, freetype, unicode-script.Josh Matthews2020-07-311-1/+1
* Add an implementation of the core float and clear placement logic in layoutPatrick Walton2020-07-201-0/+4
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0...Josh Matthews2020-05-261-1/+1
* layout_2020: Add support for transitions and animationsMartin Robinson2020-05-191-0/+1