aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/cors.rs
Commit message (Expand)AuthorAgeFilesLines
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+7
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-12/+9
* sort all usesJohann Tuffe2015-08-201-5/+5
* Fix existing syntactics nits.Josh Matthews2015-08-161-4/+4
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-2/+4
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-10/+2
* net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-1/+7
* net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-1/+3
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-5/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-6/+19
* Upgrade to Hyper 0.4.0Simon Sapin2015-05-121-2/+3
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-4/+5
* Remove some as_slice calls.Ms2ger2015-04-241-3/+3
* Create easy common interface for off-thread network listeners, and remove the...Josh Matthews2015-04-161-6/+45
* Make async XMLHttpRequest requests use async network events.Josh Matthews2015-04-161-1/+21
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-9/+9
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-3/+3
* Remove AccessControl header implementations in favor of hyper’s (fixes #5090)dhneio2015-02-271-148/+4
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-22/+22
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-15/+15
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Qualify hyper enums.Ms2ger2015-01-041-8/+8
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-18/+18
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1
* convert script crate to use hyperSean McArthur2014-12-041-99/+222
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+2
* Avoid an unnecessary string allocation in allow_cross_origin_request.Ms2ger2014-09-231-1/+1
* Eliminate warningsKeegan McAllister2014-09-201-4/+4
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-8/+8
* Cargoify servoJack Moffitt2014-09-081-0/+419