aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_caption.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix up script and layout.Bobby Holley2017-05-021-2/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-6/+5
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* 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
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-041-1/+1
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-2/+3
* 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-2/+11
* 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
* Improve readability of flow tree dumpMartin Robinson2015-11-231-0/+5
* 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-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Elide most 'a lifetimesManish Goregaokar2015-09-041-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-4/+3
* 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-4/+4
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-4/+4
* Refactor flow construction to make `float` less of a special case.Simon Sapin2015-04-291-1/+1
* layout: Implement most of `border-collapse` per CSS 2.1 § 17.6.2.Patrick Walton2015-04-271-0/+5
* 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-6/+8
* Get rid of servo_utilDan Fox2015-03-051-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* layout: Implement floated list items.Patrick Walton2015-01-281-0/+5
* 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/+6
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-3/+8
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+2
* Fix Table Caption infinite recursion.Andrew Hobden2014-11-151-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-0/+5
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-0/+6
* layout: Largely move display list building out to a separate file.Patrick Walton2014-10-221-5/+5
* layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-2/+2