aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-4/+2
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-3/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-4/+1
* Introduce service-worker modeKeith Yeung2017-06-221-3/+10
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-8/+7
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-1/+2
* Don't lose information in Fetch APIbd3392017-01-091-4/+15
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-2/+2
* Implement the constructor for EventSourceKeith Yeung2016-11-111-2/+3
* Add redirect_mode to RequestInitRaphael Nestler2016-11-081-0/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+2
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-3/+3
* Remove Reflectable::globalAnthony Ramine2016-10-061-2/+2