Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some TODO issue numbers | Brian J. Burg | 2012-09-21 | 1 | -5/+6 | |
| | ||||||
* | Remove RenderBox.get_image() and data.background_image; fix broken image ↵ | Brian J. Burg | 2012-09-21 | 1 | -0/+1 | |
| | | | | | | drawing regression Add TODO about Issue 84 | |||||
* | Revamp how images are handled. HTMLImageElement sends a prefetch message to ↵ | Brian J. Burg | 2012-09-21 | 1 | -9/+22 | |
| | | | | the image cache during parsing. Other miscellaneous cleanup. | |||||
* | Move Document and Node to own files. | Brian J. Burg | 2012-09-20 | 1 | -2/+3 | |
| | ||||||
* | Parse a bunch more tags; move ElementData enum to its own file; fix some UA ↵ | Brian J. Burg | 2012-09-20 | 2 | -340/+77 | |
| | | | | style fakery; remove old DOM parser. | |||||
* | Update for language changes | Patrick Walton | 2012-09-20 | 2 | -4/+4 | |
| | ||||||
* | Rewrite the layout tree to use tandem flow/box trees. Flows are | Brian J. Burg | 2012-09-17 | 2 | -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 syntax | Brian J. Burg | 2012-09-11 | 2 | -13/+13 | |
| | ||||||
* | Mostly fix build breaks | Brian J. Burg | 2012-09-10 | 2 | -3/+6 | |
| | ||||||
* | Move parsers and lexers to css/ and html/ top-level dirs; fix some s/import/use/ | Brian J. Burg | 2012-09-06 | 4 | -0/+986 | |