| Commit message (Expand) | Author | Age | Files | Lines |
* | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 2 | -4/+7 |
* | Auto merge of #24542 - jdm:angle-up, r=paulrouget | bors-servo | 2019-10-28 | 1 | -1/+1 |
|\ |
|
| * | Update to ANGLE 2.1.15 nuget package. | Josh Matthews | 2019-10-25 | 1 | -1/+1 |
* | | Update the maximum version of Ubuntu suppported to 19.10 | David Wagner | 2019-10-27 | 1 | -1/+1 |
|/ |
|
* | Add `./mach test-tidy --no-wpt`, for a git pre-push hook | Simon Sapin | 2019-10-24 | 1 | -2/+7 |
* | Use input() from six instead of raw_input to be compatible with Python3 | marmeladema | 2019-10-22 | 1 | -1/+2 |
* | Use 'byte' regexp pattern to match on 'byte' string | marmeladema | 2019-10-22 | 1 | -1/+1 |
* | Convert git sha hash to text to be compatible with Python3 | marmeladema | 2019-10-22 | 1 | -1/+1 |
* | Use six.text_type instead of str to check instance type | marmeladema | 2019-10-22 | 1 | -2/+2 |
* | Use linux_distribution() from distro package instead of builtin platform module | marmeladema | 2019-10-20 | 2 | -17/+24 |
* | Use relative import statements to be compatible with Python3 | marmeladema | 2019-10-20 | 1 | -1/+1 |
* | Replace call to execfile(...) by call to exec(compile(open(...))) | marmeladema | 2019-10-20 | 1 | -5/+5 |
* | Auto merge of #24447 - servo:uninit, r=nox | bors-servo | 2019-10-16 | 1 | -0/+4 |
|\ |
|
| * | Work around deprecation warnings caused by autocfg $RUSTFLAGS handling | Simon Sapin | 2019-10-15 | 1 | -0/+4 |
* | | Auto merge of #24435 - marmeladema:issue-23607/compat, r=jdm | bors-servo | 2019-10-16 | 10 | -44/+51 |
|\ \ |
|
| * | | Fix StringIO module import to be compatible with Python3 | marmeladema | 2019-10-16 | 1 | -2/+2 |
| * | | Use iteritems from six module for Python3 compatibility | marmeladema | 2019-10-16 | 1 | -3/+4 |
| * | | Use octal literal syntax compatible with Python3 | marmeladema | 2019-10-16 | 1 | -1/+1 |
| * | | Fix except statement in order to be compatible with Python3 | marmeladema | 2019-10-16 | 2 | -4/+4 |
| * | | Use urllib from six module in order to be compatible with Python3 | marmeladema | 2019-10-16 | 8 | -28/+28 |
| * | | Improve print statement compatibility with Python3 | marmeladema | 2019-10-16 | 3 | -8/+14 |
| |/ |
|
* | | Auto merge of #24451 - servo:jdm-patch-36, r=manishearth | bors-servo | 2019-10-16 | 1 | -2/+16 |
|\ \ |
|
| * | | Fix syntax error. | Josh Matthews | 2019-10-15 | 1 | -1/+1 |
| * | | Restore convenience UWP build flags. | Josh Matthews | 2019-10-15 | 1 | -2/+16 |
| |/ |
|
* / | Allow setting GST_DEBUG on Android through mach | Fernando Jiménez Moreno | 2019-10-14 | 1 | -0/+3 |
|/ |
|
* | Support building UWP with native UWP rustc target. | Josh Matthews | 2019-10-12 | 3 | -17/+16 |
* | Create a zip of all UWP packaging artifacts. | Josh Matthews | 2019-10-10 | 1 | -1/+9 |
* | Allow building and cleaning for UWP without system GStreamer | Fernando Jimenez Moreno | 2019-10-08 | 1 | -2/+4 |
* | Auto merge of #24359 - servo:jdm-patch-31, r=jdm | bors-servo | 2019-10-04 | 1 | -35/+0 |
|\ |
|
| * | Remove intermittent failure reporting. | Josh Matthews | 2019-10-04 | 1 | -35/+0 |
* | | Use correct OpenSSL arch in UWP builds. | Josh Matthews | 2019-10-03 | 1 | -1/+1 |
|/ |
|
* | Update to UWP compatible OpenSSL build. | Josh Matthews | 2019-10-02 | 3 | -3/+6 |
* | Isolate UWP builds from external gstreamers | Manish Goregaokar | 2019-10-02 | 1 | -0/+4 |
* | Bump gstreamer-uwp msvc-package to 1.16.0.5 | Manish Goregaokar | 2019-10-01 | 1 | -1/+1 |
* | Allow playing video/webm on Windows | Fernando Jiménez Moreno | 2019-09-24 | 1 | -0/+1 |
* | Auto merge of #24260 - paulrouget:miscUWP, r=jdm | bors-servo | 2019-09-21 | 1 | -0/+1 |
|\ |
|
| * | Cleanup AppPackages on mach clean | Paul Rouget | 2019-09-21 | 1 | -0/+1 |
* | | Auto merge of #24185 - jdm:uwp-native-build, r=asajeffrey | bors-servo | 2019-09-20 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Build native dependencies with UWP compatibility. | Josh Matthews | 2019-09-16 | 1 | -0/+5 |
* | | Auto merge of #24226 - paulrouget:openxrup, r=jdm | bors-servo | 2019-09-17 | 1 | -0/+20 |
|\ \ |
|
| * | | "mach clean" cleans uwp artifacts | Paul Rouget | 2019-09-17 | 1 | -0/+20 |
* | | | Auto merge of #24149 - jdm:opt-in-msbuild, r=paulrouget | bors-servo | 2019-09-17 | 3 | -77/+97 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make APPX build part of package command. Add nightly build for UWP. | Josh Matthews | 2019-09-12 | 3 | -77/+97 |
| |/ |
|
* | | Auto merge of #24197 - Manishearth:vs-crt, r=jdm | bors-servo | 2019-09-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Pull in CRT runtime on VS 2019 as well | Manish Goregaokar | 2019-09-11 | 1 | -1/+1 |
| |/ |
|
* / | Use updated gstreamer binaries for UWP. | Josh Matthews | 2019-09-11 | 1 | -1/+1 |
|/ |
|
* | Don't run msbuild if packaging failed | Manish Goregaokar | 2019-09-04 | 1 | -1/+1 |
* | Use OpenXR Loader from NuGet | Manish Goregaokar | 2019-09-04 | 1 | -29/+0 |
* | Call gstreamer_root with top_dir string, not func. | Joel Martin | 2019-08-29 | 1 | -2/+2 |
* | Auto merge of #24063 - paulrouget:missingAdb, r=jdm | bors-servo | 2019-08-27 | 1 | -0/+1 |
|\ |
|