Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Review fixes | Manish Goregaokar | 2016-06-11 | 1 | -490/+0 |
| | |||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -2/+0 |
| | |||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -15/+16 |
| | |||||
* | Propagating the load errors from network loader | Ravi Shankar | 2016-04-20 | 1 | -3/+5 |
| | |||||
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | Replace tab with spaces. | Eitan Mosenkis | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Fix compile errors. | Eitan Mosenkis | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Restrict about to about:blank and data to GET | Eitan Mosenkis | 2016-04-01 | 1 | -5/+4 |
| | |||||
* | Replace tabs with spaces. | Eitan Mosenkis | 2016-04-01 | 1 | -2/+2 |
| | |||||
* | Allow XHR to fetch about: and data: URLs. | Eitan Mosenkis | 2016-04-01 | 1 | -3/+10 |
| | | | | | This was intended to fix #8015 but the tests are all still failing as of this commit. | ||||
* | change changes effecting verbosity | faineance | 2016-03-27 | 1 | -4/+2 |
| | |||||
* | use self.0 instead of destructing single item tuple structs | faineance | 2016-03-27 | 1 | -4/+3 |
| | |||||
* | Update to Rust 2016-03-05 | Anthony Ramine | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | CORS Preflight Logic Fix | Ben | 2016-02-16 | 1 | -1/+1 |
| | | | | | | Fix check to set flag if any header is a simple header. Fix failing tests to allow merge in advance of @nikkibee's changes as per @jdm's direction via IRC | ||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -3/+3 |
| | |||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -16/+12 |
| | |||||
* | Fix a logical operator to match the spec | Jinwoo Ahn | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | preflight_fetch steps comments out of date with spec #8941 | jinwoo.ahn | 2015-12-17 | 1 | -11/+12 |
| | | | | Fixed the comments according to the spec. | ||||
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -58/+83 |
| | |||||
* | Simplify AsyncResponseListener implementations. | Eli Friedman | 2015-10-15 | 1 | -5/+4 |
| | |||||
* | Make AsyncResponseListener methods take `&mut self`. | Eli Friedman | 2015-10-15 | 1 | -3/+3 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -8/+7 |
| | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -12/+9 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -5/+5 |
| | |||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -4/+4 |
| | |||||
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -1/+1 |
| | | | | closes #7197 | ||||
* | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 |
| | | | | closes #7198 | ||||
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -2/+4 |
| | |||||
* | script: Make the resource task communication use IPC channels. | Patrick Walton | 2015-07-31 | 1 | -10/+2 |
| | |||||
* | net: Use a thread for each `AsyncResponseTarget` to avoid having to send | Patrick Walton | 2015-07-31 | 1 | -1/+7 |
| | | | | trait objects across process boundaries. | ||||
* | net: Make most of the resource task messages serializable. | Patrick Walton | 2015-07-31 | 1 | -1/+3 |
| | |||||
* | Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) | Simon Sapin | 2015-07-15 | 1 | -5/+1 |
| | |||||
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -6/+19 |
| | | | | Part of https://github.com/servo/servo/issues/6041 | ||||
* | Upgrade to Hyper 0.4.0 | Simon Sapin | 2015-05-12 | 1 | -2/+3 |
| | |||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -4/+5 |
| | |||||
* | Remove some as_slice calls. | Ms2ger | 2015-04-24 | 1 | -3/+3 |
| | |||||
* | Create easy common interface for off-thread network listeners, and remove ↵ | Josh Matthews | 2015-04-16 | 1 | -6/+45 |
| | | | | the CORS-specific reimplementation of async networking. | ||||
* | Make async XMLHttpRequest requests use async network events. | Josh Matthews | 2015-04-16 | 1 | -1/+21 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -9/+9 |
| | | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` | ||||
* | Remove some unnecessary uses of `as_slice` | Corey Farwell | 2015-03-29 | 1 | -3/+3 |
| | | | | | | | | | | | For the majority of these cases, `as_slice` can be removed due to `Deref`. In particular, `Deref` for: * `String` -> `str` * `Atom` -> `str` The latter of those two requires, a bump of the locked `string-cache` library | ||||
* | Remove AccessControl header implementations in favor of hyper’s (fixes #5090) | dhneio | 2015-02-27 | 1 | -148/+4 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -22/+22 |
| | |||||
* | self import | Manish Goregaokar | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -15/+15 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Qualify hyper enums. | Ms2ger | 2015-01-04 | 1 | -8/+8 |
| | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -18/+18 |
| | |||||
* | Fix spelling mistakes in comments. | Joseph Crail | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | convert script crate to use hyper | Sean McArthur | 2014-12-04 | 1 | -99/+222 |
| |