aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_caption.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-0/+8
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove unused code from gfx and layout cratesest312019-05-291-4/+0
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-2/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-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
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-11/+23
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2
* 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/+3
* Separate stacking context collection and display list building stateMartin Robinson2017-09-121-2/+2
* Add support for position:stickyMartin Robinson2017-09-051-2/+3
* Improve containing block creation for position:absolute flowsMartin Robinson2017-08-171-0/+8
* 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-6/+5
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-2/+5
* layout: Refactor `Flow::from_fragment`-style constructors to bePatrick Walton2016-10-261-1/+1
* Simplify stacking context collectionMartin Robinson2016-09-271-6/+2
* Pass SharedLayoutContext to Flow::compute_absolute_position.Ms2ger2016-08-241-2/+2
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-1/+1
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-041-1/+1
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-2/+3
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+2
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-2/+2
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+1
* gfx: Box stacking contexts to minimize `memmove` traffic.Patrick Walton2016-03-031-1/+1
* Flatten display list structureMartin Robinson2016-03-011-2/+11
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* layout: Separate out overflow-for-scrolling from overflow-for-paint.Patrick Walton2016-02-031-3/+3
* Improve readability of flow tree dumpMartin Robinson2015-11-231-0/+5
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Elide most 'a lifetimesManish Goregaokar2015-09-041-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-4/+3
* layout: Make sure anonymous table flows are statically positioned.Patrick Walton2015-08-061-4/+2