aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/parallel.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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