aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove bhtmlPaul Rouget2018-02-111-19/+2
* Add a --bin flag to the |mach run and rr-record commands to specify which ser...o0Ignition0o2018-02-041-4/+8
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-8/+12
* 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
* 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
* Run cargo doc on libservo crateMatt Brubeck2016-11-161-1/+1
* 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
* Enable multiprocess and sandboxPaul Rouget2016-08-031-0/+4
* Fix preference namePaul Rouget2016-06-241-1/+1
* add reload keyboard shortcutmrmiywj2016-06-231-1/+1
* 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
* Create `mach package`edunham2016-06-031-62/+1
* 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
* 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
* win32: mach and build command fixesVladimir Vukicevic2016-01-201-6/+6
* Auto merge of #9150 - mbrubeck:run-android, r=larsbergstrombors-servo2016-01-051-2/+5
|\
| * 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
|/
* 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
* Remove unused params from mach package commandMatt Brubeck2015-12-121-4/+1
* Reduce duplication in binary path determinition for Android target (fixes iss...Yanir Seroussi2015-11-191-5/+4
* Very hackish support for `./mach run --android`Simon Sapin2015-11-131-1/+21
* New Android suppportLars Bergstrom2015-11-041-3/+35
* Use the gold linker when available.Simon Sapin2015-08-151-3/+1
* Include private items in `./mach doc` and http://doc.servo.org/Simon Sapin2015-07-171-1/+3
* Use Cargo's target directory sharing.Jack Moffitt2015-06-151-3/+2
* Handle non-zero return codes in mach runMatt Brubeck2015-06-041-0/+3
* Add flake8 to the tidy process for Python filesCorey Farwell2015-06-041-7/+5
* Fix tidy issues with Python files in python/Corey Farwell2015-06-021-0/+9
* Auto merge of #6201 - glennw:jquery-runner, r=metajackbors-servo2015-05-311-38/+0
|\
| * Add jQuery test runner and mach integration.Glenn Watson2015-06-011-38/+0