aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_colgroup.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use euclid from crates.ioecoal952015-06-191-1/+1
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-1/+6
* Stop using the deprecated range function.Ms2ger2015-04-221-1/+1
* Use u32 for TableColumnFragmentInfo::span.Ms2ger2015-04-021-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-0/+2
* Get rid of servo_utilDan Fox2015-03-051-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-4/+5
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-3/+8
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-5/+5
* layout: Incrementalize reflow of block formatting contexts impacted byPatrick Walton2014-11-181-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-1/+4
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-0/+4
* layout: Promote absolute positioning, floatedness, and clearance intoPatrick Walton2014-10-281-1/+3
* layout: Shrink fragments down from 448 bytes down to 128 bytes.Patrick Walton2014-10-231-1/+2
* layout: Largely move display list building out to a separate file.Patrick Walton2014-10-221-0/+3
* Fix image_dynamic_remove reftest with incremental layout turned outClark Gaebel2014-10-171-1/+1
* layout: Rewrite intrinsic inline-size and automatic table layout toPatrick Walton2014-10-141-15/+16
* layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-1/+1
* layout: Implement the correct hypothetical box behavior forPatrick Walton2014-10-011-0/+4
* Adds support for table layout trace and updates viewer for tables.Glenn Watson2014-09-191-0/+4
* Cargoify servoJack Moffitt2014-09-081-0/+88