aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-1013/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* 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-19/+24
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-17/+14
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+18
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-0/+7
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-3/+5
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove unused code from gfx and layout cratesest312019-05-291-4/+0
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-4/+4
* Fix servo build.Emilio Cobos Álvarez2019-02-101-12/+11
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-3/+1
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-2/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+7
* 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/+8
* Format remaining filesPyfisch2018-11-061-8/+10
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-290/+383
* New reference frames should create containing blocksMartin Robinson2018-06-251-1/+1
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-5/+6
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-6/+5
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-5/+6
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Fix panic when tables having position:stickyMartin Robinson2017-09-151-2/+4
* Separate stacking context collection and display list building stateMartin Robinson2017-09-121-2/+2
* Auto merge of #18212 - mrobinson:position-sticky, r=emiliobors-servo2017-09-051-2/+3
|\
| * Add support for position:stickyMartin Robinson2017-09-051-2/+3
* | Remove border collapse argument from compute_border_and_paddingKeith Yeung2017-08-251-17/+5
|/
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Rename compute_absolute_position to compute_stacking_relative_positionMatt Brubeck2017-08-081-2/+2
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-2/+2
* Fix up script and layout.Bobby Holley2017-05-021-2/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-9/+10
* Initialize block_container_inline_size for non-block root flowsMatt Brubeck2017-01-271-0/+2
* Auto merge of #13681 - gpoesia:master, r=mbrubeckbors-servo2017-01-231-1/+7
|\
| * TableWrapper: fix content inline size calculationGabriel Poesia2016-12-301-1/+7
* | Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* | Simplify propagation of column sizes from TableWrapperFlowMatt Brubeck2016-12-141-14/+5