Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | to run mach commands against. This currently only work on linux, but windows and mac os support will follow in subsequent PRs. | |||||
* | 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 ↵ | o0Ignition0o | 2018-02-04 | 1 | -4/+8 | |
| | | | | servo binary to run | |||||
* | Use rustup.rs instead of custom bootstrap | Simon Sapin | 2018-01-10 | 1 | -8/+12 | |
| | | | | Fixes #11361, closes #18874 | |||||
* | 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 | |
| | | | | | | Remove unused import of find_dep_path_newest #14815 Move get_browserhtml_path top along with find_dep_path_newest #14815 | |||||
* | 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 | |
| | | | | | Running it in components/servo isn't guaranteed to work because there's no Cargo.lock checked in there. Followup to #14254. | |||||
* | Run cargo doc on libservo crate | Matt Brubeck | 2016-11-16 | 1 | -1/+1 | |
| | | | | Fixes `./mach doc` regression caused by #14172. | |||||
* | 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 | |
| | | | | This reverts commit 663f8530cfc1464e11ece49131949c7e798ef7f2. | |||||
* | Enable multiprocess and sandbox | Paul Rouget | 2016-08-03 | 1 | -0/+4 | |
| | | | | | Enable multiprocess and sandbox for Mac and Linux when running browserhtml. | |||||
* | Fix preference name | Paul Rouget | 2016-06-24 | 1 | -1/+1 | |
| | ||||||
* | add reload keyboard shortcut | mrmiywj | 2016-06-23 | 1 | -1/+1 | |
| | | | | rename the preference to shell.builtin-key-shortcuts.enabled | |||||
* | Issue #11388: --debug and --browserhtml are not exclusive in 'mach run'. | Simon Martin | 2016-06-18 | 1 | -19/+19 | |
| | ||||||
* | Only enable borderless browserhtml window on OSX. | Adam Casey | 2016-06-07 | 1 | -2/+10 | |
| | | | | Pass browserhtml path as relative path to avoid a mingw->windows path conversion | |||||
* | Create `mach package` | edunham | 2016-06-03 | 1 | -62/+1 | |
| | | | | | | | * Split package commands into their own file * Delete spurious files from build dir * Create runservo.sh to invoke servo with the right browserhtml incantation * Tar it all up with the date and time in the filename | |||||
* | browserhtml update | Paul Rouget | 2016-05-23 | 1 | -1/+4 | |
| | ||||||
* | mach run --debug: Cleanup: Use nicer syntax in rust-gdb/rust-lldb check | Olaf Buddenhagen | 2016-05-04 | 1 | -1/+2 | |
| | | | | | | Follow-up on f3cd5d2961d5493f17062562693608b73ced6128 : after actually reading a Python tutorial, I realised this can be handled in a more elegant fashion :-) | |||||
* | mach install now builds servo if it hasn't been built before | Adrian Utrilla | 2016-04-15 | 1 | -6/+15 | |
| | ||||||
* | mach run -b now passes additional params to servo | Adrian Utrilla | 2016-04-02 | 1 | -0/+1 | |
| | ||||||
* | Add --browserhtml/-b command to ./mach run | Jack Moffitt | 2016-03-04 | 1 | -1/+23 | |
| | | | | | | This will run Servo with browser.html. We use the latest package in the dependency tree if there are multiple copies, since there is no way for Cargo to tell us which one is canonical. | |||||
* | win32: mach and build command fixes | Vladimir Vukicevic | 2016-01-20 | 1 | -6/+6 | |
| | | | | | | | - Add SERVO_USE_NIGHTLY_RUST env var to use the latest rust/cargo nightly snapshot - Fix up looking for cargo binary (in cargo/bin/cargo, not bin/cargo) - Fix up win32 executable checking (use .exe suffix) - fix up win32 PATH handling (subprocess must use shell=True for PATH change to be honored) | |||||
* | Auto merge of #9150 - mbrubeck:run-android, r=larsbergstrom | bors-servo | 2016-01-05 | 1 | -2/+5 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | Make "mach run" use --android by default when enabled in .servobuild When `.servobuild` has `android = true`, the `mach run` command should default to running on Android. r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9150) <!-- Reviewable:end --> | |||||
| * | Use build.android config in mach run | Matt Brubeck | 2016-01-04 | 1 | -2/+5 | |
| | | ||||||
* | | mach run --debug: Try using rust-gdb/rust-lldb if available | Olaf Buddenhagen | 2015-12-24 | 1 | -1/+10 | |
|/ | | | | | | | | | | If the selected debugger (requested explicitly or detected by mozdebug) is gdb or lldb, use rust-gdb or rust-lldb instead, if it's available in the path and appears to be working. (This should usually be the case when using the default debugger on GNU/Linux or MacOS, as rust-gdb or rust-lldb is provided by the Rust snapshot in use.) | |||||
* | Update `mach run` to use android_params file | Matt Brubeck | 2015-12-18 | 1 | -11/+15 | |
| | ||||||
* | Add mach install command (Android-only for now) | Matt Brubeck | 2015-12-12 | 1 | -0/+23 | |
| | ||||||
* | Remove unused params from mach package command | Matt Brubeck | 2015-12-12 | 1 | -4/+1 | |
| | ||||||
* | Reduce duplication in binary path determinition for Android target (fixes ↵ | Yanir Seroussi | 2015-11-19 | 1 | -5/+4 | |
| | | | | issue #8349) | |||||
* | Very hackish support for `./mach run --android` | Simon Sapin | 2015-11-13 | 1 | -1/+21 | |
| | ||||||
* | New Android suppport | Lars Bergstrom | 2015-11-04 | 1 | -3/+35 | |
| | ||||||
* | Use the gold linker when available. | Simon Sapin | 2015-08-15 | 1 | -3/+1 | |
| | | | | This shaves 50 seconds off the build time on my machine. | |||||
* | Include private items in `./mach doc` and http://doc.servo.org/ | Simon Sapin | 2015-07-17 | 1 | -1/+3 | |
| | | | | See https://github.com/rust-lang/rust/issues/15347 | |||||
* | Use Cargo's target directory sharing. | Jack Moffitt | 2015-06-15 | 1 | -3/+2 | |
| | | | | | This speeds up `./mach build --dev` followed by `./mach build-cef` by a large amount, and also speeds up other build combos found in our CI. | |||||
* | Handle non-zero return codes in mach run | Matt Brubeck | 2015-06-04 | 1 | -0/+3 | |
| | ||||||
* | Add flake8 to the tidy process for Python files | Corey Farwell | 2015-06-04 | 1 | -7/+5 | |
| | | | | | | | Fixes #6236 Also included in this commit are the changes need to make flake8 pass for the existing python file | |||||
* | Fix tidy issues with Python files in python/ | Corey Farwell | 2015-06-02 | 1 | -0/+9 | |
| | ||||||
* | Auto merge of #6201 - glennw:jquery-runner, r=metajack | bors-servo | 2015-05-31 | 1 | -38/+0 | |
|\ | | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6201) <!-- Reviewable:end --> | |||||
| * | Add jQuery test runner and mach integration. | Glenn Watson | 2015-06-01 | 1 | -38/+0 | |
| | |