aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/readablestreamdefaultcontroller.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: add CanGc argument to Error::to_jsval (#36014)Arya Nair2025-03-171-2/+2
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-5/+7
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-12/+12
* Propagate more `CanGc` (#35604)Auguste Baum2025-02-231-1/+1
* 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-11/+11
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+1
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-11/+21
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+2
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-191-11/+48
* script: make Error::to_jsval safe (#35411)Stephen Muss2025-02-101-12/+6
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Use Dom in native promise handlers instead of Trusted (#35145)Taym Haddadi2025-01-251-49/+33
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-10/+10
* script: Implement `set_up`, `ReleaseLock`, `Closed`, `Cancel`, `acquire_byob_...Taym Haddadi2025-01-151-1/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+24
* Remove the need for crow allow unrooted lints in the queuing and de-queuing o...Gregory Terzian2024-12-191-18/+10
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-0/+878