aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/about_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove CoreResourceMsg::Load.Ms2ger2016-11-241-68/+0
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+2
* Reorder `use` statementsUK9922016-09-091-1/+1
* dom::Response implementationMalisa Smith2016-09-061-2/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-2/+4
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-4/+10
* Implement Document.referrerNazım Can Altınova2016-07-141-0/+1
* Rename `MIMEClassifier` to match Rust acronym naming conventions.Corey Farwell2016-07-021-2/+2
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-3/+2
* Added 'about:sslfail' and a reftest for SSL failureRavi Shankar2016-04-201-7/+10
* Propagating the load errors from network loaderRavi Shankar2016-04-201-2/+2
* mozbrowsersercuritychange eventPaul Rouget2016-02-091-0/+2
* task -> threadrohan.prinja2016-01-101-1/+1
* Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-1/+5
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+0
* Redirect to an error page when file's not foundRavi Shankar2015-11-261-3/+6
* Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-3/+6
* Consistently use content-type sniffing with all protocols.Eli Friedman2015-10-311-4/+6
* Refactor resource loaders to use send_error utility.Eli Friedman2015-10-131-4/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-7/+5
* sort all usesJohann Tuffe2015-08-201-4/+4
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-10/+7
* net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-7/+11
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+1
* Replace usage of ResponseSenders by LoadConsumerMarcus Klaas2015-04-191-2/+2
* Start switching net/ to use abstractions over channels to allow introducing n...Josh Matthews2015-04-161-5/+3
* Make Metadata use ContentTypeBogdan Cuza2015-04-141-1/+3
* Enable optional mime sniffing, and integrate it with the file loader.Josh Matthews2015-04-061-2/+4
* Remove the sniffer task.Josh Matthews2015-04-061-10/+7
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-2/+3
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Improve redirect behaviour to clear headers and reevaluate sent cookies. Impl...Josh Matthews2015-02-041-6/+4
* cookies and cookies storage implementationShamir Khodzha2015-02-041-5/+7
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-0/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-3/+5
* convert net crate to use hyperSean McArthur2014-12-041-2/+2
* Shared Sniffer TaskKshitij Parajuli2014-11-281-4/+8
* Fixes #3962Jesse Tuchsen2014-11-271-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Read user-agent.css at run time. Fix #3516Simon Sapin2014-10-071-8/+3
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+2
* Fix incorrect path to about:failure source.Josh Matthews2014-09-131-1/+5
* create about_loader, handle about:blankSean McArthur2014-09-111-0/+41