| Commit message (Expand) | Author | Age | Files | Lines |
* | Organize all the source files into compiler/, components/, and platform/. | Patrick Walton | 2013-05-15 | 1 | -333/+0 |
* | Split the network stuff out of servo-gfx into servo-net | Patrick Walton | 2013-05-09 | 1 | -2/+2 |
* | layout: Remove duplicate methods from flows | Patrick Walton | 2013-05-06 | 1 | -9/+4 |
* | layout: Port the flow tree over to the new generic tree functions | Patrick Walton | 2013-05-06 | 1 | -13/+26 |
* | servo: Refactor the `Flow` type to save memory and allow upcasting and downca... | Patrick Walton | 2013-05-06 | 1 | -6/+7 |
* | Add getBoundingClientRect, and make it and getClientRects synchronously query... | Josh Matthews | 2013-04-23 | 1 | -9/+28 |
* | Update for language changes. | Luqman Aden | 2013-04-20 | 1 | -1/+1 |
* | Add license headers | Brian Anderson | 2013-04-05 | 1 | -0/+4 |
* | Update to Rust 0.6. | Jack Moffitt | 2013-04-04 | 1 | -18/+8 |
* | Rebase. | Josh Matthews | 2013-03-13 | 1 | -1/+0 |
* | De-mut field, de-DVec, de-assert. | Josh Matthews | 2013-03-13 | 1 | -6/+5 |
* | Language changes. | Josh Matthews | 2013-03-11 | 1 | -18/+20 |
* | Start work on new DOM representation | Patrick Walton | 2013-02-24 | 1 | -26/+24 |
* | Language changes. | Josh Matthews | 2013-02-24 | 1 | -4/+4 |
* | Update for language changes | Patrick Walton | 2013-02-19 | 1 | -13/+13 |
* | Upgrade for language changes | Patrick Walton | 2013-02-13 | 1 | -23/+25 |
* | Upgrade Rust compiler | Brian Anderson | 2013-01-20 | 1 | -6/+10 |
* | Update for language changes. | Josh Matthews | 2012-12-23 | 1 | -6/+7 |
* | Make servo build again | Brian Anderson | 2012-12-04 | 1 | -2/+2 |
* | content, layout: Very, very early beginnings of support for incremental reflow. | Patrick Walton | 2012-11-18 | 1 | -5/+30 |
* | submodules: Split out GFX and all its dependencies into a servo-gfx submodule | Patrick Walton | 2012-11-11 | 1 | -15/+17 |
* | servo: Allow a render backend to be specified on the command line (-r) | Patrick Walton | 2012-11-09 | 1 | -26/+25 |
* | Hook up optional FontList instance to FontContext. | Brian J. Burg | 2012-11-08 | 1 | -1/+1 |
* | Final font rearrangement for a while. Remove _handle suffix, add dummy font_l... | Brian J. Burg | 2012-11-07 | 1 | -3/+0 |
* | Extract mono-cache implementation; lay groundwork for private font matching. | Brian J. Burg | 2012-11-07 | 1 | -5/+4 |
* | Add default stylesheets | Brian Anderson | 2012-11-06 | 1 | -2/+4 |
* | Remove src/servo/text and move things to gfx/ and util/. Add a convenience gf... | Brian J. Burg | 2012-11-06 | 1 | -8/+9 |
* | Update rust-css, rust-netsurfcss | Brian Anderson | 2012-11-03 | 1 | -2/+2 |
* | Time aux ptr initialization and selector matching separately | Brian Anderson | 2012-10-31 | 1 | -4/+8 |
* | Selector matching doesn't need a LayoutContext just now | Brian Anderson | 2012-10-31 | 1 | -1/+1 |
* | Rename css::styles to css::matching | Brian Anderson | 2012-10-31 | 1 | -1/+1 |
* | Move aux pointer initialization to layout::aux | Brian Anderson | 2012-10-31 | 1 | -1/+1 |
* | Delete unused old CSS code | Brian Anderson | 2012-10-31 | 1 | -4/+1 |
* | Replace SpecifiedStyle with SelectResults in the aux pointer. Further disable... | Brian Anderson | 2012-10-31 | 1 | -18/+19 |
* | Add the CSS SelectCtx to Layout | Brian Anderson | 2012-10-31 | 1 | -14/+7 |
* | Use newcss::Stylesheet for the stylesheet type | Brian Anderson | 2012-10-31 | 1 | -1/+1 |
* | Let stylesheets live in layout instead of content | Brian Anderson | 2012-10-30 | 1 | -4/+27 |
* | Move the entire servo CSS selection interface to css::styles | Brian Anderson | 2012-10-30 | 1 | -1/+1 |
* | Create FontContext from matcher, remove platform-specific matchers. Move defa... | Brian J. Burg | 2012-10-30 | 1 | -1/+6 |
* | Create font matchers and native equivalents. Add in a dummy font cache. Untan... | Brian J. Burg | 2012-10-29 | 1 | -1/+2 |
* | Move css::color, and css::value to rust-css | Brian Anderson | 2012-10-29 | 1 | -1/+1 |
* | layout: Make the display list freezable/dual mode | Patrick Walton | 2012-10-25 | 1 | -4/+4 |
* | Convert to static new() in the box builder, and correct context/BoxConsumer r... | Brian J. Burg | 2012-10-22 | 1 | -1/+1 |
* | servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842 | Patrick Walton | 2012-10-18 | 1 | -7/+7 |
* | Move the contents of BuildMsg to a struct | Brian Anderson | 2012-10-15 | 1 | -17/+27 |
* | Convert the content task's control messages and dom events to pipes | Brian Anderson | 2012-10-14 | 1 | -11/+22 |
* | Add more timing to layout_task | Brian Anderson | 2012-10-14 | 1 | -6/+19 |
* | Refactor layout_task a little | Brian Anderson | 2012-10-14 | 1 | -86/+94 |
* | Add lots of logging to content and layout messages | Brian Anderson | 2012-10-14 | 1 | -7/+11 |
* | Use LocalImageCache in LayoutTask instead of ImageCacheTask | Brian Anderson | 2012-10-12 | 1 | -5/+19 |