Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce log spam for large downloads made from mach | Simon Sapin | 2018-10-11 | 1 | -2/+11 |
| | | | | Printing the same line again is a no-op on an actual terminal, but Taskcluster’s log viewer shows each such line separately. | ||||
* | Support uploading maven artifacts. | Josh Matthews | 2018-10-08 | 1 | -0/+31 |
| | |||||
* | Work around removal of remote files used by the build system | Simon Sapin | 2018-10-03 | 1 | -1/+3 |
| | | | | https://github.com/servo/libgstreamer_android_gen/commit/f5a832741569c96b57dc2b964df9ae37016454c2 | ||||
* | Create a Maven repository | Paul Rouget | 2018-10-02 | 1 | -2/+11 |
| | |||||
* | Auto merge of #21825 - jdm:backtrace-helpers, r=Manishearth | bors-servo | 2018-10-02 | 2 | -0/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Matthews | 2018-10-01 | 2 | -0/+7 |
| | | |||||
* | | com.mozilla to org.mozilla | Paul Rouget | 2018-10-02 | 2 | -4/+4 |
| | | |||||
* | | Auto merge of #21809 - servo:features, r=SimonSapin | bors-servo | 2018-09-27 | 3 | -1/+22 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | Only build ports/servo by default (except Android), add `./mach build --libsimpleservo` Fixes #21314 <!-- 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/21809) <!-- Reviewable:end --> | ||||
| * | Only add --manifest-path if not already present | Simon Sapin | 2018-09-26 | 3 | -8/+10 |
| | | |||||
| * | Only build ports/servo by default (except Android), add `./mach build ↵ | Simon Sapin | 2018-09-25 | 3 | -1/+20 |
| | | | | | | | | | | | | --libsimpleservo` Fixes #21314 | ||||
* | | Add mach command to setup remote debugging on Android devices. | Josh Matthews | 2018-09-25 | 1 | -1/+57 |
| | | |||||
* | | Auto merge of #21730 - ferjm:android.gstreamer, r=paulrouget | bors-servo | 2018-09-25 | 1 | -1/+32 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable WebAudio on Android - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] These changes fix #21619 <!-- 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/21730) <!-- Reviewable:end --> | ||||
| * | | Use simpler way to build gst lib name | Fernando Jiménez Moreno | 2018-09-24 | 1 | -13/+1 |
| | | | |||||
| * | | Enable GStreamer support on Android | Fernando Jiménez Moreno | 2018-09-24 | 1 | -1/+44 |
| |/ | |||||
* / | Add clang system header include path when building android. | Josh Matthews | 2018-09-21 | 1 | -0/+2 |
|/ | |||||
* | 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 |
| |