aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_row.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-4/+4
* Pass SharedStyleContext to propagate_assigned_inline_size_to_children.Ms2ger2016-06-221-1/+1
* Pass SharedStyleContext to compute_used_inline_size.Ms2ger2016-06-221-1/+2
* Remove unused argument to place_float_if_applicable.Ms2ger2016-06-201-1/+1
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+2
* Fixed colspan not including cell spacingConnor Brewster2016-05-231-1/+1
* Rename imm_child_iter() and child_iter(). Fixes #10286malayaleecoder2016-04-091-3/+3
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-11/+11
* 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
* Remove a stray println in table layout.Ms2ger2016-03-021-1/+0
* Auto merge of #9756 - mrobinson:flat-display-lists-webrender, r=pcwaltonbors-servo2016-03-021-6/+11
|\
| * Flatten display list structureMartin Robinson2016-03-011-6/+11
* | Fix confusing `push_or_mutate` APIMatt Brubeck2016-02-291-3/+4
|/
* 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
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-12/+6
* Improve readability of flow tree dumpMartin Robinson2015-11-231-1/+6
* Remove dead code from layout.Ms2ger2015-11-181-4/+3
* 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-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+5
* Elide most 'a lifetimesManish Goregaokar2015-09-041-8/+8
* Auto merge of #7496 - servo:calc_, r=SimonSapinbors-servo2015-09-021-0/+3
|\
| * Implement Calc for LengthOrPercentageOrAutoDavid Zbarsky2015-08-261-0/+3
* | layout: Make overflow calculation take relative percentages intoPatrick Walton2015-08-311-2/+10
|/
* sort all usesJohann Tuffe2015-08-201-1/+1
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-12/+12
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-2/+1
* layout: Make sure anonymous table flows are statically positioned.Patrick Walton2015-08-061-4/+2
* Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-1/+2
* Use euclid from crates.ioecoal952015-06-191-1/+1
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-2/+2
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-4/+4
* Fix direction of columns in mixed LTR/RTL tables.Matt Brubeck2015-05-081-41/+65
* Auto merge of #5480 - SimonSapin:multicol, r=pcwaltonbors-servo2015-04-281-1/+1
|\
| * Refactor flow construction to make `float` less of a special case.Simon Sapin2015-04-291-1/+1
* | Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
|/
* layout: Make `margin: auto` work properly with tables.Patrick Walton2015-04-281-4/+4
* Remove some usage of `.as_slice()`.Simon Sapin2015-04-271-1/+1
* Tidy fixPatrick Walton2015-04-271-1/+1
* Address review commentsPatrick Walton2015-04-271-33/+28
* layout: Implement most of `border-collapse` per CSS 2.1 § 17.6.2.Patrick Walton2015-04-271-71/+550
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
* Stop using the deprecated range function.Ms2ger2015-04-221-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Fixes for positioning of RTL blocks.Matt Brubeck2015-03-171-0/+2
* layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacyPatrick Walton2015-03-121-20/+29