Commit graph

43139 commits

Author SHA1 Message Date
Vincent Ricard
15376d031d Remove unnecessary checks 2020-09-24 19:52:04 +02:00
Vincent Ricard
82386953b9 Allow mutating <input disabled type=checkbox/radio> 2020-09-24 18:15:16 +02:00
bors-servo
12f5411aad
Auto merge of #27665 - servo-wpt-sync:wpt_update_24-09-2020, r=servo-wpt-sync
Sync WPT with upstream (24-09-2020)

Automated downstream sync of changes from upstream as of 24-09-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-09-24 09:31:56 -04:00
WPT Sync Bot
aec530632a Update web-platform-tests to revision fbe1d224ce01b0844030db54a3cc6060c6d6c17a 2020-09-24 10:34:25 +00:00
bors-servo
3c34da1c91
Auto merge of #27661 - kunalmohan:update-webgpu, r=kvark
WebGPU: Use GPULimits and extensions provided by user

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

r?@kvark

---
<!-- 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

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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. -->
2020-09-23 21:47:30 -04:00
Kunal Mohan
ba01ca1ba1 address review and disable test 2020-09-23 21:32:25 +05:30
bors-servo
d92bb2d4aa
Auto merge of #27662 - servo-wpt-sync:wpt_update_23-09-2020, r=servo-wpt-sync
Sync WPT with upstream (23-09-2020)

Automated downstream sync of changes from upstream as of 23-09-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-09-23 08:13:50 -04:00
WPT Sync Bot
2999a91526 Update web-platform-tests to revision 281f62f2d8ffe72128d848851ac1e8d823f608f6 2020-09-23 10:40:47 +00:00
Kunal Mohan
ef6c6a46fa update test expectations 2020-09-23 13:52:48 +05:30
Kunal Mohan
3661aa3d8c Use Device limits and features provided by user
Spec update
2020-09-23 11:37:03 +05:30
bors-servo
f4a5709e37
Auto merge of #27650 - servo-wpt-sync:wpt_update_20-09-2020, r=jdm
Sync WPT with upstream (20-09-2020)

Automated downstream sync of changes from upstream as of 20-09-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-09-22 23:46:07 -04:00
Josh Matthews
dd667d52c3
Add 2020 flexbox failure. 2020-09-22 23:44:47 -04:00
bors-servo
3d057c8eec
Auto merge of #27629 - CYBAI:whendefined-constructor, r=jdm
Resolve `whenDefined` with the class constructor

I still don't have time to find the root cause of why nightly sync failed :( so we don't have the tests in our tree now.

But I tried to verify it with `wpt.live` that this is correct

<img width="1136" alt="image" src="https://user-images.githubusercontent.com/6782666/92739547-f7ca0c80-f3b7-11ea-966e-fd7ecd2638cf.png">

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #27626
- [x] There are tests for these changes

<!-- 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. -->
2020-09-22 20:25:49 -04:00
Kunal Mohan
cd73193efe update test-expectations 2020-09-22 11:34:28 +05:30
Kunal Mohan
a68e3920e5 update wgpu 2020-09-22 11:34:27 +05:30
bors-servo
0d5e4b9037
Auto merge of #27655 - ghostd:xhr-user-pass-priority, r=jdm
Fix wrong priority for XHR username/password

Fix the wrong priority between the username/password from the URL and the username/password from the 'open' call

---
<!-- 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 #24953

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] 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. -->
2020-09-21 13:04:15 -04:00
Vincent Ricard
ff6194cc74 Fix wrong priority for XHR username/password 2020-09-21 18:37:58 +02:00
WPT Sync Bot
5304c69b42 Update web-platform-tests to revision 86b1ae6d6c823d07ca2c5c70865ed8c796d46c3d 2020-09-20 10:29:56 +00:00
bors-servo
46f8f3d009
Auto merge of #27643 - servo-wpt-sync:wpt_update_16-09-2020, r=jdm
Sync WPT with upstream (16-09-2020)

Automated downstream sync of changes from upstream as of 16-09-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-09-17 10:44:07 -04:00
Josh Matthews
ac1008747a Add more 2020 failures. 2020-09-16 23:03:19 -04:00
Josh Matthews
37c373f4d4
Add 2020 failures 2020-09-16 23:00:13 -04:00
Josh Matthews
c339018d7d
Add 2020 failures 2020-09-16 22:58:59 -04:00
Josh Matthews
c296947e0a
Add 2020 failures 2020-09-16 22:57:41 -04:00
Josh Matthews
9a407f002e
Add 2020 failures. 2020-09-16 22:55:45 -04:00
Josh Matthews
8d6576b250
Add 2020 failures. 2020-09-16 22:54:13 -04:00
Josh Matthews
8ad7206b2a
Add 2020 failures. 2020-09-16 22:53:28 -04:00
Josh Matthews
f21d06945b
Add 2020 failure. 2020-09-16 22:50:53 -04:00
Josh Matthews
c84ae32592
Add 2020 failure. 2020-09-16 22:50:06 -04:00
WPT Sync Bot
8504f7d13d Update web-platform-tests to revision cd0ac591860335b75cdc2576fdc57c840afec870 2020-09-16 10:49:03 +00:00
CYBAI
312479f816 Resolve whenDefined with the class constructor 2020-09-16 12:15:33 +09:00
bors-servo
03fb9c5d6e
Auto merge of #27633 - servo-wpt-sync:wpt_update_12-09-2020, r=jdm
Sync WPT with upstream (12-09-2020)

