Commit graph

43714 commits

Author SHA1 Message Date
bors-servo
831b05ec4f
Auto merge of #28180 - servo:dependabot/cargo/futures-core-0.3.13, r=jdm
Bump futures-core from 0.3.12 to 0.3.13

Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-core's releases</a>.</em></p>
<blockquote>
<h2>0.3.13</h2>
<ul>
<li>Mitigated starvation issues in <code>FuturesUnordered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2333">#2333</a>)</li>
<li>Fixed race with dropping <code>mpsc::Receiver</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2304">#2304</a>)</li>
<li>Added <code>Shared::{strong_count, weak_count}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2346">#2346</a>)</li>
<li>Added <code>no_std</code> support for <code>task::noop_waker_ref</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2332">#2332</a>)</li>
<li>Implemented <code>Stream::size_hint</code> for <code>Either</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2325">#2325</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-core's changelog</a>.</em></p>
<blockquote>
<h1>0.3.13 - 2021-02-23</h1>
<ul>
<li>Mitigated starvation issues in <code>FuturesUnordered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2333">#2333</a>)</li>
<li>Fixed race with dropping <code>mpsc::Receiver</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2304">#2304</a>)</li>
<li>Added <code>Shared::{strong_count, weak_count}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2346">#2346</a>)</li>
<li>Added <code>no_std</code> support for <code>task::noop_waker_ref</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2332">#2332</a>)</li>
<li>Implemented <code>Stream::size_hint</code> for <code>Either</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2325">#2325</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c91f869167"><code>c91f869</code></a> Release 0.3.13 (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2350">#2350</a>)</li>
<li><a href="c29a73af21"><code>c29a73a</code></a> Document poll!(stream.next()) pattern for poll!(..) (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2357">#2357</a>)</li>
<li><a href="df6353e23c"><code>df6353e</code></a> Fix some typos in doc-comments (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2354">#2354</a>)</li>
<li><a href="18e46e804f"><code>18e46e8</code></a> tests: cfg-ignore compat tests if there is no compat feature (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2353">#2353</a>)</li>
<li><a href="f86bb460ec"><code>f86bb46</code></a> Add CODEOWNERS (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2351">#2351</a>)</li>
<li><a href="e981716f47"><code>e981716</code></a> Fix clippy::manual_flatten warning (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2347">#2347</a>)</li>
<li><a href="f273d3beab"><code>f273d3b</code></a> FuturesUnordered: Do not poll the same future twice per iteration (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2333">#2333</a>)</li>
<li><a href="4959eccd57"><code>4959ecc</code></a> Add strong/weak pointer counts to Shared (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2346">#2346</a>)</li>
<li><a href="6acaa815bc"><code>6acaa81</code></a> small change in <code>select</code> example. (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2345">#2345</a>)</li>
<li><a href="59f62b04d9"><code>59f62b0</code></a> Disable rustfmt (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2339">#2339</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-23 10:09:43 -05:00
dependabot-preview[bot]
248d59d5f6
Bump futures-core from 0.3.12 to 0.3.13
Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-23 07:02:19 +00:00
bors-servo
d13a9355b8
Auto merge of #28174 - servo:dependabot/cargo/form_urlencoded-1.0.1, r=jdm
Bump form_urlencoded from 1.0.0 to 1.0.1

Bumps [form_urlencoded](https://github.com/servo/rust-url) from 1.0.0 to 1.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="53e19cd005"><code>53e19cd</code></a> percent-encoding v1.0.1</li>
<li><a href="d358a4f33a"><code>d358a4f</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/414">#414</a> - valenting:ipv4_overflow, r=SimonSapin</li>
<li><a href="471cb945dc"><code>471cb94</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/413">#413</a> - valenting:non-transitional-idna, r=SimonSapin</li>
<li><a href="e3e0b34a3b"><code>e3e0b34</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/412">#412</a> - valenting:fix-file-bug, r=SimonSapin</li>
<li><a href="211bf4ac0d"><code>211bf4a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/411">#411</a> - valenting:no-host-username, r=SimonSapin</li>
<li><a href="c6284a2101"><code>c6284a2</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/410">#410</a> - valenting:win-file-letter, r=SimonSapin</li>
<li><a href="48994586fc"><code>4899458</code></a> Fail IPv4 parsing when the number is overflowing</li>
<li><a href="10272db072"><code>10272db</code></a> Switch to non-transitional IDNA</li>
<li><a href="a706400a94"><code>a706400</code></a> Fix file:#frag test case</li>
<li><a href="f9d797190a"><code>f9d7971</code></a> Do not allow username,password,port for URLs without a host or file URLs</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v1.0.0...percent-encoding-v1.0.1">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-22 14:02:39 -05:00
dependabot-preview[bot]
f99f01b24e
Bump form_urlencoded from 1.0.0 to 1.0.1
Bumps [form_urlencoded](https://github.com/servo/rust-url) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v1.0.0...percent-encoding-v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 06:11:14 +00:00
bors-servo
17a6c1616e
Auto merge of #28173 - servo-wpt-sync:wpt_update_21-02-2021, r=jdm
Sync WPT with upstream (21-02-2021)

Automated downstream sync of changes from upstream as of 21-02-2021.
[no-wpt-sync]
r? @servo-wpt-sync
2021-02-21 11:31:40 -05:00
WPT Sync Bot
87be1008de Update web-platform-tests to revision b'7af9d6ec48ab04043a2bea85a3599904a1a19efa' 2021-02-21 11:31:07 -05:00
bors-servo
8050c95e31
Auto merge of #28171 - jdm:wpt_update_tmp, r=jdm
Fix WPT sync

Fixes #28170. This cherry-picks 1b484b247d to allow our nightly sync to resume.
2021-02-19 18:47:04 -05:00
Josh Matthews
f068c3e865 Cherry-pick of 1b484b247d. 2021-02-19 18:46:01 -05:00
bors-servo
1b58747ce1
Auto merge of #28169 - servo:jdm-patch-49, r=jdm
Fix some residual python2isms

Fixes nightly and doc builds.
2021-02-19 17:35:10 -05:00
bors-servo
a2e3559f10
Auto merge of #28164 - servo:dependabot/cargo/idna-0.2.2, r=jdm
Bump idna from 0.2.1 to 0.2.2

Bumps [idna](https://github.com/servo/rust-url) from 0.2.1 to 0.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5e929762c9"><code>5e92976</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/678">#678</a> from djc/idna-0.2.2</li>
<li><a href="ea406e73c5"><code>ea406e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/680">#680</a> from mrobakowski/master</li>
<li><a href="74bb107c8f"><code>74bb107</code></a> update <code>unicode-normalization</code> to <code>0.1.17</code></li>
<li><a href="844a3f2d34"><code>844a3f2</code></a> idna: bump version to 0.2.2</li>
<li><a href="00cd65bc39"><code>00cd65b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/676">#676</a> from djc/idna2008</li>
<li><a href="04b7f49019"><code>04b7f49</code></a> idna: combine two tables</li>
<li><a href="945908c5a2"><code>945908c</code></a> idna: only store range start in the initial TABLE</li>
<li><a href="245aba3edd"><code>245aba3</code></a> idna: implement support for reporting errors on invalid IDNA2008 characters</li>
<li><a href="ed86319dff"><code>ed86319</code></a> idna: simplify merging of mapping table ranges</li>
<li><a href="06b790ac98"><code>06b790a</code></a> Fix clippy warnings</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v0.2.1...idna-v0.2.2">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-19 12:14:48 -05:00
bors-servo
ed3b6c1ba1
Auto merge of #28163 - servo:jdm-patch-47, r=jdm
Update to LLVM 11.

Fixes #27545.
2021-02-19 11:57:58 -05:00
Josh Matthews
462237db4c
Fix str/bytes confusion when uploading to s3. 2021-02-19 10:28:15 -05:00
Josh Matthews
2e205ecafc
Fix python2ism in doc upload. 2021-02-19 10:23:42 -05:00
Josh Matthews
e1f0ae8b0b
Updat clang-fmt version check. 2021-02-19 10:20:08 -05:00
dependabot-preview[bot]
849c758cb3
Bump idna from 0.2.1 to 0.2.2
Bumps [idna](https://github.com/servo/rust-url) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v0.2.1...idna-v0.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-19 06:09:53 +00:00
Josh Matthews
52e1a482c4
Update to LLVM 11. 2021-02-18 23:38:04 -05:00
bors-servo
5b8f045f2b
Auto merge of #28092 - jdm:smuppy2, r=emilio,asajeffrey
Update mozjs
2021-02-18 09:40:37 -05:00
Josh Matthews
2f5e2ccb66 Remove python2 from CI. 2021-02-18 09:36:24 -05:00
Josh Matthews
03ba1d891c Ensure all CI uses clang-cl on Windows. 2021-02-18 09:35:47 -05:00
Josh Matthews
30da8eca2f Replace embedded Python 3 distribution in CI with full installation. 2021-02-18 09:35:46 -05:00
Vincent Ricard
a627dde0d0 Port some code to Python3 2021-02-18 09:35:46 -05:00
Josh Matthews
f73370088b Update WPT results. 2021-02-18 09:35:46 -05:00
Josh Matthews
303483e8eb Add new JS engine error type to WPT tests. 2021-02-18 09:35:46 -05:00
Josh Matthews
397b9b2601 Implement toStringTag symbol for DOM objects.
This symbol is now required for the expected stringification behaviour in WPT.
2021-02-18 09:35:46 -05:00
Josh Matthews
5c4939599e Update mozjs. 2021-02-18 09:35:45 -05:00
bors-servo
d079d3c841
Auto merge of #28162 - servo:dependabot/cargo/hyper-0.12.36, r=jdm
Bump hyper from 0.12.35 to 0.12.36

Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.12.36.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/v0.12.36/CHANGELOG.md">hyper's changelog</a>.</em></p>
<blockquote>
<h3>v0.12.36 (2021-02-17)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>client:</strong> allow client GET requests with explicit body headers (<a href="23fc8b0806">23fc8b08</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1925">#1925</a>)</li>
<li><strong>dependencies:</strong> use correct minimum versions (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1974">#1974</a>) (<a href="90c1e8f44c">90c1e8f4</a>)</li>
<li><strong>http1:</strong> fix server misinterpretting multiple Transfer-Encoding headers (<a href="f605125067">f6051250</a>)</li>
<li><strong>server:</strong> allow <code>Server::local_addr</code> to be called with custom executor (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2009">#2009</a>) (<a href="da16ed62a3">da16ed62</a>)</li>
</ul>
<h4>Features</h4>
<ul>
<li><strong>client:</strong>
<ul>
<li>add resolve timeout to HttpConnector (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1994">#1994</a>) (<a href="d4ee6996bf">d4ee6996</a>)</li>
<li>Add connect timeout to HttpConnector (<a href="3d676fb775">3d676fb7</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c82565f5a"><code>4c82565</code></a> v0.12.36</li>
<li><a href="6d9003d85b"><code>6d9003d</code></a> chore(lib): fix new unused variable lint</li>
<li><a href="f605125067"><code>f605125</code></a> fix(http1): fix server misinterpretting multiple Transfer-Encoding headers</li>
<li><a href="a115c30f1c"><code>a115c30</code></a> chore(lib): allow deprecations in 0.12.x builds</li>
<li><a href="d4ee6996bf"><code>d4ee699</code></a> feat(client): add resolve timeout to HttpConnector (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1994">#1994</a>)</li>
<li><a href="da16ed62a3"><code>da16ed6</code></a> fix(server): allow <code>Server::local_addr</code> to be called with custom executor (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2">#2</a>...</li>
<li><a href="3d676fb775"><code>3d676fb</code></a> feat(client): Add connect timeout to HttpConnector</li>
<li><a href="90c1e8f44c"><code>90c1e8f</code></a> fix(dependencies): use correct minimum versions (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1974">#1974</a>)</li>
<li><a href="4d188d17b3"><code>4d188d1</code></a> chore(ci): update MSRV to 1.31 (parking_lot uses 2018 edition)</li>
<li>See full diff in <a href="https://github.com/hyperium/hyper/compare/v0.12.35...v0.12.36">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-18 08:38:31 -05:00
dependabot-preview[bot]
4f22ed0843
Bump hyper from 0.12.35 to 0.12.36
Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.12.36.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.12.36/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.12.35...v0.12.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-18 06:16:39 +00:00
bors-servo
4c82d3cb86
Auto merge of #28159 - MichaelMcDonnell:extract_crash_handler, r=jdm
Extract crash handler

Moved the crash handler code into its own file since it is a distinct concept.  It
simplifies the main method a little.

<!-- 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 it only moves code around.

<!-- 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. -->
2021-02-16 20:39:08 -05:00
Michael Mc Donnell
304fe775b3
Extract crash handler
Moved the crash handler code into its own file since it is a distinct concept.  It
simplifies the main method a little.
2021-02-16 09:49:41 -08:00
bors-servo
41f8b47a53
Auto merge of #28123 - servo:dependabot/cargo/weezl-0.1.4, r=jdm
Bump weezl from 0.1.3 to 0.1.4

Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.3 to 0.1.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/image-rs/lzw/blob/master/Changes.md">weezl's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.1.4</h2>
<ul>
<li>Added <code>IntoAsync</code> adapters for asynchronous de- and encoding. The interface
is implemented only in terms of <code>futures = 0.3</code> traits at the moment.</li>
<li>Code sizes smaller than 2 are now allowed for decoding. Since they do not
roundtrip it is still an error to use them in the decoder but this avoids
accidental panicking, i.e. denial of service, in parsers.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="68be005671"><code>68be005</code></a> Update meta data for 0.1.4</li>
<li><a href="a74b5f06e6"><code>a74b5f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/21">#21</a> from image-rs/decode-code-size</li>
<li><a href="6ea4dadf4a"><code>6ea4dad</code></a> Allow arbitrarily low decode size</li>
<li><a href="90a89bd466"><code>90a89bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/20">#20</a> from image-rs/async</li>
<li><a href="9eb40e58ca"><code>9eb40e5</code></a> Move async blocks to separate file, avoid parsing</li>
<li><a href="5d306f3807"><code>5d306f3</code></a> A big cargo fmt pass</li>
<li><a href="80961af911"><code>80961af</code></a> Go back to 1.34.2 lockfile</li>
<li><a href="b94df13592"><code>b94df13</code></a> Adjust tests running for async</li>
<li><a href="43689f9d5e"><code>43689f9</code></a> Add an into-async adapter</li>
<li><a href="effcd97308"><code>effcd97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/19">#19</a> from image-rs/release-0.1.3</li>
<li>See full diff in <a href="https://github.com/image-rs/lzw/compare/v0.1.3...v0.1.4">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-09 09:47:40 -05:00
bors-servo
aeb30d2a39
Auto merge of #28152 - servo:jdm-patch-49, r=jdm
Update pip when building docker image.

Outdated versions of pip can't find a Rust compiler that's required when installing the python cryptography package.
2021-02-09 00:06:09 -05:00
Josh Matthews
277c3b03f4
More syntax errors. 2021-02-09 00:05:50 -05:00
Josh Matthews
d446482741
Fix syntax error. 2021-02-08 23:56:26 -05:00
Josh Matthews
07cc14719b
Update pip when building docker image. 2021-02-08 23:55:27 -05:00
dependabot-preview[bot]
6b3e134b30
Bump weezl from 0.1.3 to 0.1.4
Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/image-rs/lzw/releases)
- [Changelog](https://github.com/image-rs/lzw/blob/master/Changes.md)
- [Commits](https://github.com/image-rs/lzw/compare/v0.1.3...v0.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-09 04:25:22 +00:00
bors-servo
67be5a7d31
Auto merge of #28148 - servo:dependabot/cargo/serde_json-1.0.62, r=jdm
Bump serde_json from 1.0.53 to 1.0.62

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.62.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p>
<blockquote>
<h2>v1.0.62</h2>
<ul>
<li>Speed up Display impl of serde_json::Value by 33% (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/751">#751</a>, thanks <a href="https://github.com/icewind1991"><code>@icewind1991</code></a>)</li>
</ul>
<h2>v1.0.61</h2>
<ul>
<li>Add <code>impl From&lt;Number&gt; for Value</code> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/737">#737</a>, thanks <a href="https://github.com/imp"><code>@imp</code></a>)</li>
</ul>
<h2>v1.0.60</h2>
<ul>
<li>Add <code>impl FromIterator&lt;(impl Into&lt;String&gt;, impl Into&lt;Value&gt;)&gt; for Value</code>, which collects a Value::Object (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/733">#733</a>, thanks <a href="https://github.com/matklad"><code>@matklad</code></a>)</li>
</ul>
<h2>v1.0.59</h2>
<ul>
<li>In arbitrary_precision mode, return None from serde_json::Number::as_f64 if the JSON number is larger than the maximum possible f64</li>
</ul>
<h2>v1.0.58</h2>
<ul>
<li>Add serde_json::Map::remove_entry, matching the equivalent API on BTreeMap</li>
</ul>
<h2>v1.0.57</h2>
<ul>
<li>Allow serde_json::Deserializer to be instantiated without consuming the serde_json::​de::Read impl (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/684">#684</a>)</li>
</ul>
<h2>v1.0.56</h2>
<ul>
<li>Improve compiler diagnostic on missing commas inside <code>json!</code> macro invocation (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/73777">rust-lang/rust#73777</a>)</li>
</ul>
<h2>v1.0.55</h2>
<ul>
<li>Fix missing build script required for using <code>float_roundtrip</code> (<a href="https://github.com/serde-rs/json/releases/tag/v1.0.54">https://github.com/serde-rs/json/releases/tag/v1.0.54</a>)</li>
</ul>
<h2>v1.0.54</h2>
<ul>
<li>
<p>Add <a href="https://github.com/serde-rs/json/blob/v1.0.54/Cargo.toml#L58-L65"><code>float_roundtrip</code></a> feature to enable a slower but higher precision float parser based on <a href="https://github.com/Alexhuszagh/rust-lexical">lexical</a>.</p>
<p>Enabling <code>float_roundtrip</code> will use sufficient precision when parsing fixed precision floats from JSON to ensure that they maintain accuracy when round-tripped through JSON. This comes at an approximately 2x performance cost for parsing floats compared to the default best-effort precision.</p>
<p>Unlike <code>arbitrary_precision</code>, the new <code>float_roundtrip</code> feature makes f64 -&gt; JSON -&gt; f64 produce output identical to the input. <code>arbitrary_precision</code> is for making JSON -&gt; serde_json::Number -&gt; JSON produce output identical to the input.</p>
<pre lang="toml"><code>serde_json = { version = &quot;1.0.54&quot;, features = [&quot;float_roundtrip&quot;] }
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8d78020522"><code>8d78020</code></a> Release 1.0.62</li>
<li><a href="b6c855dc09"><code>b6c855d</code></a> Touch up PR 751</li>
<li><a href="e81e7d9ffa"><code>e81e7d9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/751">#751</a> from icewind1991/value-display-utf8-unchecked</li>
<li><a href="e0747b9979"><code>e0747b9</code></a> use from_utf8_unchecked in the fmt::Display implementation of Value</li>
<li><a href="7ff8ec6e8d"><code>7ff8ec6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/744">#744</a> from Carreau/patch-1</li>
<li><a href="418507e475"><code>418507e</code></a> Update example to use Result&lt;User, Box<!-- raw HTML omitted -->&gt;</li>
<li><a href="44d7fe33fc"><code>44d7fe3</code></a> Intra-doc link for the crate::value link</li>
<li><a href="065cbef0ba"><code>065cbef</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/739">#739</a> from rory/minor-doc-improvement</li>
<li><a href="347674c3dd"><code>347674c</code></a> make a html link in the doccomments</li>
<li><a href="613d66e9c5"><code>613d66e</code></a> Release 1.0.61</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.53...v1.0.62">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-08 14:36:48 -05:00
bors-servo
e0a116ff7d
Auto merge of #28150 - servo:dependabot/cargo/idna-0.2.1, r=jdm
Bump idna from 0.2.0 to 0.2.1

Bumps [idna](https://github.com/servo/rust-url) from 0.2.0 to 0.2.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="69417ec89b"><code>69417ec</code></a> v0.2.1</li>
<li><a href="52ea4ba2b3"><code>52ea4ba</code></a> Merge branch 'master' into crates.io</li>
<li><a href="46458f80e4"><code>46458f8</code></a> Upgrade to rustc 81eeec094 2014-11-21.</li>
<li><a href="3d757ec472"><code>3d757ec</code></a> v0.2.0</li>
<li><a href="94e637886a"><code>94e6378</code></a> Merge branch 'master' into crates.io</li>
<li><a href="a838a41263"><code>a838a41</code></a> Apprently &quot;cannot&quot; and &quot;can not&quot; are not identical.</li>
<li><a href="4e30f965cc"><code>4e30f96</code></a> Simplify and document the signature of EncodingOverride::encode.</li>
<li><a href="9ae1fd2fc3"><code>9ae1fd2</code></a> Make rust-encoding an optional feature.</li>
<li><a href="e6866f2a87"><code>e6866f2</code></a> Drop isindex support. We’ll see if anyone asks for it.</li>
<li><a href="00c0111b89"><code>00c0111</code></a> Dont transmute non-UTF-8 bytes to str, even though it kinda maybe looks safe.</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/idna-v0.2.0...v0.2.1">compare view</a></li>
</ul>
</details>
<br />

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

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>
2021-02-08 13:34:50 -05:00
dependabot-preview[bot]
c75fcddf16
Bump idna from 0.2.0 to 0.2.1
Bumps [idna](https://github.com/servo/rust-url) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/idna-v0.2.0...v0.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 06:37:29 +00:00
dependabot-preview[bot]
a445da78df
Bump serde_json from 1.0.53 to 1.0.62
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.62.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.53...v1.0.62)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 06:32:42 +00:00
bors-servo
dd3f42c1b2
Auto merge of #28147 - servo:jdm-patch-49, r=jdm
Use explicit python in Windows CI.

Nightly Windows CI jobs have been failing intermittently ever since I deployed 79bb098816. This change should allow them to succeed again.
2021-02-06 14:18:07 -05:00
Josh Matthews
231c2db8af
Use explicit python in Windows CI. 2021-02-06 14:15:57 -05:00
bors-servo
1610bd2bc8
Auto merge of #28129 - teymour-aldridge:make-unsafe, r=jdm
Make unsafe

<!-- 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 #16868 (GitHub issue number if applicable) (maybe – I'm not sure)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] 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. -->
2021-02-05 13:28:28 -05:00
teymour-aldridge
217147b2e4 fmt 2021-02-05 14:46:09 +00:00
teymour-aldridge
ff767b13a9 Remove unused arguments from methods. 2021-02-05 14:29:45 +00:00
teymour-aldridge
466e895cdf Fix errors 2021-02-05 14:29:30 +00:00
teymour-aldridge
0854953e35 Mark methods as unsafe. 2021-02-05 14:29:30 +00:00
bors-servo
5b04bf785a
Auto merge of #28142 - servo-wpt-sync:wpt_update_04-02-2021, r=servo-wpt-sync
Sync WPT with upstream (04-02-2021)

Automated downstream sync of changes from upstream as of 04-02-2021.
[no-wpt-sync]
r? @servo-wpt-sync
2021-02-04 18:42:02 -05:00
WPT Sync Bot
ca2fd0f290 Update web-platform-tests to revision c8a23aed99841887e72f883ab94a45d928a5820f 2021-02-04 10:43:31 +00:00
bors-servo
00b98796bd
Auto merge of #28139 - servo-wpt-sync:wpt_update_03-02-2021, r=servo-wpt-sync
Sync WPT with upstream (03-02-2021)

Automated downstream sync of changes from upstream as of 03-02-2021.
[no-wpt-sync]
r? @servo-wpt-sync
2021-02-03 13:53:38 -05:00
WPT Sync Bot
78cf1982a2 Update web-platform-tests to revision 289272c280086dda4bce0d31f2ce0fc1e7a08fa8 2021-02-03 11:17:49 +00:00