aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/response.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-2/+2
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Implement the Bytes() method on Request and Response (#35250)shanehandley2025-02-021-0/+5
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-12/+16
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-051-7/+6
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-7/+9
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use borrow() to fix GC hazard in stream_chunk (#33976)chickenleaf2024-10-231-1/+1
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-4/+4
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-23/+28
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-11/+11
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-8/+13
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-59/+55
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-41/+17
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+2
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-5/+15
* Various borrow hazard fixes (#33133)Josh Matthews2024-08-201-1/+2
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-3/+9
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-2/+2
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+16
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+3
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+9
* Reset to in-memory stream with empty byte sequence for None init bodycybai2023-04-271-0/+5
* Update steps comment to match latest (2023-04-14) speccybai2023-04-141-21/+8
* Respect MIME type from headers instead of caching itcybai2023-04-131-5/+2
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* concept-response-clone: Ensure header guard is cloned after headersNaveen Gattu2021-12-171-1/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-57/+59
* Fix the webidl for HeadersBastien Orivel2020-05-301-4/+2
* update rust toolchainKunal Mohan2020-05-211-1/+1
* Fix the redirected attribute for ResponseBastien Orivel2020-05-051-0/+6
* Strip request-body-header when redirecting from a POST to GETBastien Orivel2020-05-051-2/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-5/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+2
* Add StreamConsumer wrapper and methods to responseRidhim Rastogi2019-12-031-0/+17
* Set response mime_type based on Content-Typeglowe2019-11-141-0/+1
* Auto merge of #24379 - PeaceRebel:dom_response_check_opaque_filter, r=jdmbors-servo2019-10-111-0/+28
|\