Commit graph

43441 commits

Author SHA1 Message Date
WPT Sync Bot
48add2991a Update web-platform-tests to revision 2f95271debcba3e26e7294beeee4fa5a2ecfbfa0 2020-12-02 11:14:00 +00:00
bors-servo
6fab7a7d84
Auto merge of #27886 - servo:dependabot/cargo/gfx-backend-metal-0.6.5, r=jdm
Bump gfx-backend-metal from 0.6.4 to 0.6.5

Bumps [gfx-backend-metal](https://github.com/gfx-rs/gfx) from 0.6.4 to 0.6.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md">gfx-backend-metal's changelog</a>.</em></p>
<blockquote>
<h3>backend-vulkan-0.6.5 (15-10-2020)</h3>
<ul>
<li>support different types of descriptors in a single <code>DescriptorSetWrite</code></li>
</ul>
<h3>backend-dx12-0.6.3 backend-dx11-0.6.1 backend-metal-0.6.2 auxil-0.5.1 (31-08-2020)</h3>
<ul>
<li>update spirv_cross to 0.21:
<ul>
<li>force zero initialization in all generated shaders</li>
<li>force the use of native arrays for MSL</li>
</ul>
</li>
</ul>
<h3>backend-dx12-0.6.7 (12-10-2020)</h3>
<ul>
<li>get proper support for compressed textures</li>
</ul>
<h3>backend-dx12-0.6.6 (05-10-2020)</h3>
<ul>
<li>allow color blend factors to be used on alpha channel</li>
</ul>
<h3>backend-dx12-0.6.5 (04-10-2020)</h3>
<ul>
<li>implement command buffer markers</li>
<li>debug names for render passes and descriptor sets</li>
</ul>
<h3>backend-vulkan-0.6.3 (30-09-2020)</h3>
<ul>
<li>enable VK_KHR_maintenance3 when VK_EXT_descriptor_indexing is enabled</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-backend-metal&package-manager=cargo&previous-version=0.6.4&new-version=0.6.5)](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-metal&package-manager=cargo&previous-version=0.6.4&new-version=0.6.5)

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-12-01 14:29:35 -05:00
bors-servo
3c51720b07
Auto merge of #27888 - servo:dependabot/cargo/socket2-0.3.17, r=jdm
Bump socket2 from 0.3.12 to 0.3.17

Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.12 to 0.3.17.
<details>
<summary>Commits</summary>
<ul>
<li><a href="7312f81e94"><code>7312f81</code></a> Release v0.3.17</li>
<li><a href="930c9a9803"><code>930c9a9</code></a> Additional Linux socket options</li>
<li><a href="06a25107c7"><code>06a2510</code></a> [0.3] Update cfg-if to 1.0</li>
<li><a href="73d54bb336"><code>73d54bb</code></a> Release v0.3.16</li>
<li><a href="d2c15de849"><code>d2c15de</code></a> Don't assume memory layout of std::net::SocketAddr</li>
<li><a href="99da5c22a3"><code>99da5c2</code></a> Haiku: no SOCK_RDM support in Haiku</li>
<li><a href="b806433d6b"><code>b806433</code></a> Bump to v0.3.15</li>
<li><a href="670ca5f5bb"><code>670ca5f</code></a> Fix mutability of buffers for a few send_* functions (<a href="https://github-redirect.dependabot.com/alexcrichton/socket2-rs/issues/92">#92</a>)</li>
<li><a href="70efe5c791"><code>70efe5c</code></a> Unify sigpipe settings for macOS and iOS</li>
<li><a href="063b1a89e4"><code>063b1a8</code></a> fix: correct recv_from_with_flags and sendto (<a href="https://github-redirect.dependabot.com/alexcrichton/socket2-rs/issues/81">#81</a>)</li>
<li>See full diff in <a href="https://github.com/alexcrichton/socket2-rs/compare/0.3.12...v0.3.17">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.3.12&new-version=0.3.17)](https://dependabot.com/compatibility-score/?dependency-name=socket2&package-manager=cargo&previous-version=0.3.12&new-version=0.3.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-12-01 13:23:14 -05:00
bors-servo
198f8f125e
Auto merge of #27885 - servo:dependabot/cargo/unicode-segmentation-1.7.1, r=jdm
Bump unicode-segmentation from 1.6.0 to 1.7.1

Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/unicode-rs/unicode-segmentation/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=unicode-segmentation&package-manager=cargo&previous-version=1.6.0&new-version=1.7.1)](https://dependabot.com/compatibility-score/?dependency-name=unicode-segmentation&package-manager=cargo&previous-version=1.6.0&new-version=1.7.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>
2020-12-01 09:41:25 -05:00
bors-servo
ed756357da
Auto merge of #27883 - servo:dependabot/cargo/gfx-backend-vulkan-0.6.5, r=jdm
Bump gfx-backend-vulkan from 0.6.1 to 0.6.5

Bumps [gfx-backend-vulkan](https://github.com/gfx-rs/gfx) from 0.6.1 to 0.6.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md">gfx-backend-vulkan's changelog</a>.</em></p>
<blockquote>
<h3>backend-vulkan-0.6.5 (15-10-2020)</h3>
<ul>
<li>support different types of descriptors in a single <code>DescriptorSetWrite</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-backend-vulkan&package-manager=cargo&previous-version=0.6.1&new-version=0.6.5)](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-vulkan&package-manager=cargo&previous-version=0.6.1&new-version=0.6.5)

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-12-01 08:45:45 -05:00
bors-servo
a3e9e3f2bc
Auto merge of #27889 - servo-wpt-sync:wpt_update_01-12-2020, r=servo-wpt-sync
Sync WPT with upstream (01-12-2020)

