aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/dom.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Enable using cached fragments when there is a BoxTree update point (#...Martin Robinson2025-04-091-0/+29
* layout: Add initial support for the `::marker` pseudo-element (#36317)Martin Robinson2025-04-071-0/+4
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-291-11/+19
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-251-4/+2
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-1/+1
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-6/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* layout: Clean up inline layout data types a bit (#34563)Martin Robinson2024-12-111-3/+0
* Layout: Implement CSS Grid using `taffy` (#32619)Nico Burns2024-11-211-0/+2
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-5/+13
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-221-1/+2
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-3/+1
* layout: Allow rendering LineItems independent of inline box (#32666)Martin Robinson2024-07-031-1/+2
* layout: Flatten inline box storage in InlineFormattingContexts (#32539)Martin Robinson2024-06-191-2/+4
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-3/+3
* 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-2/+27
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-21/+25
* Treat video elements as replaced content and render the current frame. (#31412)Josh Matthews2024-02-231-0/+8
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+11
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-0/+203