servo/third_party/WebIDL
Taym Haddadi bb04c97f15
Use Int8array, int16array, uint16array, int32array & uint32array in WebIDL (#31164)
<!-- Please describe your changes on the following line: -->

part #31064

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by
`[X]` when the step is complete, and replace `___` with appropriate
data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [x] These changes do not require tests because there is no behavior
changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox
is checked, so that we can help you if you get stuck somewhere along the
way.-->

<!-- Pull requests that do not address these steps are welcome, but they
will require additional verification as part of the review process. -->

There types are not used we can migrate them, in next PR I will make
`HeapFloat32Array` generic and convert ArrayBufferView, ArrayBuffer,
Uint8ClampedArray and Float64Array.

Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
2024-01-25 14:28:43 +00:00
..
tests Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
abstract.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
callback-location.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
debug.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
ext-attribute-no-value-error.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
inline.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
like-as-iterable.patch Impl Setlike and Maplike (#30237) 2023-09-06 13:08:45 +00:00
readable-stream.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
README Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
runtests.py Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
union-typedef.patch Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
update.sh Impl Setlike and Maplike (#30237) 2023-09-06 13:08:45 +00:00
UPSTREAM Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
WebIDL.py Use Int8array, int16array, uint16array, int32array & uint32array in WebIDL (#31164) 2024-01-25 14:28:43 +00:00

A WebIDL parser written in Python to be used in Mozilla.