| Commit message (Expand) | Author | Age | Files | Lines |
* | Support extra arguments when running with --debug. | Josh Matthews | 2021-03-05 | 1 | -1/+1 |
* | Port some code to Python3 | Vincent Ricard | 2021-02-18 | 1 | -1/+2 |
* | Fix Gstreamer undefined symbol error | Kunal Mohan | 2020-07-02 | 1 | -0/+1 |
* | Fix doc build | Fernando Jiménez Moreno | 2020-06-30 | 1 | -1/+3 |
* | Fix remaining flake8 warnings | Kagami Sascha Rosylight | 2020-06-21 | 1 | -4/+4 |
* | Update surfman to 0.2 and remove glutin | Alan Jeffrey | 2020-04-17 | 1 | -2/+1 |
* | Add missing argument to set_osmesa_env. | Josh Matthews | 2020-02-24 | 1 | -1/+1 |
* | Install `rust-docs` rustup component in `./mach doc` | Simon Sapin | 2020-01-02 | 1 | -1/+1 |
* | mach: run `rustup target add` in `ensure_bootstrapped` | Simon Sapin | 2020-01-02 | 1 | -1/+1 |
* | Mach: rename default_toolchain to rust_toolchain | Simon Sapin | 2020-01-02 | 1 | -3/+2 |
* | Extract media_stack pick into CommandBase | Tuncer Ayaz | 2019-11-21 | 1 | -12/+1 |
* | Implement `./mach check --media-stack` | Tuncer Ayaz | 2019-11-21 | 1 | -4/+0 |
* | Implement `./mach doc --media-stack={dummy|gstreamer}` | Tuncer Ayaz | 2019-11-21 | 1 | -1/+22 |
* | Allow setting GST_DEBUG on Android through mach | Fernando Jiménez Moreno | 2019-10-14 | 1 | -0/+3 |
* | Generate apis.html and css-properties.json for docs as part of crates’ buil... | Simon Sapin | 2019-07-30 | 1 | -13/+0 |
* | Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020} | Simon Sapin | 2019-07-29 | 1 | -3/+8 |
* | Share more `./mach build` logic with mach check, doc, test-unit | Simon Sapin | 2019-07-02 | 1 | -6/+3 |
* | Rename {azure,raqote}_backend feature flags to canvas2d-{azure,raqote} | Simon Sapin | 2019-07-01 | 1 | -1/+1 |
* | Fix docs. | Josh Matthews | 2019-06-03 | 1 | -0/+2 |
* | Refactoring of the Glutin port in preparation of the compositor refactoring. | Paul Rouget | 2019-04-29 | 1 | -1/+1 |
* | Generate apis.html in ./mach doc | Simon Sapin | 2018-12-12 | 1 | -0/+5 |
* | Generate CSS properties docs in ./mach doc | Simon Sapin | 2018-12-12 | 1 | -0/+4 |
* | Copy from etc/doc.servo.org in `./mach doc` | Simon Sapin | 2018-12-12 | 1 | -3/+8 |
* | com.mozilla to org.mozilla | Paul Rouget | 2018-10-02 | 1 | -3/+3 |
* | Enable use of RUST_LOG with mach run --android. | Josh Matthews | 2018-09-20 | 1 | -0/+3 |
* | new android port: fix android build and tests | Paul Rouget | 2018-07-31 | 1 | -8/+12 |
* | Add ./mach test-android-startup | Simon Sapin | 2018-07-02 | 1 | -4/+2 |
* | mach android-emulator: avoid mach error messages for Python exceptions | Simon Sapin | 2018-07-02 | 1 | -1/+1 |
* | Add "./mach android-emulator" | Simon Sapin | 2018-07-02 | 1 | -0/+14 |
* | Typo fixes | Simon Sapin | 2018-07-02 | 1 | -2/+2 |
* | Fix copy/paste mistake | Simon Sapin | 2018-07-02 | 1 | -1/+1 |
* | mach {package,install} --android: add --emulator and --usb | Simon Sapin | 2018-07-02 | 1 | -2/+16 |
* | mach run --android: show PID | Simon Sapin | 2018-07-02 | 1 | -0/+2 |
* | mach: android install/run: infer adb path from SDK dir | Andrew Shu | 2018-03-25 | 1 | -1/+1 |
* | Add a --nightly | -n flag to download and extract a specific nightly version ... | o0Ignition0o | 2018-03-06 | 1 | -4/+9 |
* | remove bhtml | Paul Rouget | 2018-02-11 | 1 | -19/+2 |
* | Add a --bin flag to the |mach run and rr-record commands to specify which ser... | o0Ignition0o | 2018-02-04 | 1 | -4/+8 |
* | Use rustup.rs instead of custom bootstrap | Simon Sapin | 2018-01-10 | 1 | -8/+12 |
* | Android life cycle improvements and Gradle integration | Imanol Fernandez | 2017-04-21 | 1 | -2/+3 |
* | Allow running servo in software rendering mode from ./mach run | Matthias Devlamynck | 2017-01-21 | 1 | -2/+11 |
* | Fix browserhtml path | Ravi Shankar | 2017-01-03 | 1 | -2/+2 |
* | Move get_browserhtml_path to command_base #14815 | Teodor Szente | 2017-01-02 | 1 | -6/+3 |
* | Use software rendering when running servo in headless mode | KimSnj | 2016-11-27 | 1 | -2/+13 |
* | Run cargo doc in the ports/servo directory | Matt Brubeck | 2016-11-18 | 1 | -1/+1 |
* | Run cargo doc on libservo crate | Matt Brubeck | 2016-11-16 | 1 | -1/+1 |
* | python: Make --debugger imply --debug | Emilio Cobos Álvarez | 2016-11-12 | 1 | -0/+4 |
* | Update test expectations, remove webrender prefs/cmd line. | Glenn Watson | 2016-09-28 | 1 | -2/+1 |
* | Add OSMesa headless mode, run WPT against Webrender, update tests. | Glenn Watson | 2016-09-28 | 1 | -14/+1 |
* | Revert "Enable multiprocess and sandbox" | Paul Rouget | 2016-08-15 | 1 | -4/+0 |
* | Enable multiprocess and sandbox | Paul Rouget | 2016-08-03 | 1 | -0/+4 |