aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
Commit message (Expand)AuthorAgeFilesLines
* Extract media_stack pick into CommandBaseTuncer Ayaz2019-11-214-36/+16
* Allow media_stack in run_cargo_build_like_commandTuncer Ayaz2019-11-211-1/+1
* Implement `./mach check --media-stack`Tuncer Ayaz2019-11-214-10/+26
* Implement `./mach doc --media-stack={dummy|gstreamer}`Tuncer Ayaz2019-11-211-1/+22
* Fix needs_gstreamer_env() signatureTuncer Ayaz2019-11-211-1/+1
* Pass feature list to build_env()Tuncer Ayaz2019-11-212-4/+6
* Allow mach build to explicitly set the media stackAlan Jeffrey2019-11-211-1/+18
* Auto merge of #24692 - paulrouget:checkcpp-tc, r=jdmbors-servo2019-11-212-36/+39
|\
| * Run test-tidy on WindowsPaul Rouget2019-11-212-36/+39
* | Prepend `-Ztimings=info`, don’t append, so it can be overriddenSimon Sapin2019-11-191-1/+3
|/
* Update xargoManish Goregaokar2019-11-181-1/+1
* Make Cargo print timing information to stdoutSimon Sapin2019-11-161-0/+3
* Auto merge of #24711 - servo:rustc-dev, r=jdmbors-servo2019-11-131-1/+1
|\
| * Make `./mach rustup` install the rustc-dev componentSimon Sapin2019-11-121-1/+1
* | Fix Debian bootstrapJan Andre Ikenmeyer2019-11-101-1/+1
|/
* Auto merge of #24662 - servo:tc-urls, r=jdmbors-servo2019-11-051-1/+1
|\
| * Always construct TC API URLs from $TASKCLUSTER_PROXY_URL or $TASKCLUSTER_ROOT...Simon Sapin2019-11-051-1/+1
* | remove allfiles option for clang-formatPaul Rouget2019-11-041-5/+3
|/
* Auto merge of #24552 - paulrouget:clangformat, r=jdmbors-servo2019-11-041-5/+47
|\
| * Format support/hololens/Paul Rouget2019-11-041-1/+1
| * Format CPP code with clang-formatPaul Rouget2019-10-301-5/+47
* | Auto merge of #24619 - gabrielmartin:gabrielmartin-fix-linuxmint-bootstrap, r...bors-servo2019-11-011-1/+1
|\ \
| * | fix: adding a check for Linux Mint with a spaceGabe Martin2019-11-011-1/+1
| |/
* / 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