aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Account for rowspan in inline layout of table columns/cellsMatt Brubeck2016-12-141-1/+2
|/
* Remove unnecessary Flow::column_sizes methodsMatt Brubeck2016-11-301-1/+2
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-2/+2
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-2/+5
* layout: Minor style cleanup.Patrick Walton2016-10-261-4/+10
* layout: Assign border and padding to tables instead of table wrappers.Patrick Walton2016-10-261-48/+71
* layout: Implement `TableWrapper::positioning()`.Patrick Walton2016-10-261-0/+4
* layout: Refactor `Flow::from_fragment`-style constructors to bePatrick Walton2016-10-261-2/+7