aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+2
* Add StreamConsumer wrapper and methods to responseRidhim Rastogi2019-12-031-0/+1
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-0/+2
* Auto merge of #24379 - PeaceRebel:dom_response_check_opaque_filter, r=jdmbors-servo2019-10-111-8/+10
|\
| * Set DOM response members as per the spec for opaque, opaque-redirect and erro...peacerebel2019-10-111-8/+10
* | Support CORS attributes for image elements.Josh Matthews2019-10-041-1/+30
|/
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-9/+3
* Add an inCompartments config for bindingsBastien Orivel2019-05-241-3/+3
* Auto merge of #23351 - CYBAI:fix-modes, r=noxbors-servo2019-05-161-0/+1
|\
| * Introduce parser metadata for requestCYBAI2019-05-111-0/+1
* | Update to SpiderMonkey 66.Josh Matthews2019-05-101-4/+4
|/
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-1/+44
* Auto merge of #23253 - BartGitHub:refactor-promise-compartment, r=jdmbors-servo2019-04-291-2/+3
|\
| * Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
| * Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+3
* | set referrer in window.load_urlRussell Cousineau2019-04-191-5/+1
|/
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-5/+7