aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-2228/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-14/+2
* config: Remove legacy-layout and unused `Preferences` and `Opts` (#34994)Martin Robinson2025-01-141-5/+0
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-4/+4
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-1/+1
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-6/+6
* layout_2013: Remove code preventing writing mode assertion failures (#32698)Martin Robinson2024-07-041-4/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* layout: Add support for `white-space-collapse: break-spaces` (#32388)Martin Robinson2024-05-301-2/+6
* 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-2/+2
* Turn white-space into a shorthand (#32146)Oriol Brufau2024-04-291-10/+20
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-42/+41
* layout: Make all word separators justification opportunities (#30866)Martin Robinson2023-12-211-1/+1
* Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)Martin Robinson2023-11-131-1/+1
* Temporarily convert more cfg(debug_assertions) crashes to warnings (#30590)Delan Azabani2023-10-201-1/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-22/+25
* remove `extern crate` (#30311)Samson2023-09-081-2/+5
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-2/+3
* layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-091-0/+5
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-3/+3
* Upgrade to rustc 1.39.0-nightly (66bf391c3 2019-09-23)Simon Sapin2019-09-251-1/+3
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* fmtSimon Sapin2019-07-221-3/+1
* layout: fix Servo build.Emilio Cobos Álvarez2019-05-071-11/+20
* Remove InlineFlowDisplayListBuildingAnthony Ramine2019-01-141-6/+93
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+4
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-5/+10
* Sort `use` statementsSimon Sapin2018-11-061-6/+6
* `cargo fix --edition`Simon Sapin2018-11-061-18/+18
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-462/+631
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+2
* Pass Rect<Au> by value and not by referencePyfisch2018-05-051-1/+1
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* Workaround #20149 - presumed rustc bug on android.Josh Matthews2018-03-221-3/+3
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-4/+3
* Auto merge of #20096 - maekawatoshiki:master, r=emiliobors-servo2018-02-211-2/+2
|\
| * Fix typomaekawatoshiki2018-02-211-2/+2
* | Change debug assertions to specific onesjanczer2018-02-071-1/+1
|/
* do not preserve suppress flag on second half of splitManish Goregaokar2018-01-241-2/+2
* Share line breaking state across text runsManish Goregaokar2018-01-241-2/+15
* Do not leave space below baseline when it is not needed (i.e.there is no text)Fernando Jiménez Moreno2018-01-221-1/+5
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-1/+1
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2