Automated downstream sync of changes from upstream as of 12-09-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-09-15 19:36:11 -04:00
Josh Matthews
673865bbb6
Add linux-only failure.
Co-authored-by: cybai <cyb.ai.815@gmail.com>
2020-09-15 11:49:02 -04:00
Josh Matthews
35ff007d28
Add linux-only failure.
Co-authored-by: cybai <cyb.ai.815@gmail.com>
2020-09-15 11:48:53 -04:00
Josh Matthews
8bb4c28d64
Move new test metadata. 2020-09-15 11:47:23 -04:00
Josh Matthews
b9b50cb494
Add CSS animation test failure. 2020-09-12 12:35:05 -04:00
Josh Matthews
82a335719b
Add 2020 failure. 2020-09-12 12:30:36 -04:00
Josh Matthews
cff61260c2
Add 2020 failure. 2020-09-12 12:30:09 -04:00
Josh Matthews
6a9fcba8af
Add linux-only failure. 2020-09-12 12:28:43 -04:00
Josh Matthews
8f330288a6
Add mac-only failure. 2020-09-12 12:28:12 -04:00
WPT Sync Bot
75d6484415 Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8 2020-09-12 10:44:07 +00:00
bors-servo
68cb8f3d59
Auto merge of #27631 - CYBAI:fix-nightly, r=jdm
Import localpaths to support loading third party modules to avoid breaking WPT sync

---
<!-- 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 #27622
- [x] These changes do not require tests because this is about fixing WPT sync

<!-- 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. -->
2020-09-11 07:46:51 -04:00
CYBAI
b889f84d57 Import localpaths to support loading third party modules 2020-09-11 19:51:40 +09:00
bors-servo
04d87f7df0
Auto merge of #27601 - servo:dependabot/cargo/flate2-1.0.17, r=KiChjang
Bump flate2 from 1.0.14 to 1.0.17

Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.14 to 1.0.17.
<details>
<summary>Commits</summary>
<ul>
<li><a href="c70ba6b086"><code>c70ba6b</code></a> Bump to 1.0.17</li>
<li><a href="bdf1c121cb"><code>bdf1c12</code></a> Update to libz-sys 1.1.0, and support use with zlib-ng (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/248">#248</a>)</li>
<li><a href="6f91706d1d"><code>6f91706</code></a> Cargo.toml: rewrite description, no longer &quot;bindings to miniz.c&quot; (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/247">#247</a>)</li>
<li><a href="9e2218692d"><code>9e22186</code></a> Bump to 1.0.16</li>
<li><a href="101f4316af"><code>101f431</code></a> Bump miniz-oxide dependency</li>
<li><a href="9b0fc13aef"><code>9b0fc13</code></a> Bump to 1.0.15</li>
<li><a href="eb58d68abc"><code>eb58d68</code></a> Reset mem_level to DEF_MEM_LEVEL. (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/242">#242</a>)</li>
<li><a href="a448e540d1"><code>a448e54</code></a> Fix <code>systest</code> build</li>
<li>See full diff in <a href="https://github.com/alexcrichton/flate2-rs/compare/1.0.14...1.0.17">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.14&new-version=1.0.17)](https://dependabot.com/compatibility-score/?dependency-name=flate2&package-manager=cargo&previous-version=1.0.14&new-version=1.0.17)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
2020-09-11 03:29:22 -04:00
bors-servo
a5a21a59ad
Auto merge of #27618 - sudarshan-reddy:update-mozjs-0.14.1, r=jdm
Update mozjs 0.14.1

<!-- Please describe your changes on the following line: -->
This update pulls in improvements on mozjs that now removes the need to
pass pointers to CompileOptionsWraper::new(), allows NewProxyObject to
now accept a Singleton bool and JSClass and removes an unsafe
Handle::new usage.

---
<!-- 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 #27617 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because they are changes in parameters that existing tests cover.

<!-- 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. -->
2020-08-28 10:37:49 -04:00
Sudarsan
4afe49d776 ran mach tidy 2020-08-28 21:01:09 +08:00
Sudarsan
f8c9ee4eff Update mozjs to 0.14.1
This update pulls in improvements on mozjs that now removes the need to
pass pointers to CompileOptionsWraper::new(), allows NewProxyObject to
now accept a Singleton bool and JSClass and removes an unsafe
Handle::new usage.
2020-08-28 20:54:18 +08:00
bors-servo
9e6da58d77
Auto merge of #27614 - kunalmohan:webgpu-cts, r=kvark
Minor fixes and update cts

<!-- Please describe your changes on the following line: -->
- Prevent redundant buffer and texture destroy calls.
- More subtests for B2B copy pass now.
- All tests under `setViewport()` and `setScissorRect()` pass now.
- Tests for `createTexture()` do not crash. More than 50% of them pass now.

r?@kvark

---
<!-- 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: -->
- [X] There are tests for these changes OR
- [ ] 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. -->
2020-08-27 13:12:27 -04:00
Kunal Mohan
85b6bbb33a prevent unconditional cloning of results 2020-08-27 21:18:25 +05:30
Kunal Mohan
d3d006dea3 disable createTexture() validation tests 2020-08-25 12:51:01 +05:30
Kunal Mohan
49d3012584 update cts and test expectations 2020-08-25 11:09:03 +05:30