aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* 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
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-051-5/+3
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-47/+48
* net: correct handling of the empty string referrer policy when provided in re...shanehandley2024-12-071-1/+1
* Support custom derives for generated types (#34356)Josh Matthews2024-11-241-13/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-7/+4
* Use the correct fallback referrer policy for the empty string case (#34201)shanehandley2024-11-101-1/+1
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-1/+1
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-26/+29
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-6/+6
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-2/+4
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-85/+82
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+2
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-141-8/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-8/+20
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+7
* Remove a comment related to a TODO which has already been done. (#32822)shanehandley2024-07-211-2/+0
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* clippy: Fix warnings in `components/script/dom/request.rs` (#31867)Aarya Khandelwal2024-03-271-38/+38
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-6/+6
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-6/+4
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-9/+5
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-3/+3
* Further changes required by ServoOriol Brufau2023-11-211-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-31/+25
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-7/+9
* fixup! defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-251-4/+3
* fixup! defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-171-4/+1
* defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-161-9/+1
* Update steps comment to match latest (2023-04-14) speccybai2023-04-141-72/+73
* Respect MIME type from headers instead of caching itcybai2023-04-131-7/+2
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-4/+5
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-49/+41
* Fix the webidl for HeadersBastien Orivel2020-05-301-30/+13
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Add missing same-origin referrer policyTipowol2020-03-201-1/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1