aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct Rust path in Android packagingMatt Brubeck2014-11-141-0/+1
|
* Issue #3804 : Allow enabling debug-mozjs from servobuild configFabrice Desré2014-11-061-0/+2
|
* Automatically update cargo when necessaryMatt Brubeck2014-11-051-1/+8
|
* Fixes #3353: rust snapshot downloads to home directoryAnthony Miyaguchi2014-11-051-3/+6
|
* Add Android build config to mach/servobuildMatt Brubeck2014-10-031-0/+16
|
* Have the Rust snapshot directory include the Rust version and hash.Simon Sapin2014-09-291-2/+35
| | | | | | | | | | | | | | That way, whenever rust-snapshot-hash changes, mach will look for the Rust snapshot in a different directory and re-boostrap as needed. However, older rust version will be left behind never cleaned up. This is good for git-bisect, but not for disk space: the current snapshot is 618 MB. In the future, we may want `mach clean` or some other comment to remove unused Rust snapshots. CC #3388
* Fix /python/servo code formatting.Simon Sapin2014-09-261-19/+30
| | | | (My editor screams at me for flake8 lint errors.)
* Have mach update (not just init) submodules as needed. Fix #3447Simon Sapin2014-09-221-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+94