Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -31/+0 |
| | |||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Remove CoreResourceMsg::Load. | Ms2ger | 2016-11-24 | 1 | -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 Álvarez | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | Use Result instead of panicking when the resource dir can't be found | Manish Goregaokar | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Rename `MIMEClassifier` to match Rust acronym naming conventions. | Corey Farwell | 2016-07-02 | 1 | -2/+2 |
| | | | | e.g. `std::net::TcpStream` | ||||
* | More chrome URL hardenning and tests. | Simon Sapin | 2016-04-23 | 1 | -6/+13 |
| | |||||
* | Make chrome: URLs have a "host". | Simon Sapin | 2016-04-23 | 1 | -1/+5 |
| | |||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -12/+7 |
| | |||||
* | Make new test use local resources only. | Josh Matthews | 2016-04-20 | 1 | -0/+47 |