aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/local_image_cache.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-168/+0
| | | | Fixes #4476
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+1
|
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-4/+4
|
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
| | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there.
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-9/+9
|
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+2
| | | | | IntoString has been removed from Rust, and named() will take a String, so there is no good reason to do otherwise here.
* net: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-18/+16
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+3
|
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-11/+12
|
* Incremental Style RecalcClark Gaebel2014-10-091-12/+13
| | | | | | | | | | | | | | | | | | | This patch puts in the initial framework for incremental reflow. Nodes' styles are no longer recalculated unless the node has changed. I've been hacking on the general problem of incremental reflow for the past couple weeks, and I've yet to get a full implementation that actually passes all the reftests + wikipedia + cnn. Therefore, I'm going to try to land the different parts of it one by one. This patch only does incremental style recalc, without incremental flow construction, inline-size bubbling, reflow, or display lists. Those will be coming in that order as I finish them. At least with this strategy, I can land a working version of incremental reflow, even if not yet complete. r? @pcwalton
* Cargoify servoJack Moffitt2014-09-081-0/+166