aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move the servo crate from root to components/servoSimon Sapin2014-12-021-172/+0
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-5/+9
|
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-67/+96
| | | | | significantly by giving tiles some time to paint before we render unrendered content.
* auto merge of #3730 : glennw/servo/taskpool, r=pcwaltonbors-servo2014-10-211-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 Watson2014-10-201-2/+5
| |
* | Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-6/+3
|/
* Move windowing code out of the compositorMatt Brubeck2014-10-101-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 Stocker2014-10-091-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 Watson2014-10-031-1/+1
|
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-5/+5
|
* Dump initial prototype of devtools server into the build. Expect lies if you ↵Josh Matthews2014-09-181-1/+8
| | | | try to use it for anything real.
* Try to parse command line argument as file namesSimon Sapin2014-09-161-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 Moffitt2014-09-131-0/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+152