aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_colgroup.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-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-2/+2
* Fix servo build.Emilio Cobos Álvarez2019-02-101-2/+2
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-3/+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-7/+7
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-15/+20
* Add get_column_styles for getting column structure and styles for a tableManish Goregaokar2018-02-161-7/+6
* Create own file for background calculations in layoutPyfisch2018-01-061-1/+1
* Wait as late as possible to assign ClipIdsMartin Robinson2017-10-241-1/+1
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Separate stacking context collection and display list building stateMartin Robinson2017-09-121-2/+2
* Fix fixed position items with parents with CSS clipsMartin Robinson2017-08-031-2/+1
* Fix warning in scroll root id assignment to TableColGroupFlowMartin Robinson2017-08-031-1/+5
* 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-2/+1
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-5/+1
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-1/+4
* Simplify stacking context collectionMartin Robinson2016-09-271-7/+1
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-1/+1
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-1/+2
* 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-1/+10
* 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-4/+4
* Replaced ZERO_RECT with Rect::zero()Alexander Mankuta2015-12-031-2/+1
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+2
* 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-1/+1
* sort all usesJohann Tuffe2015-08-201-3/+3
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* layout: Make sure anonymous table flows are statically positioned.Patrick Walton2015-08-061-7/+5
* Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-0/+1
* Replace the StyledNode trait with inherent methods.Ms2ger2015-07-271-1/+0