aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
Commit message (Expand)AuthorAgeFilesLines
* Use surfman for managing GL surfacesPatrick Walton2019-11-012-4/+7
* Auto merge of #24542 - jdm:angle-up, r=paulrougetbors-servo2019-10-281-1/+1
|\
| * Update to ANGLE 2.1.15 nuget package.Josh Matthews2019-10-251-1/+1
* | Update the maximum version of Ubuntu suppported to 19.10David Wagner2019-10-271-1/+1
|/
* Add `./mach test-tidy --no-wpt`, for a git pre-push hookSimon Sapin2019-10-241-2/+7
* Use input() from six instead of raw_input to be compatible with Python3marmeladema2019-10-221-1/+2
* Use 'byte' regexp pattern to match on 'byte' stringmarmeladema2019-10-221-1/+1
* Convert git sha hash to text to be compatible with Python3marmeladema2019-10-221-1/+1
* Use six.text_type instead of str to check instance typemarmeladema2019-10-221-2/+2
* Use linux_distribution() from distro package instead of builtin platform modulemarmeladema2019-10-202-17/+24
* Use relative import statements to be compatible with Python3marmeladema2019-10-201-1/+1
* Replace call to execfile(...) by call to exec(compile(open(...)))marmeladema2019-10-201-5/+5
* Auto merge of #24447 - servo:uninit, r=noxbors-servo2019-10-161-0/+4
|\
| * Work around deprecation warnings caused by autocfg $RUSTFLAGS handlingSimon Sapin2019-10-151-0/+4
* | Auto merge of #24435 - marmeladema:issue-23607/compat, r=jdmbors-servo2019-10-1610-44/+51
|\ \
| * | Fix StringIO module import to be compatible with Python3marmeladema2019-10-161-2/+2
| * | Use iteritems from six module for Python3 compatibilitymarmeladema2019-10-161-3/+4
| * | Use octal literal syntax compatible with Python3marmeladema2019-10-161-1/+1
| * | Fix except statement in order to be compatible with Python3marmeladema2019-10-162-4/+4
| * | Use urllib from six module in order to be compatible with Python3marmeladema2019-10-168-28/+28
| * | Improve print statement compatibility with Python3marmeladema2019-10-163-8/+14
| |/
* | Auto merge of #24451 - servo:jdm-patch-36, r=manishearthbors-servo2019-10-161-2/+16
|\ \
| * | Fix syntax error.Josh Matthews2019-10-151-1/+1
| * | Restore convenience UWP build flags.Josh Matthews2019-10-151-2/+16
| |/
* / Allow setting GST_DEBUG on Android through machFernando Jiménez Moreno2019-10-141-0/+3
|/
* Support building UWP with native UWP rustc target.Josh Matthews2019-10-123-17/+16
* Create a zip of all UWP packaging artifacts.Josh Matthews2019-10-101-1/+9
* Allow building and cleaning for UWP without system GStreamerFernando Jimenez Moreno2019-10-081-2/+4
* Auto merge of #24359 - servo:jdm-patch-31, r=jdmbors-servo2019-10-041-35/+0
|\
| * Remove intermittent failure reporting.Josh Matthews2019-10-041-35/+0
* | Use correct OpenSSL arch in UWP builds.Josh Matthews2019-10-031-1/+1
|/
* Update to UWP compatible OpenSSL build.Josh Matthews2019-10-023-3/+6
* Isolate UWP builds from external gstreamersManish Goregaokar2019-10-021-0/+4
* Bump gstreamer-uwp msvc-package to 1.16.0.5Manish Goregaokar2019-10-011-1/+1
* Allow playing video/webm on WindowsFernando Jiménez Moreno2019-09-241-0/+1
* Auto merge of #24260 - paulrouget:miscUWP, r=jdmbors-servo2019-09-211-0/+1
|\
| * Cleanup AppPackages on mach cleanPaul Rouget2019-09-211-0/+1
* | Auto merge of #24185 - jdm:uwp-native-build, r=asajeffreybors-servo2019-09-201-0/+5
|\ \ | |/ |/|
| * Build native dependencies with UWP compatibility.Josh Matthews2019-09-161-0/+5
* | Auto merge of #24226 - paulrouget:openxrup, r=jdmbors-servo2019-09-171-0/+20
|\ \
| * | "mach clean" cleans uwp artifactsPaul Rouget2019-09-171-0/+20
* | | Auto merge of #24149 - jdm:opt-in-msbuild, r=paulrougetbors-servo2019-09-173-77/+97
|\ \ \ | |/ / |/| |
| * | Make APPX build part of package command. Add nightly build for UWP.Josh Matthews2019-09-123-77/+97
| |/
* | Auto merge of #24197 - Manishearth:vs-crt, r=jdmbors-servo2019-09-121-1/+1
|\ \
| * | Pull in CRT runtime on VS 2019 as wellManish Goregaokar2019-09-111-1/+1
| |/
* / Use updated gstreamer binaries for UWP.Josh Matthews2019-09-111-1/+1
|/
* Don't run msbuild if packaging failedManish Goregaokar2019-09-041-1/+1
* Use OpenXR Loader from NuGetManish Goregaokar2019-09-041-29/+0
* Call gstreamer_root with top_dir string, not func.Joel Martin2019-08-291-2/+2
* Auto merge of #24063 - paulrouget:missingAdb, r=jdmbors-servo2019-08-271-0/+1
|\