aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Remove `foreign` service-workers modeCYBAI2018-12-231-1/+1
* refactored performance timing to align with updated specddh2018-11-201-2/+37
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+4
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-18/+18
* Format script componentchansuke2018-09-191-30/+52
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+2
* Add FetchCanceller RAII handleManish Goregaokar2017-11-211-0/+52
* Auto merge of #19274 - Manishearth:xhr-cancel, r=jdmbors-servo2017-11-201-1/+1
|\
| * Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-1/+1
* | pass cache_mode from request to request initGregory Terzian2017-11-151-0/+1
|/
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-3/+4
* Merge request type and destinationKeith Yeung2017-10-231-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2