aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/traversal.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-2/+4
* auto merge of #5154 : luniv/servo/viewpoint-percent-lengths, r=SimonSapinbors-servo2015-03-051-1/+2
|\
| * Make the initial viewport size available to style::properties::cascadeJames Gilbertson2015-03-051-1/+2
| * Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1"Simon Sapin2015-03-031-3/+2
| * layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-031-2/+3
* | Get rid of servo_utilDan Fox2015-03-051-2/+2
|/
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-1/+1
* Update a comment about STYLE_BLOOM.Nicholas Nethercote2015-02-161-1/+1
* Avoid bloom filter churn.Nicholas Nethercote2015-02-151-4/+3
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+2
* Remove transmutes from put_task_local_bloom_filter.Ms2ger2015-02-081-3/+1
* 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-10/+10
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-33/+48
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-6/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-3/+3
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-7/+7
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-39/+36
* layout: Implement flow tree dumping with RUST_LOG=debug is on.Clark Gaebel2014-10-281-1/+1
* Clear reflow flags after reflow.Clark Gaebel2014-10-221-12/+28
* Fixes the table_percentage_width_a.html reftest with incremental reflow turne...Clark Gaebel2014-10-201-3/+14
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-1/+2
* Fix image_dynamic_remove reftest with incremental layout turned outClark Gaebel2014-10-171-1/+1
* Removes duplicate CSS selector matching logic.Clark Gaebel2014-10-141-25/+17
* auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwaltonbors-servo2014-10-141-6/+27
|\
| * try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-6/+27
* | layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-1/+1
|/
* layout: Rewrite clipping to be per-display-item instead of havingPatrick Walton2014-10-131-7/+1
* Use Gecko's simpler Bloom filter instead of one based on hashPatrick Walton2014-10-101-41/+45
* Factors out DOM traversal, keeping the code in `parallel` free of traversal-s...Clark Gaebel2014-10-101-0/+333