aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/data_loader.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-154/+0
|
* Upgrade Rust.Jack Moffitt2014-08-081-4/+4
|
* Upgrade Rust.Jack Moffitt2014-08-021-3/+3
|
* fixup! Ignore spaces in base64 data URLs. Fix #1268.Simon Sapin2014-07-231-1/+2
|
* Ignore spaces in base64 data URLs. Fix #1268.Simon Sapin2014-07-231-0/+2
|
* Percent-decoding also applies to base64 data: URLs.Simon Sapin2014-07-211-5/+8
|
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-7/+19
|
* Upgrade Rust.Jack Moffitt2014-06-051-15/+15
|
* Request header and postdata support for XHRManish Goregaokar2014-05-281-4/+4
|
* Allow resource load failures to send an error string which is reporting ↵Glenn Watson2014-05-081-3/+3
| | | | during task failure.
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-4/+4
|
* Make ProgressMsg use Vec.Ms2ger2014-04-281-9/+11
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* Fix tests.Josh Matthews2014-04-041-1/+2
|
* Upgrade rust.Ms2ger2014-04-041-2/+2
|
* Rust upgradesLars Bergstrom2014-03-181-1/+1
|
* Upgrade to latest Rust.Jack Moffitt2014-01-121-5/+4
|
* Add tests for data: URLsKeegan McAllister2013-10-101-0/+68
|
* Add support for data: URLsKeegan McAllister2013-10-101-0/+66
Fixes #778