aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache_task.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1
|
* Shared Sniffer TaskKshitij Parajuli2014-11-281-8/+24
| | | | | | | | - Added TargetedLoadResponse and ResponseSenders - LoadData constructor contains the next consumer which means SnifferManager doesn't need the next consumer to start - New SnifferTask is created at new resource_task creation - Update Unit Tests
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-30/+34
|
* make naming more consistentClark Gaebel2014-10-281-4/+4
|
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-5/+5
| | | | | | | | During debugging, I found it useful to hook all task creation in a central location, and util::task was the perfect place for it. r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of reviews today because I don't know who better to give them to)
* Cleanup some code in image_cache_task.rs.Ms2ger2014-10-261-25/+8
|
* Introduce a basic shared task pool, and use it for image decoding.Glenn Watson2014-10-201-21/+25
|
* Incremental Style RecalcClark Gaebel2014-10-091-8/+8
| | | | | | | | | | | | | | | | | | | 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
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
|
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+993