aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary define from android build.jdm-patch-32Josh Matthews2018-09-211-1/+0
|
* Auto merge of #21767 - jdm:androidlog, r=paulrougetbors-servo2018-09-211-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable use of RUST_LOG with mach run --android. This allows running `RUST_LOG=layout_thread ./mach run --android` and seeing the appropriate logging output appear in `./adb logcat`. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21764 <!-- 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/21767) <!-- Reviewable:end -->
| * Enable use of RUST_LOG with mach run --android.Josh Matthews2018-09-201-0/+3
| |
* | Do not suppress errors from packaging android build.Josh Matthews2018-09-201-2/+4
|/
* Return appropriate code from bootstrap_gstreamerManish Goregaokar2018-09-181-1/+9
|
* Amend name of Windows nightly installerFernando Jiménez Moreno2018-09-131-1/+1
|
* Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdmbors-servo2018-09-121-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace mpsc with crossbeam-channel Follow up on https://github.com/servo/servo/pull/19515 --- Selecting over multiple channels in `std::sync::mpsc` is not stable and likely never will be: https://github.com/rust-lang/rust/issues/27800#issuecomment-260136777 > It seems the only thing keeping `mpsc_select` around is Servo. crossbeam-channel is designed specifically to replace `std::sync::mpsc` and fix many of its shortcomings: https://github.com/stjepang/rfcs-crossbeam/blob/channel/text/2017-11-09-channel.md This is to be landed together with https://github.com/servo/ipc-channel/pull/183. <!-- 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/21325) <!-- Reviewable:end -->
| * add servo_channel crateGregory Terzian2018-09-121-0/+1
| |
* | Auto merge of #21545 - ferjm:windows.nightly.gst.fix, r=Manishearthbors-servo2018-09-121-1/+44
|\ \ | | | | | | | | | | | | | | | | | | | | | Fix Windows nightly build <!-- 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/21545) <!-- Reviewable:end -->
| * | Move gstreamer msi to msi folder after downloadFernando Jiménez Moreno2018-09-121-3/+2
| | |
| * | Make tidy happyFernando Jiménez Moreno2018-09-111-4/+5
| | |
| * | Package generated nspr4.dllFernando Jiménez Moreno2018-09-111-0/+13
| | |
| * | Create bundle with GStreamer and Servo installersFernando Jiménez Moreno2018-09-111-1/+31
| |/
* | mach package should work on androidManish Goregaokar2018-09-112-3/+6
| |
* | Bypass gstreamer check for test-wpt-androidManish Goregaokar2018-09-112-5/+5
| |
* | ./mach package should respect target argumentManish Goregaokar2018-09-111-1/+1
| |
* | Hande systems without pkg-configManish Goregaokar2018-09-111-1/+6
| |
* | Don't try to load gstreamer on non-x86Manish Goregaokar2018-09-112-8/+9
| |
* | Review fixesManish Goregaokar2018-09-112-13/+13
| |
* | Comment on ./mach bootstrapManish Goregaokar2018-09-111-0/+3
| |
* | Don't even try installing gstreamer on trustyManish Goregaokar2018-09-111-2/+3
| |
* | Additional fixes for compiling on trustyManish Goregaokar2018-09-111-2/+9
| |
* | Have bootstrap script install trusty g++/clang depsManish Goregaokar2018-09-111-1/+34
| |
* | Allow bootstrap to be run before anything else is installedManish Goregaokar2018-09-112-4/+14
| |
* | Properly handle virtualenvManish Goregaokar2018-09-111-1/+7
| |
* | Better error reporting for missing gstreamerManish Goregaokar2018-09-111-4/+13
| |
* | Allow WPT to be run with local gstreamerManish Goregaokar2018-09-112-11/+25
| |
* | Add mach bootstrap-gstreamerManish Goregaokar2018-09-112-3/+17
| |
* | Make ./mach bootstrap into a full-fledged linux dependency installerManish Goregaokar2018-09-113-12/+73
| |
* | Add gstreamer setup script; useManish Goregaokar2018-09-111-1/+16
|/
* Make ndk-stack mach command support x86 builds.Josh Matthews2018-09-051-1/+2
|
* Upgraded to SM 60Alan Jeffrey2018-08-203-33/+76
|
* Auto merge of #21372 - Eijebong:num-traits, r=jdmbors-servo2018-08-141-2/+12
|\ | | | | | | | | | | | | | | Dedupe num-traits <!-- 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/21372) <!-- Reviewable:end -->
| * Append to LD_LIBRARY_PATHManish Goregaokar2018-08-131-2/+12
| |
* | Remove trailing whitespace in devenv_commandsjosh2018-08-101-2/+2
| |
* | Merge branch 'master' into masterJosh Brudnak2018-08-101-1/+25
|\ \
| * | mach: Add ndk-stack command for android crash logs.Josh Matthews2018-08-081-0/+24
| |/
* / Add rustfmt command to devenv commandsJoshBrudnak2018-08-091-0/+13
|/
* Upload AAR alongside the APKPaul Rouget2018-08-031-0/+1
|
* Fix python indentation.Josh Matthews2018-08-011-1/+1
|
* mach: Avoid python error when there's no cargo cache.Josh Matthews2018-08-011-8/+9
|
* Build a AAR archive alongside the APKPaul Rouget2018-08-011-2/+4
|
* Update Gradle and SDKPaul Rouget2018-07-314-5/+4
|
* new android port: fix android build and testsPaul Rouget2018-07-315-16/+28
|
* Auto merge of #21104 - wayling:master, r=jdmbors-servo2018-07-281-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "./mach env" cause unclear message. We did't use "LD_LIBRARY_PATH" and no need display this. <!-- Please describe your changes on the following line: --> Remove the print message. --- <!-- 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/21104) <!-- Reviewable:end -->
| * "./mach env" cause unclear messagewayling2018-07-281-4/+4
| | | | | | | | Use the "get" instead to avoid the error.
* | merge run_wpt.py into run.pyergunsh2018-07-221-1/+1
| |
* | Add ./mach test-wpt-androidSimon Sapin2018-07-201-16/+36
| |
* | Refactor run_in_headless_android_emulator.py out of mach test-androi-startupSimon Sapin2018-07-181-60/+21
| | | | | | | | … and make it more careful about not leaving zombie processes behind.
* | Android: run ./mach package implicitly after ./mach build by defaultSimon Sapin2018-07-161-1/+9
| | | | | | | | | | | | The result of `./mach build` for Android is a `.so` file that cannot be used on its own, so running build without package is presumably never useful.