Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -71/+0 |
| | |||||
* | Change scope macro to be a no-op in release builds. | Glenn Watson | 2014-09-05 | 1 | -1/+3 |
| | |||||
* | Add a layout debug module. This outputs a trace of the layout process to a JSON | Glenn Watson | 2014-09-04 | 1 | -0/+2 |
| | | | | | | file which can be viewed in an external tool. It provides a timelapse view of how the flow tree and fragments changed during the layout process, which makes it easier to debug layout bugs. | ||||
* | Move UA stylesheet to src/components/style | Simon Sapin | 2014-08-16 | 1 | -1/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Decouple compositing and script crates. | Josh Matthews | 2014-08-08 | 1 | -0/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -4/+2 |
| | |||||
* | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Break the layout -> compositing dependency | Ariel Ben-Yehuda | 2014-07-21 | 1 | -0/+1 |
| | | | | | This adds a new layout_traits component for the shared trait. This should allow for faster builds. | ||||
* | Split layout code into a separate crate. | Josh Matthews | 2014-06-28 | 1 | -0/+68 |