aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-1367/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Let `resolve_color()` take its parameter by reference (#35247)Oriol Brufau2025-01-311-1/+1
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-10/+0
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-201-7/+4
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-081-5/+0
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-4/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-111-5/+5
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-40/+33
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-18/+24
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* Further changes required by ServoOriol Brufau2023-08-161-4/+4
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-4/+4
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-4/+4
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-1/+8
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-121-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-5/+5
* Fix servo build.Emilio Cobos Álvarez2019-02-101-6/+6
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-2/+2
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-5/+5
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-8/+8
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-9/+9
* 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-4/+9
* Sort `use` statementsSimon Sapin2018-11-061-6/+6
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-250/+377
* Fix the build for NLLSimon Sapin2018-08-241-5/+5
* Revert "Fix the build for NLL"Josh Matthews2018-08-071-5/+5
* Fix the build for NLLSimon Sapin2018-08-081-5/+5
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-8/+8
* Support rowspan=0; always fixup overflowing rowspans beforehandManish Goregaokar2018-02-281-24/+26
* Unconditionally layout rows when laying out tablesManish Goregaokar2018-02-271-12/+4
* Merge fourth and fifth (assign block sizes / positions) passesManish Goregaokar2018-02-271-23/+14
* Remove outdated commentManish Goregaokar2018-02-261-7/+0
* Handle overlarge rowspans by keeping track of largest leftover incoming sizesManish Goregaokar2018-02-261-1/+11
* Compute border spacing info beforehandManish Goregaokar2018-02-261-9/+47
* Preserve information on incoming row sizesManish Goregaokar2018-02-261-2/+2
* Hacky rowspan supportManish Goregaokar2018-02-261-1/+25
* Assign table row block sizes in the parent table or rowgroupManish Goregaokar2018-02-261-4/+11
* bail early for initial valued backgroundsManish Goregaokar2018-02-211-7/+6
* Remove table_style; tables already get their backgrounds painted correctlyManish Goregaokar2018-02-161-7/+0
* Unconditionally remove repaint damage for table cells/rows/rgsManish Goregaokar2018-02-161-0/+2
* Check visibility beforehandManish Goregaokar2018-02-161-1/+2