aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Vendor UWP GStreamer binaries.Josh Matthews2019-07-271-13/+11
|
* Use openssl dependency that works on arm64.Josh Matthews2019-07-231-1/+1
|
* Enable uwp feature when building with --uwp.Josh Matthews2019-07-101-0/+1
|
* Auto merge of #20885 - avadacatavra:rustup-req, r=jdmbors-servo2019-07-041-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated rustup requirement <!-- Please describe your changes on the following line: --> Rustup changed their argparsing, which resulted in `./mach test-unit --nocapture` not working. Servo now requires a higher rustup version to ensure that mach commands work --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20885) <!-- Reviewable:end -->
| * updated rustup requirementddh2018-05-301-2/+2
| |
* | Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-1/+6
| | | | | | | | | | … with corresponding `layout` and `layout_thread` crates, which for now do nothing.
* | Simplify build process for UWP app.Josh Matthews2019-07-031-0/+12
| |
* | Share more `./mach build` logic with mach check, doc, test-unitSimon Sapin2019-07-021-22/+122
| | | | | | | | Fixes #23659
* | `./mach clean`: cwd is unnecessary when `--manifest-path` is usedSimon Sapin2019-07-011-3/+0
| |
* | build: Cleanup some path-munging code.Emilio Cobos Álvarez2019-06-241-12/+4
| | | | | | | | | | I was looking at this today, and this seems better than the pre-existing code, generally pre-pending to these paths isn't great...
* | Improve windows DLL packaging.Josh Matthews2019-06-111-2/+5
| |
* | Auto merge of #23484 - servo:jdm-patch-53, r=Manishearthbors-servo2019-06-031-1/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gstreamer on Windows to 1.16.0. Fixes #23348. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23484) <!-- Reviewable:end -->
| * | Package DLLs correctly for Windows cross builds.Josh Matthews2019-06-031-1/+3
| | |
* | | Switch windows openssl binaries to ones generated by vcpkg.Josh Matthews2019-05-311-4/+12
|/ /
* | Use correct plugin search path for locally cloned gstreamerManish Goregaokar2019-05-171-0/+3
| |
* | Upgrade NDK to v15c.Josh Matthews2019-05-011-1/+1
| |
* | Refactoring of the Glutin port in preparation of the compositor refactoring.Paul Rouget2019-04-291-5/+5
| |
* | Update mach bootstrap-gstreamer to use the latest binariesFernando Jiménez Moreno2019-03-271-3/+3
| |
* | Auto merge of #21968 - UK992:mach-package, r=jdmbors-servo2019-02-011-6/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows: Add missing dependencies Rebased https://github.com/servo/servo/pull/16445 and updated with Gstreamer DLLs. About msi installer, there is also included gstreamer installer, should be removed and replaced by needed gstreamer DLLs or keep it at is it? Fixes #16422. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21968) <!-- Reviewable:end -->
| * | Package: Update zip file creationUK9922018-12-011-6/+19
| | |
* | | Split simpleservo into 3 crates for rust, c and jni apisPaul Rouget2018-12-281-3/+7
| | |
* | | ./mach run -n on mac os.o0Ignition0o2018-12-081-17/+55
|/ /
* | Move Android and ML build artefacts to their own subdirectoryAnthony Ramine2018-11-281-7/+4
| | | | | | | | Works around #20380.
* | Add magicleap-nightly builderAlan Jeffrey2018-11-131-2/+5
| |
* | Revert "Disable unused-extern-crates warnings for now"Simon Sapin2018-11-081-0/+2
| | | | | | | | This reverts commit 32462cd909a7c28d0d86664291bdcb0043c0bb45.
* | Disable unused-extern-crates warnings for nowSimon Sapin2018-11-061-2/+0
| | | | | | | | There are *many* new ones in rust 2018!
* | Auto merge of #21825 - jdm:backtrace-helpers, r=Manishearthbors-servo2018-10-021-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optional backtraces for JS errors and WebGL errors This adds two new build-time features to enable useful debugging tools when investigating why JS and WebGL content isn't working. They're optional because they're quite heavyweight. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they're optional developer features. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21825) <!-- Reviewable:end -->
| * | script: Optionally store backtraces when throwing DOM exceptions.Josh Matthews2018-10-011-0/+2
| | |
* | | Only add --manifest-path if not already presentSimon Sapin2018-09-261-5/+8
| | |
* | | Only build ports/servo by default (except Android), add `./mach build ↵Simon Sapin2018-09-251-0/+9
|/ / | | | | | | | | | | --libsimpleservo` Fixes #21314
* | mach package should work on androidManish Goregaokar2018-09-111-2/+3
| |
* | Bypass gstreamer check for test-wpt-androidManish Goregaokar2018-09-111-2/+2
| |
* | Hande systems without pkg-configManish Goregaokar2018-09-111-1/+6
| |
* | Don't try to load gstreamer on non-x86Manish Goregaokar2018-09-111-8/+7
| |
* | Review fixesManish Goregaokar2018-09-111-3/+6
| |
* | Additional fixes for compiling on trustyManish Goregaokar2018-09-111-2/+9
| |
* | Better error reporting for missing gstreamerManish Goregaokar2018-09-111-4/+13
| |
* | Allow WPT to be run with local gstreamerManish Goregaokar2018-09-111-11/+24
| |
* | Make ./mach bootstrap into a full-fledged linux dependency installerManish Goregaokar2018-09-111-5/+2
| |
* | Add gstreamer setup script; useManish Goregaokar2018-09-111-1/+16
| |
* | Upgraded to SM 60Alan Jeffrey2018-08-201-15/+13
| |
* | Append to LD_LIBRARY_PATHManish Goregaokar2018-08-131-2/+12
| |
* | Update Gradle and SDKPaul Rouget2018-07-311-1/+1
| |
* | new android port: fix android build and testsPaul Rouget2018-07-311-3/+12
| |
* | Add ./mach test-android-startupSimon Sapin2018-07-021-0/+7
| |
* | Use the bootstraped Android toolchains by defaultSimon Sapin2018-07-021-0/+10
| |
* | Auto merge of #20421 - talklittle:issue-20219, r=jdmbors-servo2018-06-191-0/+7
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mach: android install/run: infer adb path from SDK dir <!-- Please describe your changes on the following line: --> Infer Android `adb` path from SDK directory in environment variables. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20219 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it is a build script change <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20421) <!-- Reviewable:end -->
| * mach: android install/run: infer adb path from SDK dirAndrew Shu2018-03-251-0/+7
| |
* | Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-0/+3
| |
* | Support i686-linux-android target.Josh Matthews2018-05-231-0/+11
| |