Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary define from android build.jdm-patch-32 | Josh Matthews | 2018-09-21 | 1 | -1/+0 |
| | |||||
* | Auto merge of #21767 - jdm:androidlog, r=paulrouget | bors-servo | 2018-09-21 | 1 | -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 Matthews | 2018-09-20 | 1 | -0/+3 |
| | | |||||
* | | Do not suppress errors from packaging android build. | Josh Matthews | 2018-09-20 | 1 | -2/+4 |
|/ | |||||
* | Upgrade setuptools to a more recent version. | Josh Matthews | 2018-09-19 | 1 | -4/+1 |
| | |||||
* | Try more specific pinning. | Josh Matthews | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Pin pycparser to known working version | Josh Matthews | 2018-09-19 | 1 | -0/+3 |
| | |||||
* | Return appropriate code from bootstrap_gstreamer | Manish Goregaokar | 2018-09-18 | 1 | -1/+9 |
| | |||||
* | Amend name of Windows nightly installer | Fernando Jiménez Moreno | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdm | bors-servo | 2018-09-12 | 1 | -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 crate | Gregory Terzian | 2018-09-12 | 1 | -0/+1 |
| | | |||||
* | | Auto merge of #21545 - ferjm:windows.nightly.gst.fix, r=Manishearth | bors-servo | 2018-09-12 | 1 | -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 download | Fernando Jiménez Moreno | 2018-09-12 | 1 | -3/+2 |
| | | | |||||
| * | | Make tidy happy | Fernando Jiménez Moreno | 2018-09-11 | 1 | -4/+5 |
| | | | |||||
| * | | Package generated nspr4.dll | Fernando Jiménez Moreno | 2018-09-11 | 1 | -0/+13 |
| | | | |||||
| * | | Create bundle with GStreamer and Servo installers | Fernando Jiménez Moreno | 2018-09-11 | 1 | -1/+31 |
| |/ | |||||
* | | mach package should work on android | Manish Goregaokar | 2018-09-11 | 2 | -3/+6 |
| | | |||||
* | | Bypass gstreamer check for test-wpt-android | Manish Goregaokar | 2018-09-11 | 2 | -5/+5 |
| | | |||||
* | | ./mach package should respect target argument | Manish Goregaokar | 2018-09-11 | 1 | -1/+1 |
| | | |||||
* | | Hande systems without pkg-config | Manish Goregaokar | 2018-09-11 | 1 | -1/+6 |
| | | |||||
* | | Don't try to load gstreamer on non-x86 | Manish Goregaokar | 2018-09-11 | 2 | -8/+9 |
| | | |||||
* | | Review fixes | Manish Goregaokar | 2018-09-11 | 2 | -13/+13 |
| | | |||||
* | | Comment on ./mach bootstrap | Manish Goregaokar | 2018-09-11 | 1 | -0/+3 |
| | | |||||
* | | Don't even try installing gstreamer on trusty | Manish Goregaokar | 2018-09-11 | 1 | -2/+3 |
| | | |||||
* | | Additional fixes for compiling on trusty | Manish Goregaokar | 2018-09-11 | 1 | -2/+9 |
| | | |||||
* | | Have bootstrap script install trusty g++/clang deps | Manish Goregaokar | 2018-09-11 | 1 | -1/+34 |
| | | |||||
* | | Allow bootstrap to be run before anything else is installed | Manish Goregaokar | 2018-09-11 | 3 | -4/+32 |
| | | |||||
* | | Properly handle virtualenv | Manish Goregaokar | 2018-09-11 | 1 | -1/+7 |
| | | |||||
* | | Better error reporting for missing gstreamer | Manish Goregaokar | 2018-09-11 | 1 | -4/+13 |
| | | |||||
* | | Allow WPT to be run with local gstreamer | Manish Goregaokar | 2018-09-11 | 2 | -11/+25 |
| | | |||||
* | | Add mach bootstrap-gstreamer | Manish Goregaokar | 2018-09-11 | 2 | -3/+17 |
| | | |||||
* | | Make ./mach bootstrap into a full-fledged linux dependency installer | Manish Goregaokar | 2018-09-11 | 3 | -12/+73 |
| | | |||||
* | | Add gstreamer setup script; use | Manish Goregaokar | 2018-09-11 | 1 | -1/+16 |
|/ | |||||
* | Make ndk-stack mach command support x86 builds. | Josh Matthews | 2018-09-05 | 1 | -1/+2 |
| | |||||
* | Move Khronos WebGL tests to /_webgl/ | Anthony Ramine | 2018-08-25 | 1 | -1/+1 |
| | |||||
* | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 3 | -33/+76 |
| | |||||
* | Auto merge of #21372 - Eijebong:num-traits, r=jdm | bors-servo | 2018-08-14 | 1 | -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_PATH | Manish Goregaokar | 2018-08-13 | 1 | -2/+12 |
| | | |||||
* | | Remove trailing whitespace in devenv_commands | josh | 2018-08-10 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into master | Josh Brudnak | 2018-08-10 | 1 | -1/+25 |
|\ \ | |||||
| * | | mach: Add ndk-stack command for android crash logs. | Josh Matthews | 2018-08-08 | 1 | -0/+24 |
| |/ | |||||
* / | Add rustfmt command to devenv commands | JoshBrudnak | 2018-08-09 | 1 | -0/+13 |
|/ | |||||
* | Upload AAR alongside the APK | Paul Rouget | 2018-08-03 | 1 | -0/+1 |
| | |||||
* | Fix python indentation. | Josh Matthews | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | mach: Avoid python error when there's no cargo cache. | Josh Matthews | 2018-08-01 | 1 | -8/+9 |
| | |||||
* | Build a AAR archive alongside the APK | Paul Rouget | 2018-08-01 | 1 | -2/+4 |
| | |||||
* | Auto merge of #20912 - paulrouget:androidv2, r=jdm,mortimergoro,simonsapin | bors-servo | 2018-07-31 | 6 | -20/+31 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revisit how the Android port works. Fix #20855 Fix #18625 Fix #21147 Before polishing and making sure everything works fine (like the VR code, the android-x86 version, the non-android version of the lib, …), I'd like to get some early feedback on the approach. I recommend reviewing commit by commit. To test, just follow the regular steps: ``` ./mach build -d --android ./mach package --dev --android builds servo.apk ./mach install --dev --android && ./mach run --android ``` --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./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/20912) <!-- Reviewable:end --> | ||||
| * | Update Gradle and SDK | Paul Rouget | 2018-07-31 | 4 | -5/+4 |
| | | |||||
| * | new android port: fix android build and tests | Paul Rouget | 2018-07-31 | 5 | -16/+28 |
| | | |||||
* | | test-tidy fixes | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+1 |
|/ |