servo/components/script/dom/bindings
Taym Haddadi 3225d196fa
script: Implement set_up, ReleaseLock, Closed, Cancel, acquire_byob_reader for ReadableStreamBYOBReader (#34958)
* introduce ReadableStreamGenericReader to share functionality between ReadableStreamDefaultReader and ReadableStreamBYOBReader

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>

* implement set_up, ReleaseLock, Closed, Cancel for ReadableStreamBYOBReader

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>

* Fix clippy

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>

* Implement acquire_byob_reader

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>

* Remove #[allow(crown::unrooted_must_root)] from ReadRequest and ReadIntoRequest

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>

* Fix clippy

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>

---------

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
2025-01-15 22:34:00 +00:00
..
codegen script: Implement set_up, ReleaseLock, Closed, Cancel, acquire_byob_reader for ReadableStreamBYOBReader (#34958) 2025-01-15 22:34:00 +00:00
buffer_source.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
callback.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
cell.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
constant.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
constructor.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
conversions.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
error.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
finalize.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
frozenarray.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
function.rs Dom: Re-implement ReadableStream Part 1 : Default Reader and Controller (#34064) 2024-12-17 21:14:00 +00:00
guard.rs api: Flatten and simplify Servo preferences (#34966) 2025-01-14 13:54:06 +00:00
import.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
inheritance.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
interface.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
iterable.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
like.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
mod.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
namespace.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
num.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
principals.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
proxyhandler.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
record.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
refcounted.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
reflector.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
root.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
serializable.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
settings_stack.rs Fix build failure with tracing feature (#35009) 2025-01-15 20:09:27 +00:00
str.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
structuredclone.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
trace.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
transferable.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
utils.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
weakref.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
xmlname.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00