aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
Commit message (Collapse)AuthorAgeFilesLines
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-193-3/+3
|
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+0
|
* Add debuggable flag to magicleap taildataAlan Jeffrey2018-11-161-0/+3
|
* Add magicleap-nightly builderAlan Jeffrey2018-11-132-5/+40
|
* Get the magicleap build to work in CIAlan Jeffrey2018-11-091-4/+5
|
* Revert "Disable unused-extern-crates warnings for now"Simon Sapin2018-11-081-0/+2
| | | | This reverts commit 32462cd909a7c28d0d86664291bdcb0043c0bb45.
* Hint ./mach fmtPyfisch2018-11-071-0/+2
|
* Auto merge of #22127 - Darkspirit:https_intermittent_tracker, r=jdmbors-servo2018-11-071-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Connect to intermittent trackers via https This is the last part of #22088. Each https url returns the same with curl as its previous http variant, so it should be a safe change. And https has already been used at this place in the past: https://github.com/servo/servo/commit/38474f8671d17dfce992ebf6b6dda905a5de5b1b <!-- 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/22127) <!-- Reviewable:end -->
| * Connect to intermittent trackers via httpsJan Andre Ikenmeyer2018-11-061-2/+2
| |
* | Remove import order check from test-tidyPyfisch2018-11-061-4/+5
| | | | | | | | Fix leaking file descriptor.
* | Run rustfmt on test-tidyPyfisch2018-11-062-14/+16
| | | | | | | | | | Add ./mach fmt command. Mach installs rustfmt if needed.
* | Auto merge of #22086 - servo:2018-without-stylo, r=SimonSapinbors-servo2018-11-061-2/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch some crates to the 2018 edition This is the subset of https://github.com/servo/servo/pull/22083 that doesn’t affect Gecko at all, so it isn’t blocked. <!-- 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/22086) <!-- Reviewable:end -->
| * | Disable unused-extern-crates warnings for nowSimon Sapin2018-11-061-2/+0
| |/ | | | | | | There are *many* new ones in rust 2018!
* / Consistent servo-deps download URLsJan Andre Ikenmeyer2018-11-061-1/+1
|/
* Update GStreamer binaries for Android. Include required codecsFernando Jiménez Moreno2018-11-051-3/+5
|
* Add a build switch to disable the native bluetooth backend.Josh Matthews2018-10-301-2/+4
|
* Support building for Magic Leap.Alan Jeffrey2018-10-291-2/+92
|
* Auto merge of #21913 - ferjm:rm.windows.nightly.zip, r=jdmbors-servo2018-10-161-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | Clean some temporary files from Windows packaging process - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- 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/21913) <!-- Reviewable:end -->
| * Clean some temporary files from Windows packaging processFernando Jiménez Moreno2018-10-161-4/+4
| |
* | Don't strip final character of directory name for maven package.Josh Matthews2018-10-151-1/+1
| |
* | Reduce log spam when running sdkmanagerSimon Sapin2018-10-111-6/+29
| |
* | Add --accept-all-licences to ./mach bootstrap-androidSimon Sapin2018-10-111-4/+12
| |
* | Add `--build` and `--emulator-x86` to `./mach bootstrap-android`Simon Sapin2018-10-111-24/+34
|/ | | | This allows not downloading dependencies that are not needed for a praticular task.
* Reduce log spam for large downloads made from machSimon Sapin2018-10-111-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 Matthews2018-10-081-0/+31
|
* Work around removal of remote files used by the build systemSimon Sapin2018-10-031-1/+3
| | | | https://github.com/servo/libgstreamer_android_gen/commit/f5a832741569c96b57dc2b964df9ae37016454c2
* Create a Maven repositoryPaul Rouget2018-10-021-2/+11
|
* Auto merge of #21825 - jdm:backtrace-helpers, r=Manishearthbors-servo2018-10-022-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 Matthews2018-10-012-0/+7
| |
* | com.mozilla to org.mozillaPaul Rouget2018-10-022-4/+4
| |
* | Auto merge of #21809 - servo:features, r=SimonSapinbors-servo2018-09-273-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 presentSimon Sapin2018-09-263-8/+10
| |
| * Only build ports/servo by default (except Android), add `./mach build ↵Simon Sapin2018-09-253-1/+20
| | | | | | | | | | | | --libsimpleservo` Fixes #21314
* | Add mach command to setup remote debugging on Android devices.Josh Matthews2018-09-251-1/+57
| |
* | Auto merge of #21730 - ferjm:android.gstreamer, r=paulrougetbors-servo2018-09-251-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 nameFernando Jiménez Moreno2018-09-241-13/+1
| | |
| * | Enable GStreamer support on AndroidFernando Jiménez Moreno2018-09-241-1/+44
| |/
* / Add clang system header include path when building android.Josh Matthews2018-09-211-0/+2
|/
* 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
| |/