aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/html
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some TODO issue numbersBrian J. Burg2012-09-211-5/+6
|
* Remove RenderBox.get_image() and data.background_image; fix broken image ↵Brian J. Burg2012-09-211-0/+1
| | | | | | drawing regression Add TODO about Issue 84
* Revamp how images are handled. HTMLImageElement sends a prefetch message to ↵Brian J. Burg2012-09-211-9/+22
| | | | the image cache during parsing. Other miscellaneous cleanup.
* Move Document and Node to own files.Brian J. Burg2012-09-201-2/+3
|
* Parse a bunch more tags; move ElementData enum to its own file; fix some UA ↵Brian J. Burg2012-09-202-340/+77
| | | | style fakery; remove old DOM parser.
* Update for language changesPatrick Walton2012-09-202-4/+4
|
* Rewrite the layout tree to use tandem flow/box trees. Flows areBrian J. Burg2012-09-172-10/+10
| | | | | | | | | | responsible for determining layout positioning based on formatting context (block, inline, absolute, etc), while boxes are relatively dumb, responsible only for reporting content-specific metrics to the coordinating flow context, and creating display lists of oneself. This design is experimental and may be axed in favor of a traditional, single-tree layout data structure if it doesn't work out.
* s/import/use/g; fix class method syntaxBrian J. Burg2012-09-112-13/+13
|
* Mostly fix build breaksBrian J. Burg2012-09-102-3/+6
|
* Move parsers and lexers to css/ and html/ top-level dirs; fix some s/import/use/Brian J. Burg2012-09-064-0/+986