aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Share more `./mach build` logic with mach check, doc, test-unitSimon Sapin2019-07-021-6/+3
| | | | Fixes #23659
* Rename {azure,raqote}_backend feature flags to canvas2d-{azure,raqote}Simon Sapin2019-07-011-1/+1
|
* Fix docs.Josh Matthews2019-06-031-0/+2
|
* Refactoring of the Glutin port in preparation of the compositor refactoring.Paul Rouget2019-04-291-1/+1
|
* Generate apis.html in ./mach docSimon Sapin2018-12-121-0/+5
|
* Generate CSS properties docs in ./mach docSimon Sapin2018-12-121-0/+4
|
* Copy from etc/doc.servo.org in `./mach doc`Simon Sapin2018-12-121-3/+8
|
* com.mozilla to org.mozillaPaul Rouget2018-10-021-3/+3
|
* Enable use of RUST_LOG with mach run --android.Josh Matthews2018-09-201-0/+3
|
* new android port: fix android build and testsPaul Rouget2018-07-311-8/+12
|
* Add ./mach test-android-startupSimon Sapin2018-07-021-4/+2
|
* mach android-emulator: avoid mach error messages for Python exceptionsSimon Sapin2018-07-021-1/+1
|
* Add "./mach android-emulator"Simon Sapin2018-07-021-0/+14
|
* Typo fixesSimon Sapin2018-07-021-2/+2
|
* Fix copy/paste mistakeSimon Sapin2018-07-021-1/+1
|
* mach {package,install} --android: add --emulator and --usbSimon Sapin2018-07-021-2/+16
|
* mach run --android: show PIDSimon Sapin2018-07-021-0/+2
|
* mach: android install/run: infer adb path from SDK dirAndrew Shu2018-03-251-1/+1
|
* Add a --nightly | -n flag to download and extract a specific nightly version ↵o0Ignition0o2018-03-061-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 bhtmlPaul Rouget2018-02-111-19/+2
|
* Add a --bin flag to the |mach run and rr-record commands to specify which ↵o0Ignition0o2018-02-041-4/+8
| | | | servo binary to run
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-8/+12
| | | | Fixes #11361, closes #18874
* Android life cycle improvements and Gradle integrationImanol Fernandez2017-04-211-2/+3
|
* Allow running servo in software rendering mode from ./mach runMatthias Devlamynck2017-01-211-2/+11
|
* Fix browserhtml pathRavi Shankar2017-01-031-2/+2
|
* Move get_browserhtml_path to command_base #14815Teodor Szente2017-01-021-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 modeKimSnj2016-11-271-2/+13
|
* Run cargo doc in the ports/servo directoryMatt Brubeck2016-11-181-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 crateMatt Brubeck2016-11-161-1/+1
| | | | Fixes `./mach doc` regression caused by #14172.
* python: Make --debugger imply --debugEmilio Cobos Álvarez2016-11-121-0/+4
|
* Update test expectations, remove webrender prefs/cmd line.Glenn Watson2016-09-281-2/+1
|
* Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-14/+1
|
* Revert "Enable multiprocess and sandbox"Paul Rouget2016-08-151-4/+0
| | | | This reverts commit 663f8530cfc1464e11ece49131949c7e798ef7f2.
* Enable multiprocess and sandboxPaul Rouget2016-08-031-0/+4
| | | | | Enable multiprocess and sandbox for Mac and Linux when running browserhtml.
* Fix preference namePaul Rouget2016-06-241-1/+1
|
* add reload keyboard shortcutmrmiywj2016-06-231-1/+1
| | | | rename the preference to shell.builtin-key-shortcuts.enabled
* Issue #11388: --debug and --browserhtml are not exclusive in 'mach run'.Simon Martin2016-06-181-19/+19
|
* Only enable borderless browserhtml window on OSX.Adam Casey2016-06-071-2/+10
| | | | Pass browserhtml path as relative path to avoid a mingw->windows path conversion
* Create `mach package`edunham2016-06-031-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 updatePaul Rouget2016-05-231-1/+4
|
* mach run --debug: Cleanup: Use nicer syntax in rust-gdb/rust-lldb checkOlaf Buddenhagen2016-05-041-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 beforeAdrian Utrilla2016-04-151-6/+15
|
* mach run -b now passes additional params to servoAdrian Utrilla2016-04-021-0/+1
|
* Add --browserhtml/-b command to ./mach runJack Moffitt2016-03-041-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 fixesVladimir Vukicevic2016-01-201-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=larsbergstrombors-servo2016-01-051-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 runMatt Brubeck2016-01-041-2/+5
| |
* | mach run --debug: Try using rust-gdb/rust-lldb if availableOlaf Buddenhagen2015-12-241-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 fileMatt Brubeck2015-12-181-11/+15
|
* Add mach install command (Android-only for now)Matt Brubeck2015-12-121-0/+23
|