aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/image_cache_task.rs
Commit message (Collapse)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
| | | | The latter now only calls the former.
* 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
| | | | | The Cell that used to be here is now gone, and there is a typo in another comment.
* 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
|\ | | | | | | ...on bug #2412.
| * Remove *() hack now that rust upgrade is complete. Fixes memory corruption ↵Glenn Watson2014-05-241-25/+5
| | | | | | | | bug #2412.
* | 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
|\ | | | | | | ...during task failure.
| * Allow resource load failures to send an error string which is reporting ↵Glenn Watson2014-05-081-3/+3
| | | | | | | | during task failure.
* | 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
| | | | The ~"string" expression is being removed in upstream rust.
* 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
| | | | | | 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.
* 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 ↵Simon Sapin2014-02-011-20/+20
| | | | terminology.
* layout: Implement parallel reflow for the bubble-widths andPatrick Walton2014-01-221-5/+3
| | | | | | | | | | | | assign-heights phases. This uses the new work-stealing deque. By default, 3/4 of a thread per logical CPU is used. This can be tuned with the `-y` flag. I measured a 65% reflow speedup on `perf-rainbow.html` and a 247% reflow speedup on `http://en.wikipedia.org/wiki/South_China_Sea` on a 4-core HyperThreaded Core i7. However, numbers were fairly volatile, especially for the latter.
* add names for all servo spawned taskszmike2014-01-131-3/+3
| | | | | | | | * add servo_util::task::{spawn_named,spawn_with_named} functions * add name param for spawn_listener and spawn_conversation functions this should resolve #1169
* Upgrade to latest Rust.Jack Moffitt2014-01-121-311/+189
|
* remove @ from net/image_cache_taskpatrick kim2013-12-071-13/+22
| | | | | ~[Chan<ImageResponseMsg>] is not freezetype. so we have to use unsafe_access
* net: De-GC the image cache stuff.Patrick Walton2013-11-261-17/+8
| | | | This is a step on the way toward parallel layout.
* 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
| | | | Fixes #973.
* Update Rust version againKeegan McAllister2013-08-151-9/+9
| | | | This gets us the new runtime.
* 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