servo/components
bors-servo d5b910ee86
Auto merge of #29384 - sagudev:idl, r=jdm
Update WebIDL.py

Update WebIDL.py to latest version from mozilla-central.
There were two major changes:
- [Rename legacy extended attributes in webidls](55dac83d9a) [bug 1631581](https://bugzilla.mozilla.org/show_bug.cgi?id=1631581)
- [removal of ReadableStream from WebIDL](https://phabricator.services.mozilla.com/D143074), which was solved with porting reverted removal patch (2801cc82b0)

WebIDL.Parser now has `use_builtin_readable_streams` field by default set to `true` (to use SM readable stream implementation), which could help with #29088.

My try build: https://github.com/sagudev/servo/actions/runs/4216638911

---
<!-- 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
- [ ] 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. -->
2023-03-22 02:23:01 +01:00
..
allocator
atoms Implement GPUUncapturedErrorEvent 2020-08-11 14:24:58 +05:30
background_hang_monitor fix(bhm): deliver exit signal reliably (for real) 2021-06-21 00:07:26 +09:00
bluetooth feat: shorten thread names 2021-07-19 00:57:48 +09:00
bluetooth_traits Fix some Clippy lints. 2022-08-04 00:13:36 +08:00
canvas Bump surfman to 0.6 2023-02-24 19:00:57 +11:00
canvas_traits Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
compositing Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
config Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
config_plugins Fix some Clippy lints. 2022-08-04 00:13:36 +08:00
constellation Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
deny_public_fields
derive_common Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
devtools Upgrade Hyper 2022-01-16 09:34:17 -08:00
devtools_traits Fix some Clippy lints. 2022-08-04 00:13:36 +08:00
dom_struct Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
domobject_derive More Cargo.toml cleanups 2020-05-14 22:20:18 -07:00
embedder_traits Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
fallible Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
geometry Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
gfx Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
gfx_traits Update webrender. 2020-06-11 14:07:39 -04:00
hashglobe Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
jstraceable_derive
layout Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
layout_2020 Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
layout_thread Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
layout_thread_2020 Fix test-tidy for Layout 2020 2023-03-21 10:34:22 +01:00
layout_traits ensure clean shutdown of all threads running JS 2020-06-30 13:22:38 +08:00
malloc_size_of Switch to the sha2 crate for SRI digests. 2023-02-24 18:38:06 -08:00
media Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
metrics Remove support for energy profiling 2020-06-04 16:39:08 +02:00
msg Fix some Clippy lints. 2022-08-04 00:13:36 +08:00
net Switch to the sha2 crate for SRI digests. 2023-02-24 18:38:06 -08:00
net_traits Switch to the sha2 crate for SRI digests. 2023-02-24 18:38:06 -08:00
pixels Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
profile feat: shorten thread names 2021-07-19 00:57:48 +09:00
profile_traits Bump time to latest v0.1.x version. 2021-06-25 17:19:14 +01:00
rand Removed the commented code. 2022-12-01 18:27:59 +04:00
range More Cargo.toml updates 2020-05-30 18:18:57 -07:00
remutex Fix rust's remutex source code link 2020-06-01 21:24:05 +09:00
script Auto merge of #29384 - sagudev:idl, r=jdm 2023-03-22 02:23:01 +01:00
script_layout_interface */Cargo.toml: use the shmem feature for the dependency on the selectors cratre 2023-02-14 13:05:59 -06:00
script_plugins Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
script_traits Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
selectors Auto merge of #29364 - delan:selectors-servo_arc, r=jdm 2023-02-20 16:53:35 +01:00
servo Bump surfman to 0.6 2023-02-24 19:00:57 +11:00
servo_arc Auto merge of #29364 - delan:selectors-servo_arc, r=jdm 2023-02-20 16:53:35 +01:00
size_of_test Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
std_test_override Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
style */Cargo.toml: use the shmem feature for the dependency on the selectors cratre 2023-02-14 13:05:59 -06:00
style_derive Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
style_traits Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
to_shmem Auto merge of #29364 - delan:selectors-servo_arc, r=jdm 2023-02-20 16:53:35 +01:00
to_shmem_derive Auto merge of #29364 - delan:selectors-servo_arc, r=jdm 2023-02-20 16:53:35 +01:00
url Fix some build warnings 2023-01-11 12:50:36 +01:00
webdriver_server Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
webgpu Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
webrender_surfman Bump surfman to 0.6 2023-02-24 19:00:57 +11:00
webrender_traits Bump euclid to 0.22 2023-01-26 08:59:21 +01:00