aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe12 days1-3/+12
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+4
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-6/+6
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-2/+5
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-2/+5
* 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-1/+1
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-2/+5
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-2/+4
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+3
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-24/+13
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-7/+7
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-1/+1
* fix: add source browsing context to `Request` and HTTP credentials prompt (#3...Jason Tsai2025-01-031-0/+1
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+1
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-1/+1
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-2/+4
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-2/+3
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-12/+16
* fix clippy warning in components/script (#33878)lwz232024-10-171-1/+0
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-37/+29
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-1/+1
* Replace CanGc::note() calls with arguments in `components/script` (#33816)tanishka2024-10-111-1/+2
* content: Replace uses of `downcast`+`is_some`/`is_none` with `is` (#33804)tanishka2024-10-111-1/+1
* Bring `http_network_or_cache_fetch` closer to the spec (#33531)Simon Wülker2024-10-081-8/+24
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-1/+3
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-1/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+2
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+1
* Fixed some clippy warnings by replacing 'match' with 'if' (#32007)komuhangi2024-04-071-4/+3
* 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-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-16/+18
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+1
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* add response tainting to request builderIver Småge men bærbar2023-05-181-0/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-3/+4
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-8/+8
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-0/+2
* Properly set the url on the Response object when the response is an opaquered...Bastien Orivel2020-05-061-4/+4
* Fix the redirected attribute for ResponseBastien Orivel2020-05-051-0/+1
* let integrity_metadata survive IPC sendingPatrick Shaughnessy2020-01-301-1/+1