Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the servo crate from root to components/servo | Simon Sapin | 2014-12-02 | 1 | -172/+0 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -5/+9 |
| | |||||
* | Invert control flow, fix resizing, and improve checkerboarding | Patrick Walton | 2014-11-04 | 1 | -67/+96 |
| | | | | | significantly by giving tiles some time to paint before we render unrendered content. | ||||
* | auto merge of #3730 : glennw/servo/taskpool, r=pcwalton | bors-servo | 2014-10-21 | 1 | -2/+5 |
|\ | | | | | | | r? @pcwalton - Is this the kind of thing you were thinking of in terms of task queue? | ||||
| * | Introduce a basic shared task pool, and use it for image decoding. | Glenn Watson | 2014-10-20 | 1 | -2/+5 |
| | | |||||
* | | Use opts as a global, to avoid cloning and passing the struct all over the code. | Glenn Watson | 2014-10-20 | 1 | -6/+3 |
|/ | |||||
* | Move windowing code out of the compositor | Matt Brubeck | 2014-10-10 | 1 | -28/+7 |
| | | | | | This is mainly just moving code around, in preparation for further changes to the "windowing" API. | ||||
* | Allow to specify port with --devtools option (fixes #3597) | Robin Stocker | 2014-10-09 | 1 | -5/+3 |
| | | | | | | | Note that using `servo --devtools http://example.org` doesn't work. In that case either the port must be specified or the option moved to the end. This is done by getopts and is the same for other such options, e.g. `--profile`. | ||||
* | Add cmd line option to set user agent. Improves github when used. | Glenn Watson | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -5/+5 |
| | |||||
* | Dump initial prototype of devtools server into the build. Expect lies if you ↵ | Josh Matthews | 2014-09-18 | 1 | -1/+8 |
| | | | | try to use it for anything real. | ||||
* | Try to parse command line argument as file names | Simon Sapin | 2014-09-16 | 1 | -7/+8 |
| | | | | | | | | | | | … when parsing as an absolute URL (without a base) fails. Previously, arguments were parsed as URLs with the current working directory converted to an URL and used as the base URL. This mostly worked for relative filenames, except that `?` and `#` had a special meaning and needed to be percent-encoded. Fix #3340. | ||||
* | Reinstate errors for unused variables and imports. | Jack Moffitt | 2014-09-13 | 1 | -0/+2 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+152 |