aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/layout/base.rs
Commit message (Expand)AuthorAgeFilesLines
* Split layout/base.rs into box.rs and flow.rsBrian J. Burg2012-09-211-563/+0
* Revamp how images are handled. HTMLImageElement sends a prefetch message to t...Brian J. Burg2012-09-211-15/+15
* Move Document and Node to own files.Brian J. Burg2012-09-201-3/+3
* Parse a bunch more tags; move ElementData enum to its own file; fix some UA s...Brian J. Burg2012-09-201-2/+2
* Update for language changesPatrick Walton2012-09-201-3/+3
* Fix some unused variable compiler warnings.Brian J. Burg2012-09-191-2/+2
* Add comments on overall design; move display list building to Flows and Boxes...Brian J. Burg2012-09-191-32/+167
* Remove used min/pref width from BoxLayoutDataBrian J. Burg2012-09-171-6/+0
* Thread RenderContext and LayoutContext throughout computations needing task a...Brian J. Burg2012-09-171-18/+15
* Shuffle around code in layout/base.rs to have better locality; move DebugMeth...Brian J. Burg2012-09-171-121/+96
* Rewrite the layout tree to use tandem flow/box trees. Flows areBrian J. Burg2012-09-171-270/+324
* Move traverse to traverse_parallelBrian J. Burg2012-09-121-1/+1
* s/import/use/g; fix class method syntaxBrian J. Burg2012-09-111-26/+28
* Finish fixing buildBrian J. Burg2012-09-101-3/+3
* Mostly fix build breaksBrian J. Burg2012-09-101-43/+58
* Redo representation of CSS values, and many other related things.Brian J. Burg2012-09-071-5/+8
* Fix test buildBrian J. Burg2012-09-061-4/+4
* Merge branch 'master' of ssh://github.com/mozilla/servoBrian J. Burg2012-09-061-0/+1
|\
| * Add missing case to BoxKind : EqBrian Anderson2012-09-061-0/+1
* | Create a css module and divide into values, styles, and resolve things.Brian J. Burg2012-09-061-2/+2
|/
* Fix upstream build breaks from reinterpret_castBrian J. Burg2012-09-051-3/+3
* Make servo build againBrian Anderson2012-08-301-23/+32
* Use the Hubbub HTML parserPatrick Walton2012-08-231-2/+2
* Do colorspace conversion during image decodeBrian Anderson2012-08-171-1/+1
* Reflow when images become availableBrian Anderson2012-08-171-3/+20
* class -> strucTEric Holk2012-08-171-4/+4
* Add error reporting to image_cache_taskBrian Anderson2012-08-171-1/+2
* Modify ImageCacheTask to have a required decoding stepBrian Anderson2012-08-161-1/+6
* Update for latest libcore changes.Josh Matthews2012-08-151-1/+1
* arc is in std nowBrian Anderson2012-08-111-1/+1
* Load images through the image cacheBrian Anderson2012-08-101-16/+36
* Rename image to Image. MiscBrian Anderson2012-08-101-4/+4
* Added the ability to compute heights from parent heights and to layout specif...Margaret Meyerhofer2012-08-101-14/+45
* Update for impl language changesPatrick Walton2012-08-091-18/+15
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-2/+2
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-4/+4
* Adapt to rust changesTuncer Ayaz2012-08-051-3/+3
* Added the ability to iterate over the layout-box tree in parallel.Margaret Meyerhofer2012-08-011-8/+73
* Put images in an ARC to avoid copying. Make test-many-images harder.Patrick Walton2012-07-191-1/+2
* Decode images in parallelPatrick Walton2012-07-191-1/+3
* Added width and height parsingMargaret Meyerhofer2012-07-191-5/+5
* Added traits to adhere to new coherence requirementsMargaret Meyerhofer2012-07-181-2/+10
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-181-8/+8
* Fixed deprecated vector syntaxMargaret Meyerhofer2012-07-121-9/+13
* Fix imports for new resolve logicBrian Anderson2012-07-111-2/+3
* Fixed compile errors from new macro syntaxMargaret Meyerhofer2012-07-021-9/+11
* Capitalize more typesBrian Anderson2012-06-281-15/+15
* Changed css matching to match nodes in parallel.Margaret Meyerhofer2012-06-191-1/+1
* Fix naming in treePatrick Walton2012-06-141-8/+10
* Refactor RCU to use the CamelCase naming conventionPatrick Walton2012-06-141-5/+5