aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/net/http_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder `use` statementsUK9922016-09-091-10/+10
* dom::Response implementationMalisa Smith2016-09-061-8/+7
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-3/+6
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-2/+3
* send requests that are redirected to devtoolsmrmiywj2016-07-271-0/+46
* Integrate service worker manager threadRahul Sharma2016-07-161-74/+53
* msg: Rename `ReferrerPolicy::NoRefWhenDowngrade` `NoReferrerWhenDowngrade`Aravind Gollakota2016-07-151-4/+4
* net: Add "origin" and "same-origin" referrer policies, replacing "origin-only".Aravind Gollakota2016-07-081-2/+31
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-4/+4
* Auto merge of #11692 - jdm:language, r=Manishearthbors-servo2016-06-101-1/+31
|\
| * Add a default Accept-Language header to HTTP requests.Josh Matthews2016-06-101-1/+31
* | Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-1/+4
|/
* Process content blocker rules in the HTTP loader.Josh Matthews2016-05-301-0/+60
* Remove empty lines following braces.Josh Matthews2016-05-271-3/+0
* adding interface for custom responsesRahul Sharma2016-05-201-61/+260
* Add the requesting URL to the 401 prompt. Only show the 401 prompt when the W...Josh Matthews2016-05-031-7/+43
* Auto merge of #10785 - frewsxcv:loaderrortype-nostring, r=jdmbors-servo2016-04-251-5/+4
|\
| * Refactor `LoadErrorType` to not require a `String` for every type.Corey Farwell2016-04-251-5/+4
* | Add referrer policy pass-through and referrer header logicRebecca2016-04-251-35/+225
|/
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-3/+3
* write cookie_jar, hsts_list, auth_cache, and local_data to file if profile_di...Daniel2016-04-201-1/+1
* Make new test use local resources only.Josh Matthews2016-04-201-1/+1
* Updated the unit tests to include NetworkErrorRavi Shankar2016-04-201-11/+12
* Avoid unnecessary `net_traits::LoadData` clone.Corey Farwell2016-04-181-33/+33
* Verify number of redirects when we reach limit.Corey Farwell2016-04-171-1/+9
* Rename 'HSTS*' structures to 'Hsts*'.Corey Farwell2016-04-171-2/+2
* Rename create_with_headers to create.Josh Matthews2016-04-151-22/+22
* Remove unused header manipulation facilities.Josh Matthews2016-04-151-8/+2
* Convert remaining factories that don't make use of headers.Josh Matthews2016-04-151-16/+16
* Convert AssertMustNotIncludeHeadersRequestFactory.Josh Matthews2016-04-151-37/+8
* Convert AssertAuthHeaderRequestFactory.Josh Matthews2016-04-151-46/+17
* Convert AssertMustIncludeHeadersRequestFactory.Josh Matthews2016-04-151-65/+27
* Convert AssertMustHaveHeadersRequestFactory.Josh Matthews2016-04-151-31/+4
* Remove unnecessary type annotations.Josh Matthews2016-04-151-135/+135
* 401 authorization UI then restart request/save successful auth credsDaniel2016-04-141-58/+198
* Remove the url! plugin.Simon Sapin2016-04-141-34/+34
* Fix HTTP unit test warnings.Josh Matthews2016-03-281-2/+1
* Added global state structConnor Brewster2016-03-251-173/+80
* add auth cache to resources + set auth header if url does not have credsDaniel2016-03-241-17/+103
* create cookie as HTTP instead of NonHttp in testBob2016-03-031-1/+1
* correctly send secure cookies after hsts url matchBob2016-02-271-2/+46
* Auto merge of #9039 - askalski:tests_to_http_loader, r=jdmbors-servo2016-02-261-8/+153
|\
| * added tests to http_loader, veryfing if redirects use correct cookiesaskalski2015-12-311-8/+153
* | task -> threadrohan.prinja2016-01-101-2/+2
* | Auto merge of #9104 - vwvww:issue_9098, r=noxbors-servo2016-01-011-11/+12
|\ \ | |/ |/|
| * Refactor AssertRequestsMustNotHaveHeaders to AssertRequestMustNotIncludeHeadersBeomjin Kim2015-12-311-11/+12
* | Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-28/+28
|/
* Support responseCookies, responseContent, responseHeaders, requestCookies, ge...Abhishek Kumar2015-12-211-1/+1
* Implement 'url!(..)' macroCorey Farwell2015-11-211-68/+68
* Testing cancellation during redirectsRavi Shankar2015-11-141-27/+91