aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_row.rs
Commit message (Expand)AuthorAgeFilesLines
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-13/+7
* Fix servo build.Emilio Cobos Álvarez2019-02-101-20/+18
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-2/+3
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-7/+7
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-14/+13
* 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-4/+4
* Reorder importsPyfisch2018-11-061-1/+3
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-267/+375
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+2
* Don't panic on cells with both a rowspan and colspan in include_sizes_from_pr...Manish Goregaokar2018-03-011-1/+10
* Support rowspan=0; always fixup overflowing rowspans beforehandManish Goregaokar2018-02-281-37/+57
* Unconditionally layout rows when laying out tablesManish Goregaokar2018-02-271-4/+1
* Assert that cells aren't floatsManish Goregaokar2018-02-271-5/+4
* Handle overlarge rowspans by keeping track of largest leftover incoming sizesManish Goregaokar2018-02-261-11/+24
* Don't crash on overflowing rowsManish Goregaokar2018-02-261-7/+14
* Use computed border spacings when handling rowspansManish Goregaokar2018-02-261-7/+20
* Compute border spacing info beforehandManish Goregaokar2018-02-261-4/+6
* Always call compute_block_size_table_row_baseManish Goregaokar2018-02-261-64/+63
* Preserve information on incoming row sizesManish Goregaokar2018-02-261-8/+31
* Hacky rowspan supportManish Goregaokar2018-02-261-10/+25
* Assign table row block sizes in the parent table or rowgroupManish Goregaokar2018-02-261-46/+42
* Unconditionally remove repaint damage for table cells/rows/rgsManish Goregaokar2018-02-161-0/+4
* Generate display lists for table cells during display list generation for the...Manish Goregaokar2018-02-161-14/+4
* Create own file for background calculations in layoutPyfisch2018-01-061-3/+3
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-4/+4
* Remove border_collapse field in InternalTableKeith Yeung2017-12-081-3/+1
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-16/+18
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+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/+3
|\
| * Fix panic when tables having position:stickyMartin Robinson2017-09-151-2/+3
* | style: Make border-spacing serialization consistent, and move it to precomput...Emilio Cobos Álvarez2017-09-171-9/+6
|/
* Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-1/+2
|\
| * Separate stacking context collection and display list building stateMartin Robinson2017-09-121-1/+2
* | Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-1/+1
* | Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-11/+11
|/
* Add support for position:stickyMartin Robinson2017-09-051-2/+3
* order derivable traits listsClément DAVID2017-08-231-4/+4
* 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-7/+7
* Bug 1374233 - Part 2: Add NonNegativeAu.Boris Chiou2017-08-041-4/+4