aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/sequential.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-2/+21
* Get rid of servo_utilDan Fox2015-03-051-2/+2
* self importManish Goregaokar2015-01-281-1/+1
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-3/+3
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-10/+23
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-4/+4
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-0/+14
* layout: Make some formatting cleanups.Patrick Walton2014-10-281-2/+6
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-1/+2
* Use the Deref traits for FlowRefs.Clark Gaebel2014-10-151-2/+2
* Removes duplicate CSS selector matching logic.Clark Gaebel2014-10-141-0/+89