aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/context.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-2/+2
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-2/+2
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+1
* fonts: Clean up messaging during web fonts loads (#32332)Martin Robinson2024-05-221-5/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* fonts: Make `FontContext` thread-safe and share it per-Layout (#32205)Martin Robinson2024-05-021-28/+2
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-041-12/+22
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-3/+2
* Implement cross origin resource policy checkBastien Orivel2020-05-081-1/+1
* Use a restyle for animation ticksMartin Robinson2020-05-051-35/+13
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-26/+28
* remove option for origin and mirror changes to layout_thread_2020Kunal Mohan2020-02-181-0/+2
* Copy image-fetching code from Layout 2013Simon Sapin2020-01-131-1/+128
* Disable use of rayon with `--layout-threads 1` instead of panickingSimon Sapin2019-12-101-0/+1
* Un-allow and fix warnings in `components/layout_2020`Simon Sapin2019-12-021-1/+1
* Pass a LayoutContext to TextRun::layout in 2020Anthony Ramine2019-11-251-0/+17
* Import victor's layout system 🍷Anthony Ramine2019-09-111-0/+3
* Remove most of the things in layout 2020Anthony Ramine2019-07-311-183/+0
* Make layout_2020 be layout_2013Anthony Ramine2019-07-311-0/+201