aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/css/resolve
Commit message (Expand)AuthorAgeFilesLines
* Flatten the css moduleBrian Anderson2012-10-302-441/+0
* Move the entire servo CSS selection interface to css::stylesBrian Anderson2012-10-301-1/+1
* Remove dead CSS codeBrian Anderson2012-10-301-45/+0
* Move css::color, and css::value to rust-cssBrian Anderson2012-10-292-2/+2
* Fix tests for new last-use behaviorBrian Anderson2012-10-201-14/+14
* Add something like absolute positioningBrian Anderson2012-10-161-0/+5
* Add basic bordersBrian Anderson2012-10-161-1/+3
* Use LocalImageCache in LayoutTask instead of ImageCacheTaskBrian Anderson2012-10-121-7/+3
* Remove #[legacy_modes]Brian Anderson2012-10-102-16/+16
* Remove RenderBox tree and traversals; refactor box builder to pass BuilderCon...Brian J. Burg2012-10-101-1/+0
* Eliminate copy warningsBrian Anderson2012-10-091-2/+2
* Eliminate more warningsBrian Anderson2012-10-092-12/+12
* Remove traverse_parallel. UnusedBrian Anderson2012-10-091-1/+0
* Eliminate warnings in util::treeBrian Anderson2012-10-081-2/+2
* Update for language changes; remove pipe protocols.Patrick Walton2012-10-042-3/+4
* Remove remaining #doc attr commentsBrian J. Burg2012-09-291-16/+29
* Split layout/base.rs into box.rs and flow.rsBrian J. Burg2012-09-211-1/+1
* Revamp how images are handled. HTMLImageElement sends a prefetch message to t...Brian J. Burg2012-09-211-41/+23
* Move Document and Node to own files.Brian J. Burg2012-09-202-8/+6
* Parse a bunch more tags; move ElementData enum to its own file; fix some UA s...Brian J. Burg2012-09-202-2/+4
* Update for language changesPatrick Walton2012-09-201-3/+3
* Add comments on overall design; move display list building to Flows and Boxes...Brian J. Burg2012-09-191-8/+8
* Thread RenderContext and LayoutContext throughout computations needing task a...Brian J. Burg2012-09-171-19/+13
* Rewrite the layout tree to use tandem flow/box trees. Flows areBrian J. Burg2012-09-172-86/+27
* Ignore some busted testsBrian Anderson2012-09-131-0/+1
* Move traverse to traverse_parallelBrian J. Burg2012-09-121-1/+1
* s/import/use/g; fix class method syntaxBrian J. Burg2012-09-112-14/+14
* Mostly fix build breaksBrian J. Burg2012-09-101-20/+25
* Redo representation of CSS values, and many other related things.Brian J. Burg2012-09-072-67/+67
* Fix test buildBrian J. Burg2012-09-061-5/+5
* Create a css module and divide into values, styles, and resolve things.Brian J. Burg2012-09-062-0/+548