aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_rowgroup.rs
Commit message (Expand)AuthorAgeFilesLines
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+12
* remove `extern crate` (#30311)Samson2023-09-081-1/+2
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-0/+7
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* 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-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-48/+91
* Auto merge of #20892 - gw3583:update-wr, r=mbrubeckbors-servo2018-06-261-1/+1
|\
| * New reference frames should create containing blocksMartin Robinson2018-06-251-1/+1
* | layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-1/+1
|/
* Assign table row block sizes in the parent table or rowgroupManish Goregaokar2018-02-261-2/+2
* Unconditionally remove repaint damage for table cells/rows/rgsManish Goregaokar2018-02-161-3/+6
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2
* Remove border_collapse field in InternalTableKeith Yeung2017-12-081-3/+1
* 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-2/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+3
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Auto merge of #18506 - mrobinson:position-sticky-table, r=emiliobors-servo2017-09-181-2/+2
|\
| * Fix panic when tables having position:stickyMartin Robinson2017-09-151-2/+2
* | style: Make border-spacing serialization consistent, and move it to precomput...Emilio Cobos Álvarez2017-09-171-6/+2
|/
* Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-2/+2
|\
| * Separate stacking context collection and display list building stateMartin Robinson2017-09-121-2/+2
* | Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-4/+4
|/
* 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
* Bug 1374233 - Part 5: Use NonNegativeLength and NonNegativeAu for border-spac...Boris Chiou2017-08-041-3/+4
* 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
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-1/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-5/+5
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* Propagate column info to rows sequentiallyMatt Brubeck2016-12-091-22/+2
* Remove unnecessary Flow::column_sizes methodsMatt Brubeck2016-11-301-8/+0
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-4/+4
* 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
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-1/+1