Automated downstream sync of changes from upstream as of 01-12-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-12-01 06:03:37 -05:00
WPT Sync Bot
6e75c491e4 Update web-platform-tests to revision 77f3f1533681dedef98a4c94c2abdb562d097002 2020-12-01 11:03:24 +00:00
dependabot-preview[bot]
c4b65d934c
Bump socket2 from 0.3.12 to 0.3.17
Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.12 to 0.3.17.
- [Release notes](https://github.com/alexcrichton/socket2-rs/releases)
- [Commits](https://github.com/alexcrichton/socket2-rs/compare/0.3.12...v0.3.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:34:12 +00:00
dependabot-preview[bot]
ee0a129ff7
Bump gfx-backend-metal from 0.6.4 to 0.6.5
Bumps [gfx-backend-metal](https://github.com/gfx-rs/gfx) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/gfx-rs/gfx/releases)
- [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/gfx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:33:14 +00:00
dependabot-preview[bot]
4d3e2f5834
Bump unicode-segmentation from 1.6.0 to 1.7.1
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.1.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases)
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:32:48 +00:00
dependabot-preview[bot]
58e08bd78c
Bump gfx-backend-vulkan from 0.6.1 to 0.6.5
Bumps [gfx-backend-vulkan](https://github.com/gfx-rs/gfx) from 0.6.1 to 0.6.5.
- [Release notes](https://github.com/gfx-rs/gfx/releases)
- [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/gfx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:30:38 +00:00
bors-servo
02af8952eb
Auto merge of #27881 - servo:jdm-patch-46, r=jdm
Remove unneeded python dependencies.

Fixes #27880.
2020-11-30 11:47:42 -05:00
Josh Matthews
f0e8d6ee80
Remove unneeded python dependencies. 2020-11-30 09:04:21 -05:00
bors-servo
e8b125ff13
Auto merge of #27879 - servo-wpt-sync:wpt_update_30-11-2020, r=servo-wpt-sync
Sync WPT with upstream (30-11-2020)

Automated downstream sync of changes from upstream as of 30-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-30 05:19:28 -05:00
WPT Sync Bot
e59153d749 Update web-platform-tests to revision c27db3f1743ef9f3634f181a84f687da6260a395 2020-11-30 10:19:12 +00:00
bors-servo
b482e314a1
Auto merge of #27867 - servo-wpt-sync:wpt_update_28-11-2020, r=servo-wpt-sync
Sync WPT with upstream (28-11-2020)

Automated downstream sync of changes from upstream as of 28-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-28 11:38:57 -05:00
bors-servo
ea16440b7b
Auto merge of #27853 - servo:dependabot/cargo/memchr-2.3.4, r=jdm
Bump memchr from 2.3.3 to 2.3.4

Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 2.3.3 to 2.3.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6b8186692"><code>d6b8186</code></a> 2.3.4</li>
<li><a href="3f9b977281"><code>3f9b977</code></a> build: only enable simd on targets which feature SSE</li>
<li><a href="153e3afb17"><code>153e3af</code></a> ci: add build for non-SSE target</li>
<li><a href="10f11fbeaa"><code>10f11fb</code></a> bench: run libc benchmarks on non-x86 environments</li>
<li>See full diff in <a href="https://github.com/BurntSushi/rust-memchr/compare/2.3.3...2.3.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=memchr&package-manager=cargo&previous-version=2.3.3&new-version=2.3.4)](https://dependabot.com/compatibility-score/?dependency-name=memchr&package-manager=cargo&previous-version=2.3.3&new-version=2.3.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>
2020-11-28 06:47:21 -05:00
WPT Sync Bot
33c2bfef75 Update web-platform-tests to revision 73c6ad369cbd5572ceaedfed98e4672ef1f42dd0 2020-11-28 11:01:37 +00:00
bors-servo
9a052a7fab
Auto merge of #27863 - servo-wpt-sync:wpt_update_27-11-2020, r=servo-wpt-sync
Sync WPT with upstream (27-11-2020)

Automated downstream sync of changes from upstream as of 27-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-27 15:11:13 -05:00
bors-servo
3e19113ae6
Auto merge of #27864 - servo:jdm-patch-46, r=jdm
Update curl version.

The URLs for curl versions <=7.69.1 now 404.
2020-11-27 11:09:06 -05:00
Josh Matthews
adeaa5f5e6
Update curl sha. 2020-11-27 08:07:07 -05:00
Josh Matthews
5117e63e35
Update curl version. 2020-11-27 08:01:00 -05:00
WPT Sync Bot
808edd90a4 Update web-platform-tests to revision fcb3495f6321b32f607cabcbe0e63a918f48d348 2020-11-27 10:41:42 +00:00
dependabot-preview[bot]
c21166e5dc
Bump memchr from 2.3.3 to 2.3.4
Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/BurntSushi/rust-memchr/releases)
- [Commits](https://github.com/BurntSushi/rust-memchr/compare/2.3.3...2.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-27 06:11:25 +00:00
bors-servo
7824b6d0de
Auto merge of #27852 - joseph62:fix_memory_profile_crash, r=jdm
Fix memory profile crash

<!-- Please describe your changes on the following line: -->
Added a callback for determining which objects should be included in the memory profiling that was removed by 74c1e00d81 (diff-86033f852232a3ea1cb2f43d2f255850fb6d091c6eeba07213152e13b7006026L219)

Also added `is_platform_object_static` that did not require a JSContext to be used in the callback.

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

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

Wasn't sure about tests for these changes. Some direction for that would be great. Thank you!

<!-- 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-11-26 19:59:54 -05:00
Sean Joseph
9e22804983 Added is_platform_object_static check to is_dom_object 2020-11-26 18:40:41 -05:00
Sean Joseph
823cca30d6 Added is_platform_obj_static 2020-11-26 18:30:52 -05:00
Sean Joseph
3c8680f273 Add back code to identify JSObjects that should be counted in memory profiling 2020-11-26 10:43:30 -05:00
bors-servo
609dc3d3ae
Auto merge of #27838 - servo:dependabot/cargo/rayon-core-1.9.0, r=jdm
Bump rayon-core from 1.7.1 to 1.9.0

Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.1 to 1.9.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon-core's changelog</a>.</em></p>
<blockquote>
<h1>Release rayon 1.5.0 / rayon-core 1.9.0 (2020-10-21)</h1>
<ul>
<li>Update crossbeam dependencies.</li>
<li>The minimum supported <code>rustc</code> is now 1.36.</li>
</ul>
<h2>Contributors</h2>
<p>Thanks to all of the contributors for this release!</p>
<ul>
<li><a href="https://github.com/cuviper">@cuviper</a></li>
<li><a href="https://github.com/mbrubeck">@mbrubeck</a></li>
<li><a href="https://github.com/mrksu">@mrksu</a></li>
</ul>
<h1>Release rayon 1.4.1 (2020-09-29)</h1>
<ul>
<li>The new <code>flat_map_iter</code> and <code>flatten_iter</code> methods can be used to flatten
sequential iterators, which may perform better in cases that don't need the
nested parallelism of <code>flat_map</code> and <code>flatten</code>.</li>
<li>The new <code>par_drain</code> method is a parallel version of the standard <code>drain</code> for
collections, removing items while keeping the original capacity. Collections
that implement this through <code>ParallelDrainRange</code> support draining items from
arbitrary index ranges, while <code>ParallelDrainFull</code> always drains everything.</li>
<li>The new <code>positions</code> method finds all items that match the given predicate and
returns their indices in a new iterator.</li>
</ul>
<h1>Release rayon-core 1.8.1 (2020-09-17)</h1>
<ul>
<li>Fixed an overflow panic on high-contention workloads, for a counter that was
meant to simply wrap. This panic only occurred with debug assertions enabled,
and was much more likely on 32-bit targets.</li>
</ul>
<h1>Release rayon 1.4.0 / rayon-core 1.8.0 (2020-08-24)</h1>
<ul>
<li>Implemented a new thread scheduler, <a href="https://github-redirect.dependabot.com/rayon-rs/rfcs/pull/5">RFC 5</a>, which uses targeted wakeups for
new work and for notifications of completed stolen work, reducing wasteful
CPU usage in idle threads.</li>
<li>Implemented <code>IntoParallelIterator for Range&lt;char&gt;</code> and <code>RangeInclusive&lt;char&gt;</code>
with the same iteration semantics as Rust 1.45.</li>
<li>Relaxed the lifetime requirements of the initial <code>scope</code> closure.</li>
</ul>
<h2>Contributors</h2>
<p>Thanks to all of the contributors for this release!</p>
<ul>
<li><a href="https://github.com/CAD97">@CAD97</a></li>
<li><a href="https://github.com/cuviper">@cuviper</a></li>
<li><a href="https://github.com/kmaork">@kmaork</a></li>
<li><a href="https://github.com/nikomatsakis">@nikomatsakis</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dc13cb7875"><code>dc13cb7</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/810">#810</a></li>
<li><a href="67eeea6f2a"><code>67eeea6</code></a> Release rayon 1.5.0 / rayon-core 1.9.0</li>
<li><a href="4828f30eef"><code>4828f30</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/808">#808</a></li>
<li><a href="eeb0d1ad5e"><code>eeb0d1a</code></a> update ci/compat-Cargo.lock</li>
<li><a href="12f0d202b8"><code>12f0d20</code></a> Update glium so that rayon-demo runs on Gnome Wayland</li>
<li><a href="1f069d7710"><code>1f069d7</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/807">#807</a></li>
<li><a href="9691328a5a"><code>9691328</code></a> Use Iterator::copied</li>
<li><a href="e81835c074"><code>e81835c</code></a> Update crossbeam dependencies (requires Rust 1.36)</li>
<li><a href="5b3d917d6c"><code>5b3d917</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/804">#804</a></li>
<li><a href="5c55033950"><code>5c55033</code></a> Release rayon 1.4.1</li>
<li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.1...rayon-core-v1.9.0">compare view</a></li>
</ul>
</details>
<br />

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

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-11-26 10:05:39 -05:00
dependabot-preview[bot]
a8b3f1266e Bump rayon-core from 1.7.1 to 1.9.0
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.1 to 1.9.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.1...rayon-core-v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 08:47:15 -05:00
bors-servo
ddfdbe1c2f
Auto merge of #27847 - servo-wpt-sync:wpt_update_26-11-2020, r=servo-wpt-sync
Sync WPT with upstream (26-11-2020)

Automated downstream sync of changes from upstream as of 26-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-26 05:46:12 -05:00
WPT Sync Bot
137bc05b6d Update web-platform-tests to revision 7726454dad3c91effded7b894ce5b1f62a2fced2 2020-11-26 10:45:56 +00:00
bors-servo
03c3ba7370
Auto merge of #27846 - servo:dependabot/cargo/num-derive-0.3.3, r=jdm
Bump num-derive from 0.3.0 to 0.3.3

Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.0 to 0.3.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-num/num-derive/blob/master/RELEASES.md">num-derive's changelog</a>.</em></p>
<blockquote>
<h1>Release 0.3.3 (2020-10-29)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/41">Make <code>NumOps</code> work with <code>no_std</code></a> -- thanks <a href="https://github.com/jedrzejboczar">@jedrzejboczar</a>!</li>
</ul>
<h1>Release 0.3.2 (2020-08-24)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/40">Add <code>#[inline]</code> to all derived functions</a> -- thanks <a href="https://github.com/Amanieu">@Amanieu</a>!</li>
</ul>
<h1>Release 0.3.1 (2020-07-28)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/35">Add <code>num_traits</code> proc_macro helper for explicit import</a> - thanks <a href="https://github.com/jean-airoldie">@jean-airoldie</a>!</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/39">Provide nicer parse errors and suggest &quot;full-syntax&quot;</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="61a6e5294e"><code>61a6e52</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/41">#41</a></li>
<li><a href="b968aa7a93"><code>b968aa7</code></a> Release 0.3.3</li>
<li><a href="27390e8c2a"><code>27390e8</code></a> Make licensing more explicit</li>
<li><a href="bf5b106832"><code>bf5b106</code></a> Expand no_std tests in CI</li>
<li><a href="e7181890d7"><code>e718189</code></a> Use <code>::core::ops</code> when deriving <code>NumOps</code> to work with <code>no_std</code></li>
<li><a href="2d19853d0d"><code>2d19853</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/40">#40</a></li>
<li><a href="2e86b33051"><code>2e86b33</code></a> Release 0.3.2</li>
<li><a href="5e7e58ccd9"><code>5e7e58c</code></a> Add #[inline] to all function generated by #[derive]</li>
<li><a href="d5ddaed696"><code>d5ddaed</code></a> Add a release note for <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/35">#35</a></li>
<li><a href="77c551f78c"><code>77c551f</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/39">#39</a></li>
<li>Additional commits viewable in <a href="https://github.com/rust-num/num-derive/compare/num-derive-0.3.0...num-derive-0.3.3">compare view</a></li>
</ul>
</details>
<br />

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

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-11-26 03:59:02 -05:00
bors-servo
7d2751377c
Auto merge of #27842 - servo:dependabot/cargo/aho-corasick-0.7.15, r=jdm
Bump aho-corasick from 0.7.10 to 0.7.15

Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.10 to 0.7.15.
<details>
<summary>Commits</summary>
<ul>
<li><a href="3852632f10"><code>3852632</code></a> 0.7.15</li>
<li><a href="682f96a7fe"><code>682f96a</code></a> nfa: fix another ASCII case insensitive bug</li>
<li><a href="a416b0c6f2"><code>a416b0c</code></a> ci: fix setting of environment variables</li>
<li><a href="63f0b52523"><code>63f0b52</code></a> 0.7.14</li>
<li><a href="e5ea12873a"><code>e5ea128</code></a> prefilter: fix bug when doing a stream search</li>
<li><a href="39b029bb22"><code>39b029b</code></a> doc: fix confusing typo</li>
<li><a href="55a42968a2"><code>55a4296</code></a> 0.7.13</li>
<li><a href="e2cb94a384"><code>e2cb94a</code></a> tests: remove use of doc_comment crate</li>
<li><a href="6cb8eb0983"><code>6cb8eb0</code></a> 0.7.12</li>
<li><a href="8373f243e3"><code>8373f24</code></a> doc: update some documentation</li>
<li>Additional commits viewable in <a href="https://github.com/BurntSushi/aho-corasick/compare/0.7.10...0.7.15">compare view</a></li>
</ul>
</details>
<br />

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

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-11-26 02:56:44 -05:00
bors-servo
f4af62af5d
Auto merge of #27845 - servo:dependabot/cargo/unicode-normalization-0.1.16, r=jdm
Bump unicode-normalization from 0.1.12 to 0.1.16

Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.12 to 0.1.16.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/unicode-rs/unicode-normalization/commits">compare view</a></li>
</ul>
</details>
<br />

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

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-11-26 01:56:31 -05:00
dependabot-preview[bot]
114c9bf910
Bump num-derive from 0.3.0 to 0.3.3
Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.0 to 0.3.3.
- [Release notes](https://github.com/rust-num/num-derive/releases)
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.0...num-derive-0.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 06:27:01 +00:00
dependabot-preview[bot]
8fe13c3b24
Bump unicode-normalization from 0.1.12 to 0.1.16
Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.12 to 0.1.16.
- [Release notes](https://github.com/unicode-rs/unicode-normalization/releases)
- [Commits](https://github.com/unicode-rs/unicode-normalization/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 06:26:33 +00:00
dependabot-preview[bot]
a91e22e0f6
Bump aho-corasick from 0.7.10 to 0.7.15
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.10 to 0.7.15.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases)
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.10...0.7.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 06:24:19 +00:00
bors-servo
cf68cd16bd
Auto merge of #27806 - jonathanKingston:secure-contexts-with-creation-url, r=jdm
Add creation url and Secure Contexts

A more complete version of https://github.com/servo/servo/pull/27793

I've added in creation/creator URLs to match the HTML spec for the "global settings object" which doesn't exist in Servo but lots of its concepts exist within the Global Scope.

This fixes the previously mentioned blob url test fails but has the previously mentioned issues in https://github.com/servo/servo/pull/27793

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

<!-- Either: -->
- [ ] 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-11-25 18:32:58 -05:00
Jonathan Kingston
80902ee716 Update test expected outcomes 2020-11-25 18:58:19 +00:00
Jonathan Kingston
35eaf65974 Moving bluetooth tests to https. 2020-11-25 18:30:50 +00:00
Jonathan Kingston
0e1479cc84 Add creation url and Secure Contexts 2020-11-25 18:30:50 +00:00
bors-servo
20ef49e035
Auto merge of #27832 - servo-wpt-sync:wpt_update_25-11-2020, r=servo-wpt-sync
Sync WPT with upstream (25-11-2020)

Automated downstream sync of changes from upstream as of 25-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-25 12:24:28 -05:00
bors-servo
adbaab09fd
Auto merge of #27831 - servo:dependabot/cargo/bytemuck-1.4.1, r=jdm
Bump bytemuck from 1.2.0 to 1.4.1

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.2.0 to 1.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's changelog</a>.</em></p>
<blockquote>
<h2>1.4.1</h2>
<ul>
<li><a href="https://github.com/thomcc">thomcc</a> fixed up the CI and patched over a soundness hole in <code>offset_of!</code>.
<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/38">PR 38</a></li>
</ul>
<h2>1.4</h2>
<ul>
<li><a href="https://github.com/icewind1991">icewind1991</a> has contributed the proc-macros
for deriving impls of <code>Pod</code>, <code>TransparentWrapper</code>, <code>Zeroable</code>!! Everyone has
been waiting for this one folks! It's a big deal. Just enable the <code>derive</code>
cargo feature and then you'll be able to derive the traits on your types. It
generates all the appropriate tests for you.</li>
<li>The <code>zeroable_maybe_uninit</code> feature now adds a <code>Zeroable</code> impl to the
<code>MaybeUninit</code> type. This is only behind a feature flag because <code>MaybeUninit</code>
didn't exist back in <code>1.34.0</code> (the minimum rust version of <code>bytemuck</code>).</li>
</ul>
<h2>1.3.1</h2>
<ul>
<li>The entire crate is now available under the <code>Apache-2.0 OR MIT</code> license as
well as the previous <code>Zlib</code> license
<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/24">#24</a>.</li>
<li><a href="https://github.com/HeroicKatora">HeroicKatora</a> added the
<code>try_zeroed_slice_box</code> function
<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/17">#10</a>. <code>zeroed_slice_box</code> is
also available.</li>
<li>The <code>offset_of!</code> macro now supports a 2-arg version. For types that impl
Default, it'll just make an instance using <code>default</code> and then call over to the
3-arg version.</li>
<li>The <code>PodCastError</code> type now supports <code>Hash</code> and <code>Display</code>. Also if you enable
the <code>extern_crate_std</code> feature then it will support <code>std::error::Error</code>.</li>
<li>We now provide a <code>TransparentWrapper&lt;T&gt;</code> impl for <code>core::num::Wrapper&lt;T&gt;</code>.</li>
<li>The error type of <code>try_from_bytes</code> and <code>try_from_bytes_mut</code> when the input
isn't aligned has been corrected from being <code>AlignmentMismatch</code> (intended for
allocation casting only) to <code>TargetAlignmentGreaterAndInputNotAligned</code>.</li>
</ul>
<h2>1.3.0</h2>
<ul>
<li>Had a bug because the CI was messed up! It wasn't soundness related, because
it prevented the crate from building entirely if the <code>extern_crate_alloc</code>
feature was used. Still, this is yanked, sorry.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="68ed5fe6f2"><code>68ed5fe</code></a> (cargo-release) version 1.4.1</li>
<li><a href="64cc5973c4"><code>64cc597</code></a> Add more tests, overhaul CI, and fix plug soundness hole in `bytemuck::offset...</li>
<li><a href="343c618fea"><code>343c618</code></a> Mark playground as all-features (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/37">#37</a>)</li>
<li><a href="e013e747e7"><code>e013e74</code></a> Add/rename LICENSE files (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/36">#36</a>)</li>
<li><a href="b816a1b585"><code>b816a1b</code></a> (cargo-release) start next development iteration 1.4.1-alpha.0</li>
<li><a href="426df7c9c0"><code>426df7c</code></a> (cargo-release) version 1.4.0</li>
<li><a href="6632bcef2c"><code>6632bce</code></a> Update Cargo.toml</li>
<li><a href="09ab956bea"><code>09ab956</code></a> update the optional derives to the released version</li>
<li><a href="c171ac4f5b"><code>c171ac4</code></a> (cargo-release) start next development iteration 1.0.1-alpha.0</li>
<li><a href="9aedc156a8"><code>9aedc15</code></a> (cargo-release) version 1.0.0</li>
<li>Additional commits viewable in <a href="https://github.com/Lokathor/bytemuck/compare/v1.2.0...v1.4.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=bytemuck&package-manager=cargo&previous-version=1.2.0&new-version=1.4.1)](https://dependabot.com/compatibility-score/?dependency-name=bytemuck&package-manager=cargo&previous-version=1.2.0&new-version=1.4.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>
2020-11-25 11:25:50 -05:00
bors-servo
7cb1ecf796
Auto merge of #27827 - servo:dependabot/cargo/futures-0.1.30, r=jdm
Bump futures from 0.1.28 to 0.1.30

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.1.28 to 0.1.30.
<details>
<summary>Commits</summary>
<ul>
<li><a href="6db6642255"><code>6db6642</code></a> Release 0.1.30</li>
<li><a href="8f9c4a6824"><code>8f9c4a6</code></a> Allow deprecated warnings (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2221">#2221</a>)</li>
<li><a href="cbaaac24d5"><code>cbaaac2</code></a> Backport to 0.1: Shared must relinquish control to the executor if repolled</li>
<li><a href="b85f56d85c"><code>b85f56d</code></a> Backport to 0.1: Avoid starvation from FuturesUnordered::poll_next</li>
<li><a href="a00d35efcb"><code>a00d35e</code></a> Don't bypass stream fuse in 0.1 Forward</li>
<li><a href="56f8eb99eb"><code>56f8eb9</code></a> 0.1.29 release</li>
<li><a href="ad7830d8b7"><code>ad7830d</code></a> add must_use attributes on Future and Stream</li>
<li>See full diff in <a href="https://github.com/rust-lang/futures-rs/compare/0.1.28...0.1.30">compare view</a></li>
</ul>
</details>
<br />

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

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-11-25 09:27:20 -05:00
WPT Sync Bot
d6361c0290 Update web-platform-tests to revision 93b6866ff28c52876dce145702c42511150c04bc 2020-11-25 10:57:43 +00:00
bors-servo
22f893e39a
Auto merge of #27825 - servo:dependabot/cargo/rustc-demangle-0.1.18, r=jdm
Bump rustc-demangle from 0.1.16 to 0.1.18

Bumps [rustc-demangle](https://github.com/alexcrichton/rustc-demangle) from 0.1.16 to 0.1.18.
<details>
<summary>Commits</summary>
<ul>
<li><a href="8c700799ee"><code>8c70079</code></a> Bump to 0.1.18</li>
<li><a href="7d2f5a42e8"><code>7d2f5a4</code></a> Print <code>char</code> using <code>{:?}</code> (<a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/41">#41</a>)</li>
<li><a href="5119b5f76b"><code>5119b5f</code></a> Bump to 0.1.17</li>
<li><a href="7551efa82f"><code>7551efa</code></a> Elide the type when the const value is a placeholder <code>p</code> (<a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/40">#40</a>)</li>
<li><a href="6e407b5377"><code>6e407b5</code></a> Add support for <code>min_const_generics</code> constants (<a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/39">#39</a>)</li>
<li><a href="c4e3ab004e"><code>c4e3ab0</code></a> Add some docs about the C API</li>
<li><a href="1ccd9b4276"><code>1ccd9b4</code></a> C API wrapper (<a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/14">#14</a>)</li>
<li><a href="b2f44f88dc"><code>b2f44f8</code></a> use if let and while let</li>
<li><a href="e9a47da0b0"><code>e9a47da</code></a> apply some style fix from clippy</li>
<li><a href="9a2ef96710"><code>9a2ef96</code></a> replace try! with ?</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/rustc-demangle/compare/0.1.16...0.1.18">compare view</a></li>
</ul>
</details>
<br />

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

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-11-25 04:42:38 -05:00
bors-servo
bae1412dbf
Auto merge of #27826 - servo:dependabot/cargo/gfx-memory-0.2.2, r=jdm
Bump gfx-memory from 0.2.0 to 0.2.2

Bumps [gfx-memory](https://github.com/gfx-rs/gfx-extras) from 0.2.0 to 0.2.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gfx-rs/gfx-extras/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-memory&package-manager=cargo&previous-version=0.2.0&new-version=0.2.2)](https://dependabot.com/compatibility-score/?dependency-name=gfx-memory&package-manager=cargo&previous-version=0.2.0&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>
2020-11-25 03:20:33 -05:00
dependabot-preview[bot]
cbe2e6dcfe
Bump bytemuck from 1.2.0 to 1.4.1
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.2.0 to 1.4.1.
- [Release notes](https://github.com/Lokathor/bytemuck/releases)
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.2.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-25 06:36:17 +00:00
dependabot-preview[bot]
9305c9ccde
Bump futures from 0.1.28 to 0.1.30
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.1.28 to 0.1.30.
- [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.1.28...0.1.30)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-25 06:33:04 +00:00