aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/chrome_loader.rs
Commit message (Collapse)AuthorAgeFilesLines
* delegate resource reading to embedderPaul Rouget2018-04-271-31/+0
|
* Removed util.Alan Jeffrey2016-12-141-1/+1
|
* Remove CoreResourceMsg::Load.Ms2ger2016-11-241-22/+0
| | | | | | | | Also remove now-dead code that rustc warns about. It turns out that we lost support for some of our custom URL schemes; I intend to reimplement them, but I believe this will be significantly easier to do once the legacy code is out of the way.
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
|
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-1/+1
|
* Rename `MIMEClassifier` to match Rust acronym naming conventions.Corey Farwell2016-07-021-2/+2
| | | | e.g. `std::net::TcpStream`
* More chrome URL hardenning and tests.Simon Sapin2016-04-231-6/+13
|
* Make chrome: URLs have a "host".Simon Sapin2016-04-231-1/+5
|
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-12/+7
|
* Make new test use local resources only.Josh Matthews2016-04-201-0/+47