aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/block.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-2428/+0
* Merge pull request #3206 from glennw/layout-trace-encPatrick Walton2014-09-071-0/+15
|\
| * Change scope macro to be a no-op in release builds.Glenn Watson2014-09-051-4/+4
| * Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-0/+15
* | Fix inline size bubbling with fixed width block. Improve intrinsic inline siz...Glenn Watson2014-09-051-6/+17
|/
* Add support for backgrounds on inline elements. Fix fixup() by removing it.Glenn Watson2014-08-271-11/+8
* Convert back to physical some layout coordinates.Simon Sapin2014-08-261-16/+23
* Prevent margin collapse in the root flowMartin Robinson2014-08-181-2/+6
* Ensure that block elements with replaced content don't get their block size o...Glenn Watson2014-08-181-3/+4
* Refactor how LayoutContext structure works (reduce TLS lookups + simplify fns...Glenn Watson2014-08-111-25/+25
* Upgrade Rust.Jack Moffitt2014-08-081-12/+13
* 255 -> 1.0 for color::rgba + remove dead code lintBryan Bell2014-07-281-1/+1
* Convert layout code to use logical directions.Simon Sapin2014-07-181-978/+984
* Partial fix for footer layout issues on wikipedia, ref #2554.Glenn Watson2014-07-171-4/+6
* Mark some unused fields.Ms2ger2014-07-041-2/+2
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+2384