aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/parallel.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-36/+36
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-8/+8
* Use std::sync::atomic::Ordering explicitly.Ms2ger2015-01-221-5/+5
* Rename TimeProfilerCategory variants.Ms2ger2015-01-041-3/+5
* compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port.Patrick Walton2014-12-171-11/+5
* Change time::profile's meta booleans to enums.Timothy B. Terriberry2014-12-051-7/+7
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* 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-8/+10
* Removes duplicate CSS selector matching logic.Clark Gaebel2014-10-141-80/+49
* layout: Rewrite clipping to be per-display-item instead of havingPatrick Walton2014-10-131-50/+6
* Use Gecko's simpler Bloom filter instead of one based on hashPatrick Walton2014-10-101-5/+5
* Factors out DOM traversal, keeping the code in `parallel` free of traversal-s...Clark Gaebel2014-10-101-294/+147
* Incremental Style RecalcClark Gaebel2014-10-091-41/+47
* layout: Mark the styles of elements with pseudos as unshareable.Patrick Walton2014-10-081-2/+2
* layout: Implement the correct hypothetical box behavior forPatrick Walton2014-10-011-6/+5
* layout: Remove `layout/extra.rs`.Patrick Walton2014-09-181-3/+1
* Fixed #3386.Clark Gaebel2014-09-181-7/+26
* Added more complex profiling metadata.Clark Gaebel2014-09-171-2/+9
* Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-17/+116
* Cargoify servoJack Moffitt2014-09-081-0/+561