Commit graph

34802 commits

Author SHA1 Message Date
Anthony Ramine
83e27e4167 Remove WebGLRenderingContext.STENCIL_INDEX 2018-08-30 16:15:38 +02:00
Anthony Ramine
7f9d560f28 Allow binding the null buffer in vertexAttribPointer if offset is 0 2018-08-30 16:15:38 +02:00
Anthony Ramine
0ba66f9f12 Fix the error for invalid arrays passed to gl.vertexAttrib*v() 2018-08-30 16:15:38 +02:00
Anthony Ramine
273aac87e4 Make use of window.onerror in Khronos tests 2018-08-30 16:15:35 +02:00
bors-servo
4dc8bdeb61
Auto merge of #21536 - servo:rustup, r=SimonSapin
Upgrade to rustc 1.30.0-nightly (7061b2775 2018-08-28)

<!-- 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/21536)
<!-- Reviewable:end -->
2018-08-30 10:10:49 -04:00
Simon Sapin
c31b4ad095 Use vendored Python dependencies 2018-08-30 15:57:26 +02:00
Simon Sapin
567c2ba0d9 Add vendored Python dependencies 2018-08-30 15:52:57 +02:00
Simon Sapin
0d037881d5 Fix python string concat v.s. interpolation 2018-08-30 15:28:38 +02:00
Simon Sapin
ed3c23d2f0 Print as JSON 2018-08-30 15:28:04 +02:00
Simon Sapin
8d6e17db09 os.environ 2018-08-30 15:25:22 +02:00
Simon Sapin
c7fe3dfd48 Fix decision task command 2018-08-30 15:24:06 +02:00
Simon Sapin
6895ec82b4 how do i even jsone 2018-08-30 15:21:56 +02:00
Simon Sapin
d918ccd24b GitHub event data as JSON 2018-08-30 15:18:54 +02:00
Simon Sapin
adb4f10d80 gzip’ed artifact 2018-08-30 14:53:19 +02:00
bors-servo
7c3e70110b
Auto merge of #21540 - AgustinCB:fix-readme-build-instructions, r=jdm
Fix setup instructions for Arch

base-devel contains the last version of autoconf. However, some
dependencies of the project rely on autoconf 2.13. Without this change,
the build fails with the following message:

```
ERROR: Could not find autoconf 2.13

--- stderr
ERROR: Could not find autoconf 2.13
make: *** [makefile.cargo:143: maybe-configure] Error 1
thread 'main' panicked at 'assertion failed: result.success()', build.rs:110:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
```

<!-- 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
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they just change documentation on how to 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/21540)
<!-- Reviewable:end -->
2018-08-30 08:29:21 -04:00
Agustin Chiappe Berrini
6a574b2f56 Fix setup instructions for Arch
base-devel contains the last version of autoconf. However, some
dependencies of the project rely on autoconf 2.13. Without this change,
the build fails with the following message:

```
ERROR: Could not find autoconf 2.13

--- stderr
ERROR: Could not find autoconf 2.13
make: *** [makefile.cargo:143: maybe-configure] Error 1
thread 'main' panicked at 'assertion failed: result.success()', build.rs:110:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
```
2018-08-30 06:50:27 -04:00
bors-servo
05bdc656af
Auto merge of #21538 - kingdido999:master, r=jdm
Format components canvas and canvas_traits #21373

<!-- Please describe your changes on the following line: -->

```bash
rustfmt components/canvas/**/*.rs
rustfmt components/canvas_traits/**/*.rs
```

<!-- 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/21538)
<!-- Reviewable:end -->
2018-08-30 00:27:34 -04:00
kingdido999
f472d05003 Format components canvas and canvas_traits #21373 2018-08-30 11:24:39 +08:00
Simon Sapin
59ab0f85d5 Upload compiled executable as an artifact 2018-08-30 01:36:06 +02:00
Simon Sapin
ad51acb554 Use a Docker image with gcc, in order to link Rust code 2018-08-29 18:16:09 +02:00
Simon Sapin
248c23039c Revert "Cache $CARGO_HOME"
This reverts commit d0f228ff8c.
2018-08-29 18:15:18 +02:00
Simon Sapin
d0f228ff8c Cache $CARGO_HOME 2018-08-29 18:15:13 +02:00
Simon Sapin
d731cf610e Where’s home? 2018-08-29 18:04:19 +02:00
Simon Sapin
4ab782f5a6 Does rustup auto-install? 2018-08-29 18:00:08 +02:00
Simon Sapin
4aa93ee360 rustup in $PATH 2018-08-29 17:58:12 +02:00
Simon Sapin
d537bac018 Build some Rust code 2018-08-29 17:56:35 +02:00
Simon Sapin
707df85a82 Upgrade to rustc 1.30.0-nightly (7061b2775 2018-08-28) 2018-08-29 14:53:19 +02:00
bors-servo
2a4bee540c
Auto merge of #21515 - ferjm:gstreamer.windows.pkgconfig, r=nox
Update pkg-config to avoid setting LIBPATH to point to gstreamer deps…

… on Windows

I haven't tested locally, but AppVeyor will tell us if this works.

<!-- 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/21515)
<!-- Reviewable:end -->
2018-08-29 06:49:49 -04:00
Fernando Jiménez Moreno
d935b33abe Decrease error rate of chocolatey intermittent issues 2018-08-29 11:16:48 +02:00
Fernando Jiménez Moreno
c9e529c4fc Update pkg-config to not require LIBPATH to point to gst deps on Windows 2018-08-29 08:49:09 +02:00
bors-servo
8a2d4f3e17
Auto merge of #21532 - fabricedesre:update-x11, r=KiChjang
Update x11-dl to pickup the fix for x11 startup crash

This updates x11-dl to 2.18.3 to get https://github.com/erlepereira/x11-rs/issues/90

<!-- 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: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [X] These changes fix #21530 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because it's fixing a startup crash

<!-- 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/21532)
<!-- Reviewable:end -->
2018-08-29 02:02:45 -04:00
Anthony Ramine
6089e45b7d Make setZeroTimeout use window.setTimeout 2018-08-29 02:05:49 +02:00
Anthony Ramine
cb2f83cf8e Fix Drop assertion for WebGLBuffer
A buffer that is dropped may not have been marked for deletion but it
must not be attached to any VAO.
2018-08-29 02:05:49 +02:00
Anthony Ramine
59b3f0458e Disable many texture-related tests for things we don't support yet 2018-08-29 02:05:49 +02:00
Anthony Ramine
c48d1fa5b7 Disable rapid-resizing.html
The absence of support for preserveDrawingBuffer makes it timeout.
2018-08-28 19:36:26 +02:00
Anthony Ramine
5a8ed02d5c Disable quickCheckAPI-S_V.html
It generates random input which even trips the invalid surrogate panic.
2018-08-28 19:36:26 +02:00
Anthony Ramine
b660c62c9e Delete our Servo-specific WebGL tests
Those test things that are already tested by Khronos tests.
2018-08-28 19:36:25 +02:00
Anthony Ramine
428b305ea6 Merge unit.patch and unit2.patch 2018-08-28 19:35:50 +02:00
Anthony Ramine
b1ce74caa5 Remove obsolete patch 2018-08-28 19:35:50 +02:00
Anthony Ramine
20dc32d147 Clean up some WebGL expectations 2018-08-28 19:35:49 +02:00
Jackson Lewis
f04c965a9b Read file in chunks and send chunks to FetchTaskTarget instead of read_to_end call 2018-08-28 10:15:50 -07:00
Fabrice Desré
2282f4478b Update x11-dl to pickup the fix for https://github.com/erlepereira/x11-rs/issues/90 2018-08-28 08:30:01 -07:00
Simon Sapin
b19d28b997 schedulerId 2018-08-28 16:05:28 +02:00
Simon Sapin
0e19b470d4 Scopes is an array 2018-08-28 15:22:48 +02:00
Simon Sapin
225648a340 Request scope (permission) to create tasks 2018-08-28 15:21:05 +02:00
bors-servo
9e1ec1d5bb
Auto merge of #21529 - servo:rustup, r=nox
Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)

<!-- 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/21529)
<!-- Reviewable:end -->
2018-08-27 05:14:26 -04:00
Simon Sapin
a6dcfdcd55 Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26) 2018-08-27 10:47:49 +02:00
bors-servo
5391cfc396
Auto merge of #21526 - servo-wpt-sync:wpt_update_26-08-2018, r=nox
Sync WPT with upstream (26-08-2018)

Automated downstream sync of changes from upstream as of 26-08-2018.
[no-wpt-sync]

<!-- 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/21526)
<!-- Reviewable:end -->
2018-08-27 03:24:50 -04:00
Alex Touchet
9a7e1d17f0
Remove unused crates from servo-tidy 2018-08-26 22:54:47 -07:00
WPT Sync Bot
394aced19f Update web-platform-tests to revision ab64b78a8f6777a1d95d8d1d4bba9ccdbecf94ea 2018-08-26 23:02:58 -04:00