aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-43/+72
* Keep track of the containing block writing mode.Matt Brubeck2015-03-091-0/+4
* Layout fixes for RTL child flows in LTR parentsMatt Brubeck2015-03-091-0/+8
* Get rid of servo_utilDan Fox2015-03-051-2/+2
* Remove compositor layers when iframes are removed from doc or display:none.Glenn Watson2015-03-041-0/+4
* auto merge of #4994 : pcwalton/servo/layout-tinting, r=pcwaltonbors-servo2015-02-201-1/+11
|\
| * layout: Add an option to visualize parallel layoutPatrick Walton2015-02-201-1/+11
* | Actually print the contents of Flow Tree into console.Adenilson Cavalcanti2015-02-201-2/+1
|/
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-1/+1
* Fix some warnings in layout.Ms2ger2015-02-121-3/+3
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+3
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-31/+37
* Use std::sync::atomic::Ordering explicitly.Ms2ger2015-01-221-3/+3
* Remove unused Flow methodMatt Brubeck2015-01-121-7/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-21/+22
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-18/+9
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-36/+30
* gfx: Clip the background properly when `border-radius` is used.Patrick Walton2014-12-221-13/+7
* gfx: Refactor the border drawing code and split out fragment displayPatrick Walton2014-12-221-3/+2
* Fix some writing mode mismatch assertions errors.Simon Sapin2014-12-181-2/+9
* Remove usage of the deprecated std::num::Zero trait.Simon Sapin2014-12-181-4/+3
* layout: Implement `empty-cells` per CSS 2.1 § 17.6.1.1.Patrick Walton2014-12-171-4/+10
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-47/+46
* Fix bogus transmute.Ms2ger2014-12-161-9/+1
* layout: Implement basic lists and the CSS1 list properties.Patrick Walton2014-12-151-0/+1
* layout: Refactor inline layout a bit.Patrick Walton2014-12-121-0/+3
* auto merge of #4339 : pcwalton/servo/refactor-tables, r=mbrubeckbors-servo2014-12-111-5/+11
|\
| * layout: Make table layout idempotent.Patrick Walton2014-12-111-5/+11
* | layout: Implement `outline` per CSS 2.1 § 18.4.Patrick Walton2014-12-111-0/+5
|/
* layout: Stop having text alignment stomp on layerization flags.Patrick Walton2014-12-011-10/+11
* layout: Incrementalize reflow of block formatting contexts impacted byPatrick Walton2014-11-181-6/+26
* layout: Eliminate the virtual `is_float()` in favor of the flow flagsPatrick Walton2014-11-181-4/+5
* Remove bitfield! macro in favour of bitflags!Claes 'Letharion' Gyllensvärd2014-11-181-95/+78
* gfx: Rewrite display list construction to make stacking-contexts morePatrick Walton2014-11-141-22/+37
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-49/+46
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-1/+12
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-45/+13
* layout: Promote absolute positioning, floatedness, and clearance intoPatrick Walton2014-10-281-55/+99
* layout: Make some formatting cleanups.Patrick Walton2014-10-281-4/+3
* Clear reflow flags after reflow.Clark Gaebel2014-10-221-0/+4
* layout: Largely move display list building out to a separate file.Patrick Walton2014-10-221-67/+25
* auto merge of #3747 : mrobinson/servo/validate-display-list, r=pcwaltonbors-servo2014-10-211-0/+30
|\
| * Add an option to validate display list itemsMartin Robinson2014-10-211-0/+30
* | auto merge of #3728 : cgaebel/servo/dump-flow-tree-with-println, r=mrobinsonbors-servo2014-10-211-1/+1
|\ \ | |/ |/|
| * Dump the flow tree with println, instead of errorClark Gaebel2014-10-201-1/+1
* | Fixes the table_percentage_width_a.html reftest with incremental reflow turne...Clark Gaebel2014-10-201-33/+1
|/
* Fixed the inline_element_border_a reftest with incremental layout turned on.Clark Gaebel2014-10-171-6/+3