aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/readablestream.rs
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-10/+15
* feat: add CanGc argument in get_dictionary_property (#36156)Arya Nair2025-03-251-6/+17
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-181-2/+758
* feat: add CanGc argument to Error::to_jsval (#36014)Arya Nair2025-03-171-1/+1
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-2/+1
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-33/+31
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-165/+343
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+3
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-1/+1
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-9/+9
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-231-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-12/+12
* script: add `CanGc` argument to `Promise::new_resolved` and `Promise::new_rej...Gae242025-02-231-3/+1
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-3/+3
* refactor: add CanGc as argument to extract_size_algorithm (#35593)Yerkebulan Tulibergenov2025-02-221-3/+3
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-7/+7
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+6
* script: make Error::to_jsval safe (#35411)Stephen Muss2025-02-101-2/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Script: implement `ReadableStreamBYOBReader::Read` (#35040)Taym Haddadi2025-01-271-1/+53
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-9/+9
* script: Implement `set_up`, `ReleaseLock`, `Closed`, `Cancel`, `acquire_byob_...Taym Haddadi2025-01-151-28/+61
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-36/+39
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-051-16/+7
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-374/+776
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-10/+28
* dom: Append stream chunks in the correct order. (#33487)Josh Matthews2024-09-181-2/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-23/+22
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-9/+9
* Format.Josh Matthews2022-11-231-8/+12
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-2/+6
* Enter incumbent script to ensure it has incumbent globalCYBAI2020-06-131-1/+2
* bypass SM for in-memory streams in request bodies, dis-allow other cases in s...Gregory Terzian2020-06-041-5/+35
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-0/+509