aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-31/+15
* Support CORS attributes for image elements.Josh Matthews2019-10-041-2/+10
* Remove unused code from net and net_traits cratesest312019-06-021-18/+0
* Introduce parser metadata for requestCYBAI2019-05-111-0/+19
* set referrer in window.load_urlRussell Cousineau2019-04-191-9/+5
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-41/+138
* Remove `foreign` service-workers modeCYBAI2018-12-231-1/+0
* refactored performance timing to align with updated specddh2018-11-201-0/+9
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove duplicate codeYaw Boakye2018-11-181-1/+0
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt net_traits cratePyfisch2018-11-031-18/+28
* Update hyper to 0.12Bastien Orivel2018-11-011-8/+8
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-9/+9
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-2/+2
* Merge request type and destinationKeith Yeung2017-10-231-23/+18
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-18/+18
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-30/+30
* order derivable traits listsClément DAVID2017-08-231-14/+14
* Update HTTP-redirect fetchKeith Yeung2017-08-181-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-5/+3
* Introduce service-worker modeKeith Yeung2017-06-221-6/+14
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-2/+11
* Kill Request::omit_origin_headerAnthony Ramine2017-04-071-2/+0
* Introduce HstsList::switch_known_hsts_host_domain_url_to_httpsAnthony Ramine2017-04-051-0/+5
* Add spec links to the Request fieldsAnthony Ramine2017-04-051-1/+29
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-46/+45
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-4/+3
* Auto merge of #14895 - dowoncha:request-websocket, r=jdmbors-servo2017-01-081-0/+1
|\
| * Added Websocket to RequestMode enumDowon Cha2017-01-081-0/+1
* | Implement Subresource Integritymrnayak2017-01-081-0/+3
|/
* Rustfmt net_traits.Ms2ger2017-01-031-25/+42
* Remove Request::done.Ms2ger2016-12-091-2/+0
* Rewrite determine_request_referrer() to explicitly limit it to the checks it ...Ms2ger2016-12-081-16/+0
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-14/+15
* Implement the constructor for EventSourceKeith Yeung2016-11-111-2/+7
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-6/+6
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-6/+6
* | Set redirect_mode in Request::from_init()Raphael Nestler2016-11-081-0/+1
* | Add redirect_mode to RequestInitRaphael Nestler2016-11-081-1/+3
|/
* Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+2
* Remove unused trait method.Corey Farwell2016-10-101-4/+0
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-2/+0
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-5/+0
* Implement default values for RequestInitKeith Yeung2016-09-211-52/+29
* Fix most typoes for: "referer" -> "referrer"Nicolas2016-09-161-19/+19
* Auto merge of #12700 - jeenalee:jeena-requestAPI, r=jdmbors-servo2016-08-121-12/+14
|\
| * Implement the Request API for the Fetch API.Jeena Lee2016-08-121-12/+14
* | Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-0/+4
|/
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-4/+11