| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -10/+10 |
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -8/+7 |
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -3/+6 |
* | Added devtools support to fetch for XHR + Manish's XHR ident fix | ddh | 2016-07-29 | 1 | -2/+3 |
* | send requests that are redirected to devtools | mrmiywj | 2016-07-27 | 1 | -0/+46 |
* | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 1 | -74/+53 |
* | msg: Rename `ReferrerPolicy::NoRefWhenDowngrade` `NoReferrerWhenDowngrade` | Aravind Gollakota | 2016-07-15 | 1 | -4/+4 |
* | net: Add "origin" and "same-origin" referrer policies, replacing "origin-only". | Aravind Gollakota | 2016-07-08 | 1 | -2/+31 |
* | Refactor `util::prefs` operations to be methods on static struct. | Corey Farwell | 2016-07-02 | 1 | -4/+4 |
* | Auto merge of #11692 - jdm:language, r=Manishearth | bors-servo | 2016-06-10 | 1 | -1/+31 |
|\ |
|
| * | Add a default Accept-Language header to HTTP requests. | Josh Matthews | 2016-06-10 | 1 | -1/+31 |
* | | Make the net monitor panel in FF's devtools show meaningful output. | Josh Matthews | 2016-06-06 | 1 | -1/+4 |
|/ |
|
* | Process content blocker rules in the HTTP loader. | Josh Matthews | 2016-05-30 | 1 | -0/+60 |
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -3/+0 |
* | adding interface for custom responses | Rahul Sharma | 2016-05-20 | 1 | -61/+260 |
* | Add the requesting URL to the 401 prompt. Only show the 401 prompt when the W... | Josh Matthews | 2016-05-03 | 1 | -7/+43 |
* | Auto merge of #10785 - frewsxcv:loaderrortype-nostring, r=jdm | bors-servo | 2016-04-25 | 1 | -5/+4 |
|\ |
|
| * | Refactor `LoadErrorType` to not require a `String` for every type. | Corey Farwell | 2016-04-25 | 1 | -5/+4 |
* | | Add referrer policy pass-through and referrer header logic | Rebecca | 2016-04-25 | 1 | -35/+225 |
|/ |
|
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -3/+3 |
* | write cookie_jar, hsts_list, auth_cache, and local_data to file if profile_di... | Daniel | 2016-04-20 | 1 | -1/+1 |
* | Make new test use local resources only. | Josh Matthews | 2016-04-20 | 1 | -1/+1 |
* | Updated the unit tests to include NetworkError | Ravi Shankar | 2016-04-20 | 1 | -11/+12 |
* | Avoid unnecessary `net_traits::LoadData` clone. | Corey Farwell | 2016-04-18 | 1 | -33/+33 |
* | Verify number of redirects when we reach limit. | Corey Farwell | 2016-04-17 | 1 | -1/+9 |
* | Rename 'HSTS*' structures to 'Hsts*'. | Corey Farwell | 2016-04-17 | 1 | -2/+2 |
* | Rename create_with_headers to create. | Josh Matthews | 2016-04-15 | 1 | -22/+22 |
* | Remove unused header manipulation facilities. | Josh Matthews | 2016-04-15 | 1 | -8/+2 |
* | Convert remaining factories that don't make use of headers. | Josh Matthews | 2016-04-15 | 1 | -16/+16 |
* | Convert AssertMustNotIncludeHeadersRequestFactory. | Josh Matthews | 2016-04-15 | 1 | -37/+8 |
* | Convert AssertAuthHeaderRequestFactory. | Josh Matthews | 2016-04-15 | 1 | -46/+17 |
* | Convert AssertMustIncludeHeadersRequestFactory. | Josh Matthews | 2016-04-15 | 1 | -65/+27 |
* | Convert AssertMustHaveHeadersRequestFactory. | Josh Matthews | 2016-04-15 | 1 | -31/+4 |
* | Remove unnecessary type annotations. | Josh Matthews | 2016-04-15 | 1 | -135/+135 |
* | 401 authorization UI then restart request/save successful auth creds | Daniel | 2016-04-14 | 1 | -58/+198 |
* | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 1 | -34/+34 |
* | Fix HTTP unit test warnings. | Josh Matthews | 2016-03-28 | 1 | -2/+1 |
* | Added global state struct | Connor Brewster | 2016-03-25 | 1 | -173/+80 |
* | add auth cache to resources + set auth header if url does not have creds | Daniel | 2016-03-24 | 1 | -17/+103 |
* | create cookie as HTTP instead of NonHttp in test | Bob | 2016-03-03 | 1 | -1/+1 |
* | correctly send secure cookies after hsts url match | Bob | 2016-02-27 | 1 | -2/+46 |
* | Auto merge of #9039 - askalski:tests_to_http_loader, r=jdm | bors-servo | 2016-02-26 | 1 | -8/+153 |
|\ |
|
| * | added tests to http_loader, veryfing if redirects use correct cookies | askalski | 2015-12-31 | 1 | -8/+153 |
* | | task -> thread | rohan.prinja | 2016-01-10 | 1 | -2/+2 |
* | | Auto merge of #9104 - vwvww:issue_9098, r=nox | bors-servo | 2016-01-01 | 1 | -11/+12 |
|\ \
| |/
|/| |
|
| * | Refactor AssertRequestsMustNotHaveHeaders to AssertRequestMustNotIncludeHeaders | Beomjin Kim | 2015-12-31 | 1 | -11/+12 |
* | | Resolves #4183 - Implemementing context-based MIME type sniffing | David Rajchenbach-Teller | 2015-12-31 | 1 | -28/+28 |
|/ |
|
* | Support responseCookies, responseContent, responseHeaders, requestCookies, ge... | Abhishek Kumar | 2015-12-21 | 1 | -1/+1 |
* | Implement 'url!(..)' macro | Corey Farwell | 2015-11-21 | 1 | -68/+68 |
* | Testing cancellation during redirects | Ravi Shankar | 2015-11-14 | 1 | -27/+91 |