aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
Commit message (Collapse)AuthorAgeFilesLines
* Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-12/+17
|
* Update mozjs to remove NSPR.Josh Matthews2019-06-131-1/+1
|
* Improve windows DLL packaging.Josh Matthews2019-06-112-107/+141
|
* Disable WGL for Windows arm64.Josh Matthews2019-06-111-1/+9
|
* Upgrade to LLVM 8 on Windows.Josh Matthews2019-06-111-1/+1
|
* Auto merge of #23484 - servo:jdm-patch-53, r=Manishearthbors-servo2019-06-033-3/+7
|\ | | | | | | | | | | | | | | | | | | Update gstreamer on Windows to 1.16.0. Fixes #23348. <!-- 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/23484) <!-- Reviewable:end -->
| * Package DLLs correctly for Windows cross builds.Josh Matthews2019-06-033-3/+7
| |
* | Auto merge of #23451 - pylbrecht:canvas.rendering, r=Manishearthbors-servo2019-06-032-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use raqote for 2D canvas rendering <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix (part of) #23431 and #23466 <!-- Either: --> <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/23451) <!-- Reviewable:end -->
| * | Fix docs.Josh Matthews2019-06-031-0/+2
| | |
| * | Add cargo feature to control canvas backend.Josh Matthews2019-06-031-0/+3
| |/
* / Switch windows openssl binaries to ones generated by vcpkg.Josh Matthews2019-05-313-8/+16
|/
* fixed formatting in bootstrap fileMartin Boros2019-05-241-1/+1
|
* adds libunwind-devel to fedora dnf dependencies for bootstrap and updates ↵Martin Boros2019-05-241-2/+2
| | | | README file
* Use llvm toolchain for entirety of android build.Josh Matthews2019-05-241-5/+1
|
* Auto merge of #23420 - ferjm:gst.1.16.android, r=Manishearthbors-servo2019-05-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade gstreamer binaries for Android to 1.16.0 - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- 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/23420) <!-- Reviewable:end -->
| * Upgrade gstreamer binaries for Android to 1.16.0Fernando Jiménez Moreno2019-05-171-1/+1
| |
* | Use correct plugin search path for locally cloned gstreamerManish Goregaokar2019-05-171-0/+3
|/
* Raise an error if ML SDK doesn't exist.Josh Matthews2019-05-161-0/+2
|
* Bootstrap: Use most recent version of OpenSSLJan Andre Ikenmeyer2019-05-151-13/+1
|
* Use clang as assembler for magic leap.Josh Matthews2019-05-101-1/+1
|
* Update CI to use Clang instead of outdated GCC.Josh Matthews2019-05-101-3/+9
|
* Auto merge of #22856 - jdm:angle, r=paulrougetbors-servo2019-05-102-10/+27
|\ | | | | | | | | | | | | | | | | | | | | | | Add optional ANGLE support to glutin port Supporting ANGLE in Servo has two important benefits: * we can actually run Servo instances on our Windows CI machines, which gives us more confidence that we're not breaking it * we can continue to use OpenGL on devices like the Hololens, rather than creating platform-specific graphical backends <!-- 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/22856) <!-- Reviewable:end -->
| * Add smoketest command.Josh Matthews2019-05-091-0/+10
| |
| * Upgrade mozangle to 0.2 for libEGL.dll.Josh Matthews2019-05-091-10/+17
| |
* | Auto merge of #23324 - marcinwiacek:ubuntu1904, r=jdmbors-servo2019-05-081-3/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes for Ubuntu/Ubuntu 19.04 in bootstrap.py Update handling Ubuntu distributions: 1. script correctly returns error when some version is/was not supported (checked with Ubuntu 19.04) 2. for Ubuntu 19.04 Disco Dingo there are correct packages installed Note: this is my commit to this project, please forgive any mistakes. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because are updating bootstrap.py script <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/23324) <!-- Reviewable:end -->
| * | Improvement inside bootstrap.py after reviewMarcin Wiącek2019-05-061-5/+2
| | |
| * | Fix typo for last change in bootstrap.pyMarcin Wiącek2019-05-051-1/+1
| | |
| * | Changes for Ubuntu 19.04Marcin Wiącek2019-05-051-3/+8
| |/
* | Auto merge of #23318 - asajeffrey:magicleap-debugmozjs, r=jdmbors-servo2019-05-081-5/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix magicleap debugmozjs <!-- Please describe your changes on the following line: --> These changes get magicleap servo to compile with `--debugmozjs`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #23074 and fix #22069 - [X] These changes do not require tests because we're not building debugmozjs servo for magicleap <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/23318) <!-- Reviewable:end -->
| * | Get ./mach build --magicleap --debugmozjs to buildAlan Jeffrey2019-05-061-5/+1
| |/
* / Fallback to docker-worker’s URL when $TASKCLUSTER_PROXY_URL is missingSimon Sapin2019-05-061-1/+5
|/
* Fix missing concatenation operatorPete Moore2019-05-031-1/+1
| | | Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
* Use the Taskcluster proxy URL provided by the workerSimon Sapin2019-05-031-1/+1
|
* Auto merge of #23304 - jdm:nightly-taskcluster, r=SimonSapinbors-servo2019-05-021-4/+36
|\ | | | | | | | | | | | | | | | | | | | | Transfer mac/windows/android nightly builds to Taskcluster Fixes #23303. <!-- 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/23304) <!-- Reviewable:end -->
| * Move taskcluster secrets into appropriate mach commands.Josh Matthews2019-05-021-4/+36
| |
* | Upgrade NDK to v15c.Josh Matthews2019-05-013-18/+47
|/
* Refactoring of the Glutin port in preparation of the compositor refactoring.Paul Rouget2019-04-294-8/+8
|
* Auto merge of #23268 - asajeffrey:magicleap-package-fixes, r=jdmbors-servo2019-04-251-3/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Magicleap package fixes <!-- Please describe your changes on the following line: --> A couple of fixes for magicleap packaging... * Move the setting of the debuggable flag into the `.package` file where it belongs, * Allow compiling with v0.20.0 of the SDK. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [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 it fixes the build <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/23268) <!-- Reviewable:end -->
| * Move debuggable flag setting for magicleap package to package fileAlan Jeffrey2019-04-251-3/+0
| |
* | Force the use of clang-cl.exe for Windows builds.Josh Matthews2019-04-251-0/+4
| |
* | Update cmake for MSVC builds.Josh Matthews2019-04-241-1/+1
|/
* Updated bootstrap.pyAlan Jeffrey2019-04-231-1/+2
|
* Auto merge of #23126 - servo:jdm-patch-35, r=Manishearthbors-servo2019-04-011-23/+36
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various Windows dependency issues - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23125 and fix #23104 - [x] There are tests for these changes <!-- 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/23126) <!-- Reviewable:end -->
| * Support 1.15.2 changes.Josh Matthews2019-03-281-2/+3
| |
| * More gstreamer 1.15 changes.Josh Matthews2019-03-271-21/+21
| |
| * Support renamed GStreamer DLLs. Include missing gstgl dependency.Josh Matthews2019-03-271-4/+16
| |
* | Auto merge of #22355 - gterzian:add_linux_sampler, r=asajeffrey,gterzianbors-servo2019-03-291-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add linux sampler <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22203 (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/22355) <!-- Reviewable:end -->
| * add linux samplerGregory Terzian2019-03-291-1/+1
| |
* | Auto merge of #23117 - asajeffrey:mach-magicleap-package-target, r=jdmbors-servo2019-03-271-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the target when packaging for magicleap <!-- Please describe your changes on the following line: --> If we don't set the target during packaging, we get errors checking for gstreamer. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [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 it fixes packaging errors. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/23117) <!-- Reviewable:end -->
| * | Set the target when packaging for magicleapAlan Jeffrey2019-03-271-0/+5
| |/