aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/image_cache_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-993/+0
* remove unnecessary clone usagejoaoxsouls2014-08-041-2/+2
* Upgrade Rust.Jack Moffitt2014-08-021-1/+1
* Used rust-url directly instead of servo_util::urlSimon Sapin2014-07-211-20/+22
* Remove UrlMap<T>, just use HashMap<rust_url::Url, T>Simon Sapin2014-07-211-5/+5
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-5/+4
* Fix comments in image_cache_taskCameron Zwarich2014-07-141-2/+1
* Warning police.Glenn Watson2014-07-071-53/+54
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-1/+1
* Upgrade Rust.Jack Moffitt2014-06-051-8/+8
* Don't implement `ne` for ImageResponseMsg, since it matches the default.Cameron Zwarich2014-05-281-4/+0
* Request header and postdata support for XHRManish Goregaokar2014-05-281-2/+2
* auto merge of #2476 : glennw/servo/issue-2412, r=huonwbors-servo2014-05-261-25/+5
|\
| * Remove *() hack now that rust upgrade is complete. Fixes memory corruption bu...Glenn Watson2014-05-241-25/+5
* | Eliminate pointless copies of ImageResponseMsg in the image task.Cameron Zwarich2014-05-241-6/+5
|/
* Update Rust.Ms2ger2014-05-221-38/+37
* Reorder the cases of image_cache_task::Msg so that the priv ones are adjacent.Cameron Zwarich2014-05-151-7/+7
* Make some cases of image_cache_task::Msg priv.Cameron Zwarich2014-05-151-8/+4
* auto merge of #2355 : glennw/servo/http-fail-errors, r=jdmbors-servo2014-05-081-3/+3
|\
| * Allow resource load failures to send an error string which is reporting durin...Glenn Watson2014-05-081-3/+3
* | Rename an unused parameter that triggers a warning.Cameron Zwarich2014-05-071-1/+1
|/
* Stop passing owned strings to fail!().Ms2ger2014-05-031-8/+8
* Make ProgressMsg use Vec.Ms2ger2014-04-281-2/+2
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-72/+117
* Remove trailing whitespace.Ms2ger2014-04-071-1/+1
* Fix tests.Josh Matthews2014-04-041-19/+20
* Upgrade rust.Ms2ger2014-04-041-33/+33
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-7/+28
* Rust upgradesLars Bergstrom2014-03-181-20/+16
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-0/+6
* Reduce copying on parse_url() call sites.Tetsuharu OHZEKI2014-02-091-19/+19
* Rename make_url/current_url to parse_url/base_url, to align with spec termino...Simon Sapin2014-02-011-20/+20
* layout: Implement parallel reflow for the bubble-widths andPatrick Walton2014-01-221-5/+3
* add names for all servo spawned taskszmike2014-01-131-3/+3
* Upgrade to latest Rust.Jack Moffitt2014-01-121-311/+189
* remove @ from net/image_cache_taskpatrick kim2013-12-071-13/+22
* net: De-GC the image cache stuff.Patrick Walton2013-11-261-17/+8
* fmt! -> format!Keegan McAllister2013-10-311-5/+5
* Fix bitrotten testsKeegan McAllister2013-10-101-466/+477
* Refactor resource loader protocol to send metadata firstKeegan McAllister2013-10-101-2/+2
* Handle HTTP 3xx redirectsKeegan McAllister2013-09-231-0/+1
* Update Rust version againKeegan McAllister2013-08-151-9/+9
* For loops and misc changesKeegan McAllister2013-08-151-4/+4
* Library changesKeegan McAllister2013-08-151-8/+8
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-48/+50
* Linter changesKeegan McAllister2013-08-151-1/+0
* Update to latest Rust.Jack Moffitt2013-07-091-3/+3
* Update for language changesBrian Anderson2013-06-261-21/+21
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-0/+